BetterMetadata
0.9.1
BetterMetadata
/
dev.warrengates.bettermetadata
/
FunctionColumnType
Function
Column
Type
enum
FunctionColumnType
:
Enum
<
FunctionColumnType
>
,
IntegerEnum
Content copied to clipboard
Function column type
Entries
Properties
Entries
UNKNOWN
Link copied to clipboard
UNKNOWN
(
DatabaseMetaData.functionColumnUnknown
)
Content copied to clipboard
Unknown
RETURN
Link copied to clipboard
RETURN
(
DatabaseMetaData.functionReturn
)
Content copied to clipboard
Return
RESULT
Link copied to clipboard
RESULT
(
DatabaseMetaData.functionColumnResult
)
Content copied to clipboard
Result
OUT
Link copied to clipboard
OUT
(
DatabaseMetaData.functionColumnOut
)
Content copied to clipboard
Out
IN_OUT
Link copied to clipboard
IN_OUT
(
DatabaseMetaData.functionColumnInOut
)
Content copied to clipboard
In Out
IN
Link copied to clipboard
IN
(
DatabaseMetaData.functionColumnIn
)
Content copied to clipboard
In
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
open
override
val
value
:
Int
Content copied to clipboard