Class BindMessage (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass BindMessageextendsAbstractQueryProtocolMessageMessage of type bind (meaning that it is a message called to a prepared statement to complete it with missing data to prepare for execution). A bound prepared statement always yields a portal unless it fails.
Inheritance
java.lang.Object > WireMessage > ControlMessage > AbstractQueryProtocolMessage > BindMessageInherited Members
Static Fields
IDENTIFIER
protectedstaticfinalcharIDENTIFIERConstructors
BindMessage(ConnectionHandler connection)
publicBindMessage(ConnectionHandlerconnection)Constructor for Bind messages that are received from the front-end.
BindMessage(ConnectionHandler connection, ControlMessage.ManuallyCreatedToken manuallyCreatedToken)
publicBindMessage(ConnectionHandlerconnection,ControlMessage.ManuallyCreatedTokenmanuallyCreatedToken)Constructor for Bind messages that are constructed to execute a Query message.
BindMessage(ConnectionHandler connection, String statementName, byte[][] parameters, ControlMessage.ManuallyCreatedToken manuallyCreatedToken)
publicBindMessage(ConnectionHandlerconnection,StringstatementName,byte[][]parameters,ControlMessage.ManuallyCreatedTokenmanuallyCreatedToken)Constructor for Bind messages that are created by EXECUTE statements.
Methods
flush()
publicvoidflush()getFormatCodes()
publicList<Short>getFormatCodes()getIdentifier()
protectedStringgetIdentifier()Used for logging.
getMessageName()
protectedStringgetMessageName()Used for logging.
getParameters()
publicbyte[][]getParameters()byte[][]
getPayloadString()
protectedStringgetPayloadString()Used for logging.
getPortalName()
publicStringgetPortalName()getResultFormatCodes()
publicList<Short>getResultFormatCodes()getSql()
publicStringgetSql()getStatementName()
publicStringgetStatementName()