Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
Xtdb
/
Statement
Statement
interface
Statement
:
AdbcStatement
Members
Properties
column
Names
Link copied to clipboard
abstract
val
columnNames
:
List
<
FieldName
>
max
Progress
Link copied to clipboard
open
val
maxProgress
:
Double
parameter
Schema
Link copied to clipboard
open
val
parameterSchema
:
Schema
?
progress
Link copied to clipboard
open
val
progress
:
Double
warnings
Link copied to clipboard
abstract
val
warnings
:
List
<
String
>
Functions
bind
Link copied to clipboard
open
fun
bind
(
root
:
VectorSchemaRoot
?
)
open
fun
bind
(
rel
:
RelationReader
)
cancel
Link copied to clipboard
open
fun
cancel
(
)
close
Link copied to clipboard
abstract
fun
close
(
)
execute
Partitioned
Link copied to clipboard
open
fun
executePartitioned
(
)
:
AdbcStatement.PartitionResult
?
execute
Query
Link copied to clipboard
abstract
fun
executeQuery
(
)
:
AdbcStatement.QueryResult
?
execute
Schema
Link copied to clipboard
open
fun
executeSchema
(
)
:
Schema
?
abstract
fun
executeSchema
(
paramFields
:
List
<
Field
>
)
:
Schema
execute
Update
Link copied to clipboard
abstract
fun
executeUpdate
(
)
:
AdbcStatement.UpdateResult
?
get
Option
Link copied to clipboard
open
fun
<
T
:
Any
?
>
getOption
(
key
:
TypedKey
<
T
?
>
?
)
:
T
?
open
Query
Link copied to clipboard
abstract
fun
openQuery
(
)
:
ResultCursor
abstract
fun
openQuery
(
opts
:
QueryOpts
)
:
ResultCursor
poll
Partitioned
Link copied to clipboard
open
fun
pollPartitioned
(
)
:
Iterator
<
AdbcStatement.PartitionResult
?
>
?
prepare
Link copied to clipboard
abstract
fun
prepare
(
)
set
Option
Link copied to clipboard
open
fun
<
T
:
Any
?
>
setOption
(
key
:
TypedKey
<
T
?
>
?
,
value
:
T
?
)
open
fun
setOption
(
key
:
String
?
,
value
:
Any
?
)
set
Sql
Query
Link copied to clipboard
open
fun
setSqlQuery
(
query
:
String
?
)
set
Substrait
Plan
Link copied to clipboard
open
fun
setSubstraitPlan
(
plan
:
ByteBuffer
?
)