Package org.apache.ignite.internal.jdbc2
Class JdbcStatementResultInfo
- java.lang.Object
-
- org.apache.ignite.internal.jdbc2.JdbcStatementResultInfo
-
public class JdbcStatementResultInfo extends Object
JDBC statement result information. Keeps statement type (SELECT or UPDATE) and queryId or update count (depends on statement type).
-
-
Constructor Summary
Constructors Constructor Description JdbcStatementResultInfo(boolean isQuery, UUID qryId, long updCnt)
-
-
-
Constructor Detail
-
JdbcStatementResultInfo
public JdbcStatementResultInfo(boolean isQuery, UUID qryId, long updCnt)- Parameters:
isQuery- Query flag.qryId- Query ID.updCnt- Update count.
-
-