Package-level declarations

Types

Link copied to clipboard

SqlDialect implementation for Oracle database.

Link copied to clipboard
open class OracleFormatter(database: Database, beautifySql: Boolean, indentSize: Int) : SqlFormatter

SqlFormatter implementation for Oracle, formatting SQL expressions as strings with their execution arguments.