All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.redkalex.source.pgsql.PgColumnDecodeable Maven / Gradle / Ivy

There is a newer version: 2.7.7
Show newest version
/*
 *
 */
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