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 SQLWarning
ErrorUtils. 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 class
RequestExecutorHandlers.AnyQueryResult
static class
RequestExecutorHandlers.CompositeQueryResults
static class
RequestExecutorHandlers.ExecuteResult
static class
RequestExecutorHandlers.PrepareResult
static class
RequestExecutorHandlers.QueryResult
static class
RequestExecutorHandlers.SynchronizedResult
-