Selekt
Toggle table of contents
0.35.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Selekt
selekt-sqlite3-api
/
com.bloomberg.selekt
/
BlobHandle
Blob
Handle
data
class
BlobHandle
(
val
pointer
:
Long
,
val
attachment
:
Any
?
=
null
)
(
source
)
Members
Constructors
Blob
Handle
Link copied to clipboard
constructor
(
pointer
:
Long
,
attachment
:
Any
?
=
null
)
Properties
attachment
Link copied to clipboard
val
attachment
:
Any
?
pointer
Link copied to clipboard
val
pointer
:
Long