Package org.postgresql.core
Class PgMessageType
java.lang.Object
org.postgresql.core.PgMessageType
PostgreSQL protocol message types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BIND
public static final byte BIND- See Also:
-
CLOSE_REQUEST
public static final byte CLOSE_REQUEST- See Also:
-
DESCRIBE_REQUEST
public static final byte DESCRIBE_REQUEST- See Also:
-
EXECUTE_REQUEST
public static final byte EXECUTE_REQUEST- See Also:
-
FUNCTION_CALL_REQ
public static final byte FUNCTION_CALL_REQ- See Also:
-
FLUSH_REQ
public static final byte FLUSH_REQ- See Also:
-
PARSE_REQUEST
public static final byte PARSE_REQUEST- See Also:
-
QUERY_REQUEST
public static final byte QUERY_REQUEST- See Also:
-
SYNC_REQUEST
public static final byte SYNC_REQUEST- See Also:
-
TERMINATE_REQUEST
public static final byte TERMINATE_REQUEST- See Also:
-
COPY_FAIL
public static final byte COPY_FAIL- See Also:
-
GSS_TOKEN_REQUEST
public static final byte GSS_TOKEN_REQUEST- See Also:
-
PASSWORD_REQUEST
public static final byte PASSWORD_REQUEST- See Also:
-
SASL_RESPONSE
public static final byte SASL_RESPONSE- See Also:
-
SASL_INITIAL_RESPONSE
public static final byte SASL_INITIAL_RESPONSE- See Also:
-
PORTAL
public static final byte PORTAL- See Also:
-
STATEMENT
public static final byte STATEMENT- See Also:
-
AUTHENTICATION_RESPONSE
public static final byte AUTHENTICATION_RESPONSE- See Also:
-
PARAMETER_STATUS_RESPONSE
public static final byte PARAMETER_STATUS_RESPONSE- See Also:
-
BACKEND_KEY_DATA_RESPONSE
public static final byte BACKEND_KEY_DATA_RESPONSE- See Also:
-
READY_FOR_QUERY_RESPONSE
public static final byte READY_FOR_QUERY_RESPONSE- See Also:
-
ROW_DESCRIPTION_RESPONSE
public static final byte ROW_DESCRIPTION_RESPONSE- See Also:
-
DATA_ROW_RESPONSE
public static final byte DATA_ROW_RESPONSE- See Also:
-
COMMAND_COMPLETE_RESPONSE
public static final byte COMMAND_COMPLETE_RESPONSE- See Also:
-
COPY_OUT_RESPONSE
public static final byte COPY_OUT_RESPONSE- See Also:
-
COPY_BOTH_RESPONSE
public static final byte COPY_BOTH_RESPONSE- See Also:
-
COPY_IN_RESPONSE
public static final byte COPY_IN_RESPONSE- See Also:
-
NEGOTIATE_PROTOCOL_RESPONSE
public static final byte NEGOTIATE_PROTOCOL_RESPONSE- See Also:
-
ERROR_RESPONSE
public static final byte ERROR_RESPONSE- See Also:
-
EMPTY_QUERY_RESPONSE
public static final byte EMPTY_QUERY_RESPONSE- See Also:
-
ASYNCHRONOUS_NOTICE
public static final byte ASYNCHRONOUS_NOTICE- See Also:
-
NOTICE_RESPONSE
public static final byte NOTICE_RESPONSE- See Also:
-
PARSE_COMPLETE_RESPONSE
public static final byte PARSE_COMPLETE_RESPONSE- See Also:
-
BIND_COMPLETE_RESPONSE
public static final byte BIND_COMPLETE_RESPONSE- See Also:
-
CLOSE_COMPLETE_RESPONSE
public static final byte CLOSE_COMPLETE_RESPONSE- See Also:
-
NO_DATA_RESPONSE
public static final byte NO_DATA_RESPONSE- See Also:
-
PORTAL_SUSPENDED_RESPONSE
public static final byte PORTAL_SUSPENDED_RESPONSE- See Also:
-
PARAMETER_DESCRIPTION_RESPONSE
public static final byte PARAMETER_DESCRIPTION_RESPONSE- See Also:
-
FUNCTION_CALL_RESPONSE
public static final byte FUNCTION_CALL_RESPONSE- See Also:
-
COPY_DONE
public static final byte COPY_DONE- See Also:
-
COPY_DATA
public static final byte COPY_DATA- See Also:
-
-
Constructor Details
-
PgMessageType
public PgMessageType()
-