Class AbstractQueryProtocolMessage (0.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicabstractclass AbstractQueryProtocolMessageextendsControlMessageAbstract base class for extended query protocol messages. These can be buffered in memory locally until a flush or sync message is received. Any corresponding database statement will only be executed once a flush/sync is received.
Inherited Members
Fields
queryMode
protectedfinalConnectionHandler.QueryModequeryMode Type
Description
Methods
flush()
publicabstractvoidflush() Type
Description
getSql()
publicabstractStringgetSql() Type
Description
handleError(Exception exception)
protectedvoidhandleError(Exceptionexception)Takes an Exception Object and relates its results to the user within the client.
Name
Description
Overrides
Exceptions
Type
Description
isReturnedErrorResponse()
publicbooleanisReturnedErrorResponse() Type
Description
sendPayload()
protectedfinalvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
Type
Description