Uses of Interface
com.impossibl.postgres.protocol.FieldFormatRef
-
Packages that use FieldFormatRef Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.protocol com.impossibl.postgres.protocol.v30 com.impossibl.postgres.system -
-
Uses of FieldFormatRef in com.impossibl.postgres.jdbc
Methods in com.impossibl.postgres.jdbc with parameters of type FieldFormatRef Modifier and Type Method Description static QueryQuery. create(String sqlText, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers)static QueryQuery. create(String statement, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, ResultField[] resultFields) -
Uses of FieldFormatRef in com.impossibl.postgres.protocol
Classes in com.impossibl.postgres.protocol that implement FieldFormatRef Modifier and Type Class Description classFieldFormatclassResultFieldMethods in com.impossibl.postgres.protocol with parameters of type FieldFormatRef Modifier and Type Method Description voidRequestExecutor. call(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler)Invokes the function specified byfunctionIdand returns its results.voidRequestExecutor. execute(String portalName, String statementName, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, FieldFormatRef[] resultFieldFormats, int maxRows, RequestExecutor.ExecuteHandler handler)Uses the "extended" query protocol to execute a previously prepared query.voidRequestExecutor. query(String sql, String portalName, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, FieldFormatRef[] resultFieldFormats, int maxRows, RequestExecutor.ExtendedQueryHandler handler)Uses the "extended" query protocol to execute the given query. -
Uses of FieldFormatRef in com.impossibl.postgres.protocol.v30
Constructors in com.impossibl.postgres.protocol.v30 with parameters of type FieldFormatRef Constructor Description FunctionCallRequest(int functionId, FieldFormatRef[] parameterFormats, io.netty.buffer.ByteBuf[] parameterBuffers, RequestExecutor.FunctionCallHandler handler) -
Uses of FieldFormatRef in com.impossibl.postgres.system
Methods in com.impossibl.postgres.system with parameters of type FieldFormatRef Modifier and Type Method Description protected ResultBatchBasicContext. queryBatchPrepared(String queryTxt, FieldFormatRef[] paramFormats, io.netty.buffer.ByteBuf[] paramBuffers, long timeout)Queries a single result batch (the first) via a parameterized query.
-