DbSchema
Toggle table of contents
9.9.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.schema
/
NameFinder
Name
Finder
class
NameFinder
(
schema
:
Schema
)
Members
Constructors
Name
Finder
Link copied to clipboard
constructor
(
schema
:
Schema
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
for
Constraint
Link copied to clipboard
fun
forConstraint
(
table
:
AbstractTable
,
column
:
Column
?
)
:
String
for
Foreign
Key
Link copied to clipboard
fun
forForeignKey
(
fromTable
:
AbstractTable
,
pkTable
:
AbstractTable
?
,
fromColumn
:
Column
?
)
:
String
for
Index
Link copied to clipboard
fun
forIndex
(
table
:
AbstractTable
,
type
:
IndexType
,
column
:
Column
?
=
null
)
:
String
for
Name
Link copied to clipboard
fun
forName
(
name
:
String
)
:
String
for
Sequence
Link copied to clipboard
fun
forSequence
(
)
:
String
for
Table
Link copied to clipboard
fun
forTable
(
)
:
String