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.dbms
/
Dbms
/
setImportedColumnType
set
Imported
Column
Type
open
fun
setImportedColumnType
(
usingDDL
:
Boolean
,
column
:
Column
,
typeName
:
String
?
,
length
:
Int
,
decimal
:
Int
,
defaultValue
:
String
?
)