toggle menu
agent-models
JVM
switch theme
search in API
agent-models
/
org.cryptotrader.agent.library.model
/
DatabaseColumnMetadata
Database
Column
Metadata
data
class
DatabaseColumnMetadata
(
val
name
:
String
,
val
type
:
String
,
val
nullable
:
Boolean
)
Members
Constructors
Database
Column
Metadata
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
nullable
:
Boolean
)
Properties
name
Link copied to clipboard
val
name
:
String
nullable
Link copied to clipboard
val
nullable
:
Boolean
type
Link copied to clipboard
val
type
:
String