| Package | Description |
|---|---|
| org.apache.ignite.internal.jdbc.thin | |
| org.apache.ignite.internal.processors.odbc.jdbc |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcThinStatement.execute0(JdbcStatementType stmtType,
String sql,
List<Object> args) |
| Modifier and Type | Method and Description |
|---|---|
JdbcStatementType |
JdbcQueryExecuteRequest.expectedStatementType() |
static JdbcStatementType |
JdbcStatementType.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
static JdbcStatementType |
JdbcStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JdbcStatementType[] |
JdbcStatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JdbcQueryExecuteRequest(JdbcStatementType stmtType,
String schemaName,
int pageSize,
int maxRows,
boolean autoCommit,
String sqlQry,
Object[] args) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020