| Package | Description |
|---|---|
| nl.topicus.jdbc | |
| nl.topicus.jdbc.statement | |
| nl.topicus.jdbc.transaction | |
| nl.topicus.jdbc.xa |
| Modifier and Type | Method and Description |
|---|---|
CloudSpannerConnection |
CloudSpannerDriver.connect(String url,
Properties info)
Connects to a Google Cloud Spanner database.
|
CloudSpannerConnection |
CloudSpannerConnection.createCopyConnection() |
| Modifier and Type | Field and Description |
|---|---|
protected CloudSpannerConnection |
AbstractTablePartWorker.connection |
| Constructor and Description |
|---|
AbstractCloudSpannerPreparedStatement(CloudSpannerConnection connection,
com.google.cloud.spanner.DatabaseClient dbClient) |
CloudSpannerPreparedStatement(String sql,
CloudSpannerConnection connection,
com.google.cloud.spanner.DatabaseClient dbClient) |
CloudSpannerStatement(CloudSpannerConnection connection,
com.google.cloud.spanner.DatabaseClient dbClient) |
DeleteWorker(CloudSpannerConnection connection,
net.sf.jsqlparser.statement.delete.Delete delete,
ParameterStore parameters,
boolean allowExtendedMode) |
InsertWorker(CloudSpannerConnection connection,
net.sf.jsqlparser.statement.select.Select select,
net.sf.jsqlparser.statement.insert.Insert insert,
ParameterStore parameters,
boolean allowExtendedMode,
nl.topicus.jdbc.statement.AbstractTablePartWorker.DMLOperation operation) |
| Constructor and Description |
|---|
CloudSpannerTransaction(com.google.cloud.spanner.DatabaseClient dbClient,
com.google.cloud.spanner.BatchClient batchClient,
CloudSpannerConnection connection) |
| Constructor and Description |
|---|
CloudSpannerXAConnection(CloudSpannerConnection conn) |
CloudSpannerXAConnection(CloudSpannerConnection conn,
boolean createXATable) |
Copyright © 2018. All rights reserved.