simple-jdbc-stats
Toggle table of contents
2.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
simple-jdbc-stats
simple-jdbc-stats
/
nl.astraeus.jdbc
/
Parameter
Parameter
data
class
Parameter
(
val
index
:
Int
,
val
type
:
String
,
var
value
:
Any
?
=
null
)
Members
Constructors
Parameter
Link copied to clipboard
constructor
(
index
:
Int
,
type
:
String
,
value
:
Any
?
=
null
)
Properties
index
Link copied to clipboard
val
index
:
Int
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
var
value
:
Any
?