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
/
Companion
Companion
object
Companion
Members
Properties
ANY_
DBMS
Link copied to clipboard
const
val
ANY_DBMS
:
String
GROOVY
Link copied to clipboard
const
val
GROOVY
:
String
known
Db
Ids
Link copied to clipboard
@
JvmStatic
val
knownDbIds
:
List
<
String
>
last
Used
Dbms
Link copied to clipboard
@
JvmStatic
var
lastUsedDbms
:
String
?
Functions
get
Link copied to clipboard
@
JvmStatic
fun
get
(
unit
:
DbUnit
)
:
Dbms
@
JvmStatic
fun
get
(
dbId
:
String
)
:
Dbms
get
Inherited
Dbms
Link copied to clipboard
@
JvmStatic
fun
getInheritedDbms
(
dbId
:
String
)
:
String
?
get
Known
Db
Ids
Excluding
Link copied to clipboard
@
JvmStatic
fun
getKnownDbIdsExcluding
(
vararg
excludeDbms
:
String
)
:
List
<
String
>
reload
Importers
Link copied to clipboard
@
JvmStatic
fun
reloadImporters
(
)
set
Column
Type
From
String
Link copied to clipboard
@
JvmStatic
fun
setColumnTypeFromString
(
column
:
Column
?
,
typeString
:
String
?
)