Package | Description |
---|---|
com.impossibl.postgres.protocol | |
com.impossibl.postgres.protocol.v30 |
Modifier and Type | Method and Description |
---|---|
BindExecCommand |
Protocol.createBindExec(String portalName,
String statementName,
List<Type> parameterTypes,
List<Object> parameterValues,
List<ResultField> resultFields,
Class<?> rowType) |
Modifier and Type | Class and Description |
---|---|
class |
BindExecCommandImpl |
Modifier and Type | Method and Description |
---|---|
BindExecCommand |
ProtocolImpl.createBindExec(String portalName,
String statementName,
List<Type> parameterTypes,
List<Object> parameterValues,
List<ResultField> resultFields,
Class<?> rowType) |
Copyright © 2013-2015 impossibl.com. All Rights Reserved.