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
/
Column
/
Column
Column
@
JvmOverloads
constructor
(
entity
:
Entity
,
name
:
String
,
parentColumn
:
Column
?
=
null
,
dataType
:
DataType
=
DbmsTypes.get(entity.getDbId()).getDataType(ValueType.INTEGER)
,
contentType
:
AttributeContentType
=
AttributeContentType.UNKNOWN
,
spec
:
AttributeSpec
=
AttributeSpec.normal
)