Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcStatementType
-
Packages that use JdbcStatementType Package Description org.apache.ignite.internal.jdbc.thin org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcStatementType in org.apache.ignite.internal.jdbc.thin
Methods in org.apache.ignite.internal.jdbc.thin with parameters of type JdbcStatementType Modifier and Type Method Description protected voidJdbcThinStatement. execute0(JdbcStatementType stmtType, String sql, List<Object> args) -
Uses of JdbcStatementType in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return JdbcStatementType Modifier and Type Method Description JdbcStatementTypeJdbcQueryExecuteRequest. expectedStatementType()static JdbcStatementTypeJdbcStatementType. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static JdbcStatementTypeJdbcStatementType. 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.Constructors in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type JdbcStatementType Constructor Description JdbcQueryExecuteRequest(JdbcStatementType stmtType, String schemaName, int pageSize, int maxRows, boolean autoCommit, boolean explicitTimeout, String sqlQry, Object[] args, int txId)
-