Skip to main content
Version: Next

OracleDialect

Implements

  • Dialect

Index

Constructors

constructor

Methods

createAdapter

  • createAdapter(): OracleAdapter
  • Creates an adapter for the dialect.


    Returns OracleAdapter

createDriver

  • createDriver(): OracleDriver
  • Creates a driver for the dialect.


    Returns OracleDriver

createIntrospector

  • createIntrospector(db): DatabaseIntrospector
  • Creates a database introspector that can be used to get database metadata such as the table names and column names of those tables.

    db never has any plugins installed. It's created using Kysely.withoutPlugins.


    Parameters

    Returns DatabaseIntrospector

createQueryCompiler

  • createQueryCompiler(): OracleQueryCompiler
  • Creates a query compiler for the dialect.


    Returns OracleQueryCompiler