Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.jdbc
/
Driver
Driver
class
Driver
:
Driver
Members
Constructors
Driver
Link copied to clipboard
constructor
(
)
Properties
major
Version
Link copied to clipboard
open
val
majorVersion
:
Int
minor
Version
Link copied to clipboard
open
val
minorVersion
:
Int
parent
Logger
Link copied to clipboard
open
val
parentLogger
:
Logger
?
Functions
accepts
URL
Link copied to clipboard
open
override
fun
acceptsURL
(
url
:
String
)
:
Boolean
connect
Link copied to clipboard
open
override
fun
connect
(
url
:
String
,
info
:
Properties
?
)
:
Connection
?
get
Property
Info
Link copied to clipboard
open
fun
getPropertyInfo
(
url
:
String
?
,
info
:
Properties
?
)
:
Array
<
out
DriverPropertyInfo
?
>
?
jdbc
Compliant
Link copied to clipboard
open
fun
jdbcCompliant
(
)
:
Boolean