basic-http
Toggle table of contents
2.0
jvm
Platform filter
jvm
Switch theme
Search in API
basic-http
basic-http
/
database.annotations
/
Column
Column
@
Target
(
allowedTargets
=
[
AnnotationTarget.FIELD
]
)
annotation class
Column
(
val
name
:
String
=
""
)
Annotation to specify the name of a database column.
Members
Properties
name
Link copied to clipboard
val
name
:
String
The name of the column in the database.