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
/
OfInt64
Of
Int64
class
OfInt64
@
JvmOverloads
constructor
(
initialValue
:
Long
=
0
)
:
OutputPointer
<
Long
>
(
source
)
64 bits signed integer output parameter.
Members
Constructors
Of
Int64
Link copied to clipboard
@
JvmOverloads
constructor
(
initialValue
:
Long
=
0
)
Properties
value
Link copied to clipboard
var
value
:
Long
Actual param value.