NameFinder

class NameFinder(schema: Schema)

Constructors

Link copied to clipboard
constructor(schema: Schema)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun forConstraint(table: AbstractTable, column: Column?): String
Link copied to clipboard
fun forForeignKey(fromTable: AbstractTable, pkTable: AbstractTable?, fromColumn: Column?): String
Link copied to clipboard
fun forIndex(table: AbstractTable, type: IndexType, column: Column? = null): String
Link copied to clipboard
fun forName(name: String): String
Link copied to clipboard
fun forSequence(): String
Link copied to clipboard
fun forTable(): String