Uses of Class
com.impossibl.postgres.protocol.v30.ProtocolHandler.Action
-
Packages that use ProtocolHandler.Action Package Description com.impossibl.postgres.protocol.v30 -
-
Uses of ProtocolHandler.Action in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 that return ProtocolHandler.Action Modifier and Type Method Description ProtocolHandler.Action
ProtocolHandler.Authentication. authenticated()
ProtocolHandler.Action
ProtocolHandler.BackendKeyData. backendKeyData(int processId, int secretKey)
ProtocolHandler.Action
ProtocolHandler.BindComplete. bindComplete()
ProtocolHandler.Action
ProtocolHandler.CloseComplete. closeComplete()
ProtocolHandler.Action
ProtocolHandler.CommandComplete. commandComplete(String command, Long rowsAffected, Long insertedOid)
ProtocolHandler.Action
ProtocolHandler.EmptyQuery. emptyQuery()
ProtocolHandler.Action
ProtocolHandler.CommandError. error(Notice notice)
ProtocolHandler.Action
ProtocolHandler.FunctionResult. functionResult(io.netty.buffer.ByteBuf data)
ProtocolHandler.Action
ProtocolHandler.NegotiateProtocolVersion. negotiate(int maxSupportedMinorVersion, List<String> unrecognizedParameters)
ProtocolHandler.Action
ProtocolHandler.NoData. noData()
ProtocolHandler.Action
ProtocolHandler.ReportNotice. notice(Notice notice)
ProtocolHandler.Action
ProtocolHandler.ParameterDescriptions. parameterDescriptions(TypeRef[] types)
ProtocolHandler.Action
ProtocolHandler.ParameterStatus. parameterStatus(String name, String value)
ProtocolHandler.Action
ProtocolHandler.ParseComplete. parseComplete()
ProtocolHandler.Action
ProtocolHandler.PortalSuspended. portalSuspended()
ProtocolHandler.Action
ProtocolHandler.ReadyForQuery. readyForQuery(TransactionStatus txnStatus)
ProtocolHandler.Action
ProtocolHandler.DataRow. rowData(io.netty.buffer.ByteBuf data)
ProtocolHandler.Action
ProtocolHandler.RowDescription. rowDescription(ResultField[] fields)
static ProtocolHandler.Action
ProtocolHandler.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtocolHandler.Action[]
ProtocolHandler.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-