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, org.springframework.data.relational.core.dialect.Dialect

public class OracleDialect extends org.springframework.data.relational.core.dialect.OracleDialect implements R2dbcDialect
An SQL dialect for Oracle.
Since:
1.2.6
Author:
Mark Paluch
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OracleDialect
    Singleton instance.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the BindMarkersFactory used by this dialect.

    Methods inherited from class org.springframework.data.relational.core.dialect.OracleDialect

    getConverters, getIdGeneration

    Methods inherited from class org.springframework.data.relational.core.dialect.AnsiDialect

    getArraySupport, getIdentifierProcessing, limit, lock

    Methods inherited from class org.springframework.data.relational.core.dialect.AbstractDialect

    getAfterFromTable, getAfterOrderBy, getSelectContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.data.relational.core.dialect.Dialect

    getArraySupport, getExistsFunction, getIdentifierProcessing, getIdGeneration, getInsertRenderContext, getLikeEscaper, getSelectContext, limit, lock, orderByNullHandling, simpleTypes

    Methods inherited from interface org.springframework.data.r2dbc.dialect.R2dbcDialect

    getConverters, getSimpleTypeHolder, getSimpleTypes, renderForGeneratedValues