Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acceptsURL(String) - Method in class com.apple.foundationdb.relational.jdbc.JDBCRelationalDriver
- addQueryParameter(URI, String, String) - Static method in class com.apple.foundationdb.relational.jdbc.JDBCURI
C
- close() - Method in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
- com.apple.foundationdb.relational.jdbc - package com.apple.foundationdb.relational.jdbc
-
Relational JDBC Driver The Relational JDBC URL starts with
jdbc:relational://
. - connect(String, Properties) - Method in class com.apple.foundationdb.relational.jdbc.JDBCRelationalDriver
- connect(URI, Options) - Method in class com.apple.foundationdb.relational.jdbc.JDBCRelationalDriver
F
- free() - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
G
- getArray() - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getArray(long, int) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getArray(long, int, Map<String, Class<?>>) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getArray(Map<String, Class<?>>) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getBaseType() - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getBaseTypeName() - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getFirstValue(String, Map<String, List<String>>) - Static method in class com.apple.foundationdb.relational.jdbc.JDBCURI
-
Return first value in the values list.
- getPropertyInfo(String, Properties) - Method in class com.apple.foundationdb.relational.jdbc.JDBCRelationalDriver
- getResultSet() - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getResultSet(long, int) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getResultSet(long, int, Map<String, Class<?>>) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- getResultSet(Map<String, Class<?>>) - Method in class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
I
- INPROCESS_URI_QUERY_SERVERNAME_KEY - Static variable in class com.apple.foundationdb.relational.jdbc.JDBCURI
-
Key we use to get servername parameter from query component of an 'inprocess' JDBC URI.
J
- JDBC_BASE_URL - Static variable in class com.apple.foundationdb.relational.jdbc.JDBCURI
-
Base URL.
- JDBC_URL_PREFIX - Static variable in class com.apple.foundationdb.relational.jdbc.JDBCURI
- JDBC_URL_SCHEME - Static variable in class com.apple.foundationdb.relational.jdbc.JDBCURI
- JDBCArrayImpl - Class in com.apple.foundationdb.relational.jdbc
-
A simplistic implementation of a
Array
that wraps around aArray
. - JDBCArrayImpl(Array) - Constructor for class com.apple.foundationdb.relational.jdbc.JDBCArrayImpl
- JdbcConnectionException - Exception in com.apple.foundationdb.relational.jdbc
- JdbcConnectionException(String) - Constructor for exception com.apple.foundationdb.relational.jdbc.JdbcConnectionException
- JdbcConnectionException(String, Throwable) - Constructor for exception com.apple.foundationdb.relational.jdbc.JdbcConnectionException
- JDBCRelationalArray - Interface in com.apple.foundationdb.relational.jdbc
- JDBCRelationalDriver - Class in com.apple.foundationdb.relational.jdbc
-
JDBC Relational Driver.
- JDBCRelationalDriver() - Constructor for class com.apple.foundationdb.relational.jdbc.JDBCRelationalDriver
- JDBCRelationalStruct - Interface in com.apple.foundationdb.relational.jdbc
- JDBCURI - Class in com.apple.foundationdb.relational.jdbc
-
JDBC connection URI public utility and constants.
N
- newBuilder() - Static method in interface com.apple.foundationdb.relational.jdbc.JDBCRelationalArray
-
Obtain a new
RelationalArray
builder. - newBuilder() - Static method in interface com.apple.foundationdb.relational.jdbc.JDBCRelationalStruct
-
Obtain a new
RelationalStruct
builder.
O
- ofArray(Array) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofBoolean(boolean) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofBytes(byte[]) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofDouble(double) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofFloat(float) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofInt(int) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofLong(long) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofNull(int) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofObject(Object) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofString(String) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofUuid(UUID) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- ofUUID(UUID) - Static method in class com.apple.foundationdb.relational.jdbc.ParameterHelper
- onCompleted() - Method in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
- onError(Throwable) - Method in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
-
Got an error from the server.
- onNext(TransactionalResponse) - Method in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
-
Got a response from the server.
P
- ParameterHelper - Class in com.apple.foundationdb.relational.jdbc
- ParameterHelper() - Constructor for class com.apple.foundationdb.relational.jdbc.ParameterHelper
S
- sendRequest(TransactionalRequest) - Method in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
-
Send a request to the server, wait for a response.
- splitQuery(URI) - Static method in class com.apple.foundationdb.relational.jdbc.JDBCURI
-
From https://stackoverflow.com/questions/13592236/parse-a-uri-string-into-name-value-collection.
- StatefulServerConnection - Class in com.apple.foundationdb.relational.jdbc
-
A class that handles a stateful connection to the server.
- StatefulServerConnection(Function<StreamObserver<TransactionalResponse>, StreamObserver<TransactionalRequest>>) - Constructor for class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
T
- TIMEOUT_IN_SECONDS - Static variable in class com.apple.foundationdb.relational.jdbc.StatefulServerConnection
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form