Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
FlightSqlConfig
Flight
Sql
Config
@
Serializable
data
class
FlightSqlConfig
(
var
host
:
String
=
"127.0.0.1"
,
var
port
:
Int
=
0
)
Members
Constructors
Flight
Sql
Config
Link copied to clipboard
constructor
(
host
:
String
=
"127.0.0.1"
,
port
:
Int
=
0
)
Properties
host
Link copied to clipboard
var
host
:
String
port
Link copied to clipboard
var
port
:
Int
Functions
host
Link copied to clipboard
fun
host
(
host
:
String
)
:
FlightSqlConfig
Host on which to start the Flight SQL server.
port
Link copied to clipboard
fun
port
(
port
:
Int
)
:
FlightSqlConfig
Port on which to start the Flight SQL server.