- setAutocommit(Boolean) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setAutocommitDmlMode(AutocommitDmlMode) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the mode for executing DML statements in autocommit mode for this connection.
- setCredentials(String) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setLoginTimeout(int) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setLogWriter(PrintWriter) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setOptimizerVersion(String) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the query optimizer version to use for this connection.
- setReadonly(Boolean) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setReadOnlyStaleness(TimestampBound) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the staleness to use for the current read-only transaction.
- setRetryAbortsInternally(boolean) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets whether this connection will internally retry read/write transactions that abort.
- setRetryAbortsInternally(Boolean) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- setReturnCommitStats(boolean) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets whether this connection should request commit statistics from Cloud Spanner for read/write
transactions and for DML statements in autocommit mode.
- setSavepointSupport(SavepointSupport) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets how savepoints should be supported on this connection.
- setStatementTag(String) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the statement tag to use for the next statement that will be executed.
- setTransactionMode(TransactionMode) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the transaction mode to use for current transaction.
- setTransactionTag(String) - Method in interface com.google.cloud.spanner.jdbc.CloudSpannerJdbcConnection
-
Sets the transaction tag to use for the current transaction.
- setUrl(String) - Method in class com.google.cloud.spanner.jdbc.JdbcDataSource
-
- SpannerPool - Class in com.google.cloud.spanner.jdbc
-
Deprecated.
- STATEMENT_NO_RESULT - Static variable in class com.google.cloud.spanner.jdbc.JdbcConstants
-
Special value that is used to indicate that a statement had no result.
- STATEMENT_RESULT_SET - Static variable in class com.google.cloud.spanner.jdbc.JdbcConstants
-
Special value that is used to indicate that a statement returned a
ResultSet
.