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

eu.clarussecure.proxy.protocol.plugins.pgsql.message.PgsqlEmptyQueryMessage Maven / Gradle / Ivy

The newest version!
package eu.clarussecure.proxy.protocol.plugins.pgsql.message;

public class PgsqlEmptyQueryMessage extends PgsqlQueryResponseMessage {

    public static final byte TYPE = (byte) 'I';

    @Override
    public byte getType() {
        return TYPE;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy