toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.io.dbutil
/
DbResultsAsText
/
DbColumn
Db
Column
inner
class
DbColumn
(
val
index
:
Int
,
val
name
:
String
,
val
type
:
Int
,
val
typeName
:
String
)
Members
Constructors
Db
Column
Link copied to clipboard
constructor
(
index
:
Int
,
name
:
String
,
type
:
Int
,
typeName
:
String
)
Properties
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
text
Type
Link copied to clipboard
val
textType
:
DbResultsAsText.TextType
type
Link copied to clipboard
val
type
:
Int
type
Name
Link copied to clipboard
val
typeName
:
String
width
Link copied to clipboard
val
width
:
Int