public class DeleteWorker extends AbstractTablePartWorker
connection, operation, select| Constructor and Description |
|---|
DeleteWorker(CloudSpannerConnection connection,
net.sf.jsqlparser.statement.delete.Delete delete,
boolean allowExtendedMode) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createSQL() |
protected List<String> |
getColumnNames() |
protected net.sf.jsqlparser.schema.Table |
getTable() |
call, genericRun, getEstimatedRecordCount, getRecordCount, isExtendedModepublic DeleteWorker(CloudSpannerConnection connection, net.sf.jsqlparser.statement.delete.Delete delete, boolean allowExtendedMode) throws SQLException
SQLExceptionprotected List<String> getColumnNames() throws SQLException
getColumnNames in class AbstractTablePartWorkerSQLExceptionprotected String createSQL() throws SQLException
createSQL in class AbstractTablePartWorkerSQLExceptionprotected net.sf.jsqlparser.schema.Table getTable()
getTable in class AbstractTablePartWorkerCopyright © 2018. All rights reserved.