public abstract class SqlConnectionBase<C extends SqlConnectionBase> extends SqlClientBase<C>
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
conn |
protected Context |
context |
| Modifier | Constructor and Description |
|---|---|
protected |
SqlConnectionBase(Context context,
Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
C |
prepare(String sql,
Handler<AsyncResult<PreparedQuery>> handler) |
preparedBatch, preparedBatch, preparedQuery, preparedQuery, preparedQuery, preparedQuery, query, queryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitscheduleprotected final Context context
protected final Connection conn
protected SqlConnectionBase(Context context, Connection conn)
public C prepare(String sql, Handler<AsyncResult<PreparedQuery>> handler)
Copyright © 2020. All rights reserved.