Uses of Class
com.impossibl.postgres.protocol.RowDataSet
-
Packages that use RowDataSet Package Description com.impossibl.postgres.protocol -
-
Uses of RowDataSet in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return RowDataSet Modifier and Type Method Description RowDataSetResultBatch. borrowRows()RowDataSetResultBatch. takeRows()Methods in com.impossibl.postgres.protocol with parameters of type RowDataSet Modifier and Type Method Description voidRequestExecutor.QueryHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ResumeHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.CompositeQueryResults. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.ExecuteResult. handleComplete(String command, Long rowsAffected, Long insertedOid, RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.QueryResult. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ExtendedQueryHandler. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)voidRequestExecutor.ResumeHandler. handleSuspend(RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.ExecuteResult. handleSuspend(RowDataSet rows, List<Notice> notices)voidRequestExecutorHandlers.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)
-