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 |
---|---|
void |
PGConnectionImpl.init() |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolFactory.connect(SocketAddress address,
BasicContext context) |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolFactoryImpl.connect(SocketAddress address,
BasicContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicContext.init() |
void |
BasicContext.query(String queryTxt) |
QueryCommand.ResultBatch |
BasicContext.queryBatch(String queryTxt,
Object... params) |
String |
BasicContext.queryFirstResultString(String queryTxt) |
List<DataRow> |
BasicContext.queryResults(String queryTxt) |
<T> List<T> |
BasicContext.queryResults(String queryTxt,
Class<T> rowType,
Object... params) |
Constructor and Description |
---|
BasicContext(SocketAddress address,
Properties settings,
Map<String,Class<?>> targetTypeMap) |
Copyright © 2013–2017 impossibl.com. All rights reserved.