| Modifier and Type | Field and Description |
|---|---|
protected JDBCConnection |
JDBCStatement.connection |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.changeCase(String sql,
JDBCConnection connection) |
| Constructor and Description |
|---|
JDBCCallableStatement(JDBCConnection connection,
String sql) |
JDBCDataBaseMetaData(JDBCConnection connection,
JDBCStatement statement) |
JDBCPrepareStatement(JDBCConnection connection,
String sql) |
JDBCResultSet(JDBCConnection conn,
JDBCStatement statement,
com.xxdb.data.EntityBlockReader reader,
String sql) |
JDBCResultSet(JDBCConnection conn,
JDBCStatement statement,
com.xxdb.data.Entity entity,
String sql) |
JDBCStatement(JDBCConnection cnn) |
Copyright © 2023 dolphindb. All rights reserved.