Uses of Class
com.impossibl.postgres.protocol.RequestExecutorHandlers.Result
-
Packages that use RequestExecutorHandlers.Result Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol -
-
Uses of RequestExecutorHandlers.Result in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc with parameters of type RequestExecutorHandlers.Result Modifier and Type Method Description static SQLWarningErrorUtils. chainWarnings(SQLWarning base, RequestExecutorHandlers.Result result) -
Uses of RequestExecutorHandlers.Result in com.impossibl.postgres.protocol
Subclasses of RequestExecutorHandlers.Result in com.impossibl.postgres.protocol Modifier and Type Class Description static classRequestExecutorHandlers.AnyQueryResultstatic classRequestExecutorHandlers.CompositeQueryResultsstatic classRequestExecutorHandlers.ExecuteResultstatic classRequestExecutorHandlers.PrepareResultstatic classRequestExecutorHandlers.QueryResultstatic classRequestExecutorHandlers.SynchronizedResult
-