org.redkalex.source.pgsql.PgColumnEncodeable 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 org.redkale.annotation.Nullable;
import org.redkale.util.*;
/** @author zhangjx */
public interface PgColumnEncodeable {
// attr可能会为null
public void encode(ByteArray array, @Nullable Attribute attr, Serializable value);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy