sqlx4k
Toggle table of contents
1.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
sqlx4k
sqlx4k-codegen
/
io.github.smyrgeorge.sqlx4k.processor
/
SqlValidator
/
ColumnDef
Column
Def
data
class
ColumnDef
(
val
name
:
String
,
val
type
:
String
)
(
source
)
Members
Constructors
Column
Def
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String