Uses of Class
com.impossibl.postgres.protocol.RowDataSet
-
Packages that use RowDataSet Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol -
-
Uses of RowDataSet in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc with parameters of type RowDataSet Modifier and Type Method Description com.impossibl.postgres.jdbc.PGResultSet
PGStatement. createResultSet(ResultField[] resultFields, RowDataSet results, boolean releaseResults, Map<String,Class<?>> typeMap)
-
Uses of RowDataSet in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return RowDataSet Modifier and Type Method Description RowDataSet
ResultBatch. borrowRows()
RowDataSet
ResultBatch. takeRows()
Methods in com.impossibl.postgres.protocol with parameters of type RowDataSet Modifier and Type Method Description void
RequestExecutor.QueryHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
void
RequestExecutor.ResumeHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)
void
RequestExecutorHandlers.CompositeQueryResults. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
void
RequestExecutorHandlers.ExecuteResult. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)
void
RequestExecutorHandlers.QueryResult. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
void
RequestExecutor.ExtendedQueryHandler. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
void
RequestExecutor.ResumeHandler. handleSuspend(RowDataSet rows, List<Notice> notices)
void
RequestExecutorHandlers.ExecuteResult. handleSuspend(RowDataSet rows, List<Notice> notices)
void
RequestExecutorHandlers.QueryResult. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
Constructors in com.impossibl.postgres.protocol with parameters of type RowDataSet Constructor Description ResultBatch(String command, Long rowsAffected, Long insertedOid, ResultField[] fields, RowDataSet rows)
-