Package | Description |
---|---|
com.impossibl.postgres.jdbc | |
com.impossibl.postgres.protocol | |
com.impossibl.postgres.protocol.v30 | |
com.impossibl.postgres.system |
Modifier and Type | Method and Description |
---|---|
static Query |
Query.create(String statement,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
ResultField[] resultFields) |
static Query |
Query.create(String statement,
ResultField[] resultFields) |
Modifier and Type | Method and Description |
---|---|
ResultField[] |
RequestExecutorHandlers.PrepareResult.getDescribedResultFields() |
ResultField[] |
ResultBatch.getFields() |
Modifier and Type | Method and Description |
---|---|
Object |
RowData.getField(int fieldIdx,
ResultField field,
Context context,
Class<?> targetClass,
Object targetContext) |
Object |
FieldBuffersRowData.getField(int fieldIdx,
ResultField field,
Context context,
Class<?> targetClass,
Object targetContext) |
void |
RequestExecutorHandlers.QueryResult.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 |
RequestExecutor.QueryHandler.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 |
RequestExecutor.PrepareHandler.handleComplete(TypeRef[] parameterTypes,
ResultField[] resultFields,
List<Notice> notices) |
void |
RequestExecutorHandlers.QueryResult.handleSuspend(TypeRef[] parameterTypes,
ResultField[] resultFields,
RowDataSet rows,
List<Notice> notices) |
void |
RequestExecutor.ExtendedQueryHandler.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) |
Constructor and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
static ResultField[] |
Empty.EMPTY_FIELDS |