public class MySQLSocketConnection extends SocketConnectionBase
SocketConnectionBase.StatusConnection.Holder| Modifier and Type | Field and Description |
|---|---|
MySQLDatabaseMetadata |
metaData |
logger, psCache, socket, status| Constructor and Description |
|---|
MySQLSocketConnection(NetSocketInternal socket,
boolean cachePreparedStatements,
int preparedStatementCacheSize,
Predicate<String> preparedStatementCacheSqlFilter,
EventLoopContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected <R> void |
doSchedule(CommandBase<R> cmd,
Handler<AsyncResult<R>> handler) |
DatabaseMetadata |
getDatabaseMetaData() |
void |
init() |
void |
upgradeToSsl(Handler<AsyncResult<Void>> completionHandler) |
close, context, getProcessId, getSecretKey, handleClose, handleEvent, handleMessage, init, isSsl, schedule, socketclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisIndeterminatePreparedStatementErrorpublic MySQLDatabaseMetadata metaData
public MySQLSocketConnection(NetSocketInternal socket, boolean cachePreparedStatements, int preparedStatementCacheSize, Predicate<String> preparedStatementCacheSqlFilter, EventLoopContext context)
public void init()
init in class SocketConnectionBaseprotected <R> void doSchedule(CommandBase<R> cmd, Handler<AsyncResult<R>> handler)
doSchedule in class SocketConnectionBasepublic void upgradeToSsl(Handler<AsyncResult<Void>> completionHandler)
public DatabaseMetadata getDatabaseMetaData()
Copyright © 2021. All rights reserved.