Kotlin SQLite
Toggle table of contents
0.0.3
release
Target filter
release
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign JNI
/
ksqlite.foreign
/
OutputPointer
/
OfInt32
Of
Int32
class
OfInt32
@
JvmOverloads
constructor
(
initialValue
:
Int
=
0
)
:
OutputPointer
<
Int
>
(
source
)
32 bits signed integer output parameter.
Members
Constructors
Of
Int32
Link copied to clipboard
@
JvmOverloads
constructor
(
initialValue
:
Int
=
0
)
Properties
value
Link copied to clipboard
var
value
:
Int
Actual param value.