Uses of Interface
com.google.cloud.spanner.jdbc.JdbcSqlException
-
-
Uses of JdbcSqlException in com.google.cloud.spanner.jdbc
Classes in com.google.cloud.spanner.jdbc that implement JdbcSqlException Modifier and Type Class Description static classJdbcSqlExceptionFactory.JdbcAbortedDueToConcurrentModificationExceptionSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be retried due to a concurrent modification.static classJdbcSqlExceptionFactory.JdbcAbortedExceptionSpecificSQLExceptionthat is thrown when a transaction was aborted and could not be successfully retried.static classJdbcSqlExceptionFactory.JdbcSqlBatchUpdateExceptionSpecificSQLExceptionthat is thrown when aSpannerBatchUpdateExceptionoccurs.static classJdbcSqlExceptionFactory.JdbcSqlClientInfoExceptionSpecificSQLExceptionthat is thrown when setting client info on a connectionstatic classJdbcSqlExceptionFactory.JdbcSqlExceptionImplBaseSQLExceptionfor Cloud Spannerstatic classJdbcSqlExceptionFactory.JdbcSqlFeatureNotSupportedExceptionSpecificSQLExceptionthat is thrown for unsupported methods and valuesstatic classJdbcSqlExceptionFactory.JdbcSqlTimeoutExceptionSpecificSQLExceptionthat is thrown when a statement times out
-