Package win.doyto.query.dialect
Class OracleDialect
java.lang.Object
win.doyto.query.dialect.OracleDialect
- All Implemented Interfaces:
Dialect
OracleDialect
- Since:
- 1.0.2
- Author:
- f0rb on 2023/6/26
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalterBatchInsert(String given) buildInsertIgnore(StringBuilder insertBuilder, String tableName, String k1, String k2) buildPageSql(String sql, int limit, long offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface win.doyto.query.core.Dialect
buildInsertUpdate, convertMultiColumnsIn, forShare, forUpdate, resolveKeyColumn, supportMultiGeneratedKeys, wrapLabel, wrapSelectForUpdate
-
Constructor Details
-
OracleDialect
public OracleDialect()
-
-
Method Details
-
buildPageSql
- Specified by:
buildPageSqlin interfaceDialect
-
alterBatchInsert
- Specified by:
alterBatchInsertin interfaceDialect
-
buildInsertIgnore
public String buildInsertIgnore(StringBuilder insertBuilder, String tableName, String k1, String k2) - Specified by:
buildInsertIgnorein interfaceDialect
-