DbSchema
Toggle table of contents
10.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DbSchema
DbSchema
/
com.wisecoders.dbs.schema
/
FunctionParameter
Function
Parameter
class
FunctionParameter
(
val
name
:
String
?
,
val
javaDataType
:
Int
,
val
dataTypeName
:
String
?
,
val
paramInOut
:
Int
,
val
ordinalPosition
:
Int
)
A parameter of a function
Members
Constructors
Function
Parameter
Link copied to clipboard
constructor
(
name
:
String
?
,
javaDataType
:
Int
,
dataTypeName
:
String
?
,
paramInOut
:
Int
,
ordinalPosition
:
Int
)
Properties
data
Type
Name
Link copied to clipboard
val
dataTypeName
:
String
?
java
Data
Type
Link copied to clipboard
val
javaDataType
:
Int
name
Link copied to clipboard
val
name
:
String
?
ordinal
Position
Link copied to clipboard
val
ordinalPosition
:
Int
param
In
Out
Link copied to clipboard
val
paramInOut
:
Int
Functions
same
Type
Link copied to clipboard
fun
sameType
(
other
:
FunctionParameter
)
:
Boolean