| Package | Description |
|---|---|
| com.mysql.cj | |
| com.mysql.cj.jdbc | |
| com.mysql.cj.jdbc.result |
| Modifier and Type | Field and Description |
|---|---|
NativeSession |
AbstractQuery.session |
private NativeSession |
NativeCharsetSettings.session |
| Modifier and Type | Method and Description |
|---|---|
NativeSession |
AbstractQuery.getSession() |
| Modifier and Type | Method and Description |
|---|---|
static ServerPreparedQuery |
ServerPreparedQuery.getInstance(NativeSession sess) |
| Constructor and Description |
|---|
AbstractQuery(NativeSession sess) |
ClientPreparedQuery(NativeSession sess) |
NativeCharsetSettings(NativeSession sess) |
ServerPreparedQuery(NativeSession sess) |
ServerPreparedQueryTestcaseGenerator(NativeSession sess) |
SimpleQuery(NativeSession sess) |
| Modifier and Type | Field and Description |
|---|---|
protected NativeSession |
StatementImpl.session |
protected NativeSession |
DatabaseMetaData.session |
private NativeSession |
ConnectionImpl.session |
| Modifier and Type | Method and Description |
|---|---|
NativeSession |
ConnectionImpl.getSession() |
| Modifier and Type | Field and Description |
|---|---|
protected NativeSession |
ResultSetImpl.session |