| Package | Description |
|---|---|
| nl.topicus.jdbc | |
| nl.topicus.jdbc.resultset | |
| nl.topicus.jdbc.statement |
| Modifier and Type | Method and Description |
|---|---|
CloudSpannerStatement |
CloudSpannerConnection.createStatement() |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
CloudSpannerConnection.getDynamicConnectionProperties(CloudSpannerStatement statement) |
ResultSet |
CloudSpannerConnection.getDynamicConnectionProperty(CloudSpannerStatement statement,
String propertyName) |
ResultSet |
CloudSpannerConnection.getRunningDDLOperations(CloudSpannerStatement statement)
Returns a ResultSet containing all asynchronous DDL-operations started by
this connection.
|
| Constructor and Description |
|---|
CloudSpannerPartitionResultSet(CloudSpannerStatement statement,
com.google.cloud.spanner.BatchReadOnlyTransaction transaction,
com.google.cloud.spanner.Partition partition,
String sql) |
CloudSpannerResultSet(CloudSpannerStatement statement,
com.google.cloud.spanner.ResultSet resultSet,
String sql) |
CloudSpannerResultSetMetaData(com.google.cloud.spanner.ResultSet resultSet,
CloudSpannerStatement statement,
String sql) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloudSpannerPreparedStatement |
class |
CloudSpannerPreparedStatement |
Copyright © 2018. All rights reserved.