Index
All Classes and Interfaces|All Packages
A
- acceptsURL(String) - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
C
- connect(String, Properties) - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
G
- getMajorVersion() - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
- getMemoryQuotaBlockSize() - Method in interface org.apache.ignite.jdbc.IgniteJdbcStatement
-
Returns memory quota block size for this statement.
- getMinorVersion() - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
- getParentLogger() - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
- getPropertyInfo(String, Properties) - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
- getTransactionTimeout() - Method in interface org.apache.ignite.jdbc.IgniteJdbcConnection
-
Returns the transaction timeout, in milliseconds, applied to transactions started on this connection.
I
- IgniteJdbcConnection - Interface in org.apache.ignite.jdbc
-
Extension of the
Connectioninterface that exposes Ignite-specific configuration options. - IgniteJdbcDriver - Class in org.apache.ignite.jdbc
-
JDBC driver implementation for Apache Ignite 3.x.
- IgniteJdbcDriver() - Constructor for class org.apache.ignite.jdbc.IgniteJdbcDriver
- IgniteJdbcStatement - Interface in org.apache.ignite.jdbc
-
Extension of the
Statementinterface that exposes Ignite-specific configuration options. - isAllowFollowerReads() - Method in interface org.apache.ignite.jdbc.IgniteJdbcConnection
-
Returns whether read-only SQL statements executed on this connection may read data from non-primary replicas.
- isAllowFollowerReads() - Method in interface org.apache.ignite.jdbc.IgniteJdbcStatement
-
Returns the effective setting of whether the SQL engine is allowed to read data from non-primary replicas for this statement.
J
- jdbcCompliant() - Method in class org.apache.ignite.jdbc.IgniteJdbcDriver
O
- org.apache.ignite.jdbc - package org.apache.ignite.jdbc
-
Contains JDBC driver implementation for Apache Ignite 3.x.
S
- setAllowFollowerReads(Boolean) - Method in interface org.apache.ignite.jdbc.IgniteJdbcConnection
-
Sets whether read-only SQL statements executed on this connection may read data from non-primary replicas.
- setAllowFollowerReads(Boolean) - Method in interface org.apache.ignite.jdbc.IgniteJdbcStatement
-
Sets whether the SQL engine is allowed to read data from non-primary replicas for this statement.
- setMemoryQuotaBlockSize(Long) - Method in interface org.apache.ignite.jdbc.IgniteJdbcStatement
-
Sets a memory quota block size for this statement.
- setTransactionTimeout(Long) - Method in interface org.apache.ignite.jdbc.IgniteJdbcConnection
-
Sets the transaction timeout, in milliseconds, for transactions started on this connection.
All Classes and Interfaces|All Packages