Class OracleDialect
java.lang.Object
org.springframework.data.relational.core.dialect.AbstractDialect
org.springframework.data.relational.core.dialect.AnsiDialect
org.springframework.data.relational.core.dialect.OracleDialect
org.springframework.data.r2dbc.dialect.OracleDialect
- All Implemented Interfaces:
- R2dbcDialect,- Dialect
An SQL dialect for Oracle.
- Since:
- 1.2.6
- Author:
- Mark Paluch
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.springframework.data.relational.core.dialect.OracleDialectgetConverters, getIdGenerationMethods inherited from class org.springframework.data.relational.core.dialect.AnsiDialectgetArraySupport, getIdentifierProcessing, limit, lockMethods inherited from class org.springframework.data.relational.core.dialect.AbstractDialectgetAfterFromTable, getAfterOrderBy, getSelectContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.relational.core.dialect.DialectgetArraySupport, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypesMethods inherited from interface org.springframework.data.r2dbc.dialect.R2dbcDialectgetConverters, getSimpleTypeHolder, getSimpleTypes, renderForGeneratedValues
- 
Field Details- 
INSTANCESingleton instance.
 
- 
- 
Constructor Details- 
OracleDialectpublic OracleDialect()
 
- 
- 
Method Details- 
getBindMarkersFactoryDescription copied from interface:R2dbcDialectReturns theBindMarkersFactoryused by this dialect.- Specified by:
- getBindMarkersFactoryin interface- R2dbcDialect
- Returns:
- the BindMarkersFactoryused by this dialect.
 
 
-