All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
connectionClosed()
|
protected void |
connectionNotificationReceived(int processId,
String channelName,
String payload)
|
io.netty.buffer.ByteBufAllocator |
getAllocator() |
Charset |
getCharset() |
NumberFormat |
getClientCurrencyFormatter() |
DateTimeFormat |
getClientDateFormat() |
NumberFormat |
getClientDecimalFormatter() |
NumberFormat |
getClientIntegerFormatter() |
IntervalFormat |
getClientIntervalFormat() |
DateTimeFormat |
getClientTimeFormat() |
DateTimeFormat |
getClientTimestampFormat() |
Map<String,Class<?>> |
getCustomTypeMap() |
ServerConnection.KeyData |
getKeyData() |
Registry |
getRegistry() |
RequestExecutor |
getRequestExecutor() |
protected ServerConnection |
getServerConnection() |
NumberFormat |
getServerCurrencyFormatter() |
DateTimeFormat |
getServerDateFormat() |
ServerInfo |
getServerInfo() |
IntervalFormat |
getServerIntervalFormat() |
DateTimeFormat |
getServerTimeFormat() |
DateTimeFormat |
getServerTimestampFormat() |
<T> T |
getSetting(Setting<T> setting) |
TimeZone |
getTimeZone() |
ZoneId |
getTimeZoneId() |
protected void |
init(SharedRegistry.Factory sharedRegistryFactory) |
boolean |
isUtilQueryPrepared(String name) |
void |
prepareUtilQuery(String name,
String sql,
String... parameterTypeNames) |
void |
query(String queryTxt,
long timeout) |
protected ResultBatch |
queryBatch(String queryTxt,
long timeout)
Queries for a single (the first) result batch.
|
protected ResultBatch |
queryBatchPrepared(String queryTxt,
FieldFormatRef[] paramFormats,
io.netty.buffer.ByteBuf[] paramBuffers,
long timeout)
Queries a single result batch (the first) via a parameterized query.
|
ResultBatch |
queryBatchPrepared(String queryTxt,
Object[] paramValues,
long timeout)
Queries a single result batch (the first) via a parameterized query.
|
protected String |
queryString(String queryTxt,
long timeout) |
protected io.netty.channel.ChannelFuture |
shutdown() |
Context |
unwrap() |