Index
All Classes and Interfaces|All Packages|Constant Field Values
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
- 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
- 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
P
- ParameterHelper - Class in com.apple.foundationdb.relational.jdbc
- ParameterHelper() - Constructor for class com.apple.foundationdb.relational.jdbc.ParameterHelper
S
- 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.
All Classes and Interfaces|All Packages|Constant Field Values