Uses of Class
com.impossibl.postgres.protocol.ResultField
-
Packages that use ResultField Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 com.impossibl.postgres.system -
-
Uses of ResultField in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc with parameters of type ResultField Modifier and Type Method Description static Query
Query. create(String statement, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, ResultField[] resultFields)
static Query
Query. create(String statement, ResultField[] resultFields)
com.impossibl.postgres.jdbc.PGResultSet
PGStatement. createResultSet(ResultField[] resultFields, RowDataSet results, boolean releaseResults, Map<String,Class<?>> typeMap)
-
Uses of ResultField in com.impossibl.postgres.protocol
Methods in com.impossibl.postgres.protocol that return ResultField Modifier and Type Method Description ResultField[]
RequestExecutorHandlers.PrepareResult. getDescribedResultFields()
ResultField[]
ResultBatch. getFields()
Methods in com.impossibl.postgres.protocol with parameters of type ResultField Modifier and Type Method Description Object
FieldBuffersRowData. getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext)
Object
RowData. getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext)
void
RequestExecutor.PrepareHandler. handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, List<Notice> notices)
void
RequestExecutor.QueryHandler. handleComplete(String command, Long rowsAffected, Long insertedOid, TypeRef[] parameterTypes, ResultField[] resultFields, 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.PrepareResult. handleComplete(TypeRef[] parameterTypes, ResultField[] resultFields, 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
RequestExecutorHandlers.QueryResult. handleSuspend(TypeRef[] parameterTypes, ResultField[] resultFields, RowDataSet rows, List<Notice> notices)
void
FieldBuffersRowData. updateField(int columnIndex, ResultField field, Context context, Object source, Object sourceContext)
void
UpdatableRowData. updateField(int columnIndex, ResultField field, Context context, Object source, Object sourceContext)
Constructors in com.impossibl.postgres.protocol with parameters of type ResultField Constructor Description ExecuteResult(boolean synced, ResultField[] describedResultFields)
ExecuteResult(ResultField[] describedResultFields)
FieldBuffersRowData(ResultField[] fields, io.netty.buffer.ByteBufAllocator alloc)
ResultBatch(String command, Long rowsAffected, Long insertedOid, ResultField[] fields, RowDataSet rows)
-
Uses of ResultField in com.impossibl.postgres.protocol.v30
Methods in com.impossibl.postgres.protocol.v30 with parameters of type ResultField Modifier and Type Method Description static BufferRowData
BufferRowData. encode(Context context, ResultField[] fields, Object[] values)
Object
BufferRowData. getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext)
ProtocolHandler.Action
ProtocolHandler.RowDescription. rowDescription(ResultField[] fields)
-
Uses of ResultField in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system declared as ResultField Modifier and Type Field Description static ResultField[]
Empty. EMPTY_FIELDS
-