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

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

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

public class PgsqlPortalSuspendedMessage extends PgsqlQueryResponseMessage {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy