Uses of Class
org.apache.ignite.internal.processors.odbc.jdbc.JdbcResultInfo
-
Packages that use JdbcResultInfo Package Description org.apache.ignite.internal.processors.odbc.jdbc -
-
Uses of JdbcResultInfo in org.apache.ignite.internal.processors.odbc.jdbc
Methods in org.apache.ignite.internal.processors.odbc.jdbc that return types with arguments of type JdbcResultInfo Modifier and Type Method Description List<JdbcResultInfo>JdbcQueryExecuteMultipleStatementsResult. results()Constructor parameters in org.apache.ignite.internal.processors.odbc.jdbc with type arguments of type JdbcResultInfo Constructor Description JdbcQueryExecuteMultipleStatementsResult(List<JdbcResultInfo> results, List<List<Object>> items, boolean last, int txId)
-