public class OracleDialect extends CommonsDialectImpl
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
keywords |
keywordWrap| Constructor and Description |
|---|
OracleDialect() |
OracleDialect(KeywordWrap keywordWrap,
LimitOffsetProcessor limitOffsetProcessor) |
OracleDialect(LimitOffsetProcessor limitOffsetProcessor) |
| Modifier and Type | Method and Description |
|---|---|
String |
forInsertBatchWithFirstRowColumns(String schema,
String tableName,
List<Row> rows) |
String |
forInsertEntityBatch(TableInfo tableInfo,
Collection<?> entities) |
buildDeleteSql, buildGroupBySql, buildHavingSql, buildJoinSql, buildLimitOffsetSql, buildLogicDeletedSet, buildLogicNormalCondition, buildNoSelectSql, buildOrderBySql, buildSelectSql, buildWhereConditionSql, buildWhereSql, forDeleteBatchByIds, forDeleteById, forDeleteByQuery, forDeleteEntityBatchByIds, forDeleteEntityBatchByQuery, forDeleteEntityById, forHint, forInsertEntity, forInsertEntityWithPk, forInsertRow, forSelectByQuery, forSelectEntityListByIds, forSelectOneById, forSelectOneEntityById, forUpdateBatchById, forUpdateById, forUpdateByQuery, forUpdateEntity, forUpdateEntityByQuery, wrap, wrapColumnAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRealSchema, getRealTable, prepareAuth, prepareAuth, prepareAuthpublic OracleDialect()
public OracleDialect(LimitOffsetProcessor limitOffsetProcessor)
public OracleDialect(KeywordWrap keywordWrap, LimitOffsetProcessor limitOffsetProcessor)
public String forInsertEntityBatch(TableInfo tableInfo, Collection<?> entities)
forInsertEntityBatch in interface IDialectforInsertEntityBatch in class CommonsDialectImplpublic String forInsertBatchWithFirstRowColumns(String schema, String tableName, List<Row> rows)
forInsertBatchWithFirstRowColumns in interface IDialectforInsertBatchWithFirstRowColumns in class CommonsDialectImplCopyright © 2024. All rights reserved.