org.redkalex.source.pgsql.PgColumnDecodeable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redkale-plugins Show documentation
Show all versions of redkale-plugins Show documentation
Redkale-Plugins -- java framework
/*
*
*/
package org.redkalex.source.pgsql;
import java.io.Serializable;
import java.nio.ByteBuffer;
import org.redkale.annotation.Nullable;
import org.redkale.util.*;
/** @author zhangjx */
public interface PgColumnDecodeable {
// attr可能会为null
Serializable decode(ByteBuffer buffer, ByteArray array, @Nullable Attribute attr, int len);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy