public class OracleDialect extends CommonsDialectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private static Set<String> |
keywords |
keywordWrap| 构造器和说明 |
|---|
OracleDialect() |
OracleDialect(LimitOffsetProcessor limitOffsetProcessor) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
forInsertBatchWithFirstRowColumns(String schema,
String tableName,
List<Row> rows) |
String |
forInsertEntityBatch(TableInfo tableInfo,
List<?> entities) |
buildDeleteSql, buildGroupBySql, buildHavingSql, buildJoinSql, buildLimitOffsetSql, buildOrderBySql, buildQuestion, buildSelectSql, buildWhereConditionSql, buildWhereSql, forDeleteBatchByIds, forDeleteById, forDeleteByQuery, forDeleteEntityBatchByIds, forDeleteEntityBatchByQuery, forDeleteEntityById, forHint, forInsertEntity, forInsertRow, forSelectByQuery, forSelectEntityListByIds, forSelectOneById, forSelectOneEntityById, forUpdateBatchById, forUpdateById, forUpdateByQuery, forUpdateEntity, forUpdateEntityByQuery, forUpdateNumberAddByQuery, getLogicDeletedValue, getLogicNormalValue, wrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRealSchema, getRealTablepublic OracleDialect()
public OracleDialect(LimitOffsetProcessor limitOffsetProcessor)
public String forInsertEntityBatch(TableInfo tableInfo, List<?> entities)
forInsertEntityBatch 在接口中 IDialectforInsertEntityBatch 在类中 CommonsDialectImplCopyright © 2023. All rights reserved.