S - the type parameterpublic class SqlServerSelectForUpdateExecutor<T,S extends Statement> extends SelectForUpdateExecutor<T,S>
sqlRecognizer, sqlRecognizers, statementCallback, statementProxy| Constructor and Description |
|---|
SqlServerSelectForUpdateExecutor(StatementProxy<S> statementProxy,
StatementCallback<T,S> statementCallback,
SQLRecognizer sqlRecognizer)
Instantiates a new Sqlserver Select for update executor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildSelectSQL(ArrayList<List<Object>> paramAppenderList) |
doExecutebuildLimitCondition, buildLockKey, buildOrderCondition, buildTableRecords, buildTableRecords, buildUndoItem, buildWhereCondition, containPK, containsPK, containsPK, execute, getColumnNameInSQL, getColumnNamesInSQL, getColumnNamesInSQLList, getColumnNamesWithTablePrefix, getColumnNamesWithTablePrefixList, getColumnNameWithTablePrefix, getDbType, getFromTableInSQL, getNeedColumns, getStandardPkColumnName, getTableMeta, getTableMeta, prepareUndoLog, validPkpublic SqlServerSelectForUpdateExecutor(StatementProxy<S> statementProxy, StatementCallback<T,S> statementCallback, SQLRecognizer sqlRecognizer)
statementProxy - the statement proxystatementCallback - the statement callbacksqlRecognizer - the sql recognizerprotected String buildSelectSQL(ArrayList<List<Object>> paramAppenderList)
buildSelectSQL in class SelectForUpdateExecutor<T,S extends Statement>Copyright © 2024 Apache. All rights reserved.