Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort(Executor) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- absolute(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- accept(FluentVisitor<R, C>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Expression
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- accept(FluentVisitor<R, C>, C) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.Column
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.Index
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.Metadata
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.Schema
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
- accept(Visitor) - Method in interface com.apple.foundationdb.relational.api.metadata.Table
- add(NumericExpressionTrait<N>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- ADD - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- addAll(Object...) - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
- addArray(String, RelationalArray) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addBatch() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- addBatch(String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- addBatch(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- addBoolean(String, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addBytes(byte[]) - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
- addBytes(String, byte[]) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addContext(String, Object) - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
-
Add additional context to the Exception.
- addDouble(String, double) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addFloat(String, float) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addInt(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addLong(long) - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
- addLong(String, long) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addObject(String, Object, int) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addRepeatedField(int, Object) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- addRepeatedField(String, Object) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- addRepeatedFields(int, Iterable<? extends Object>) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- addRepeatedFields(String, Iterable<? extends Object>) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- addRepeatedFields(String, Iterable<? extends Object>, boolean) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- addReturning(Expression<?>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- addSetClause(Field<?>, Expression<?>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- addShort(String, short) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addString(String) - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
- addString(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addStruct(RelationalStruct) - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
- addStruct(String, RelationalStruct) - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
- addWhereClause(BooleanExpressionTrait) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- afterLast() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- allProceduresAreCallable() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- allTablesAreSelectable() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- AMBIGUOUS_COLUMN - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- and(BooleanExpressionTrait) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
- AND - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- ANNOTATION_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- array(String, int, ArrayMetaData) - Static method in class com.apple.foundationdb.relational.api.FieldDescription
-
Create an array field.
- ARRAY - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- ARRAY_ELEMENT_ERROR - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- ArrayMetaData - Interface in com.apple.foundationdb.relational.api
-
Metadata describing what is in a
RelationalArray
. - asBoolean() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asBoolean() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asBoolean() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asBoolean(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asBoolean(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asBoolean(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asBoolean(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asDouble() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asDouble() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asDouble() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asDouble(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asDouble(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asDouble(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asDouble(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asFloat() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asFloat() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asFloat() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asFloat(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asFloat(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asFloat(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asFloat(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asInt() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asInt() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asInt() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asInt(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asInt(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asInt(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asInt(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asLong() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asLong() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asLong() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asLong(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asLong(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asLong(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asLong(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- Assert - Class in com.apple.foundationdb.relational.util
-
A set of helper methods for validating input, pre-conditions, ...
- asString() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asString() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- asString(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- asString(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- asString(ExpressionFragment<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- asString(Field<?>, boolean) - Static method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins
- ASYNC_OPERATIONS_TIMEOUT_MILLIS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Timeout for asynchronous operations in milliseconds, this is usually used to set an upperbound time limit for operations interacting with FDB.
- atBeginning() - Method in interface com.apple.foundationdb.relational.api.Continuation
- atEnd() - Method in interface com.apple.foundationdb.relational.api.Continuation
- autoCommitFailureClosesAllResultSets() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
B
- beforeFirst() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- BOOLEAN - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- BOOLEAN - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- BooleanExpressionTrait - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a mixin of logical operations.
- BooleanFunction - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a boolean function.
- BooleanFunction(Operation, List<Expression<?>>) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- BooleanLiteral - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a boolean literal.
- booleanType() - Static method in class com.apple.foundationdb.relational.api.options.TypeContract
- build() - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- build() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- build() - Method in class com.apple.foundationdb.relational.api.Options.Builder
- build() - Method in interface com.apple.foundationdb.relational.api.RelationalArrayBuilder
-
Build a
RelationalArray
. - build() - Method in interface com.apple.foundationdb.relational.api.RelationalStructBuilder
-
Build a
RelationalStruct
. - builder() - Static method in class com.apple.foundationdb.relational.api.Options
- BuildVersion - Class in com.apple.foundationdb.relational.util
-
Hosts the content of the version.properties file written by the build into a generated file 'versions.properties' in the fdb-relational-api module.
- BYTES - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- BYTES - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
C
- cancel() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- cancel() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- cancelRowUpdates() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- CANNOT_COMMIT_ROLLBACK_WITH_AUTOCOMMIT - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- CANNOT_CONVERT_TYPE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- CASE_SENSITIVE_IDENTIFIERS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Treat identifiers as-is in terms of case without upper-casing non-quoted ones.
- castUnchecked(T, Class<S>) - Static method in class com.apple.foundationdb.relational.util.Assert
- castUnchecked(T, Class<S>, ErrorCode, Supplier<String>) - Static method in class com.apple.foundationdb.relational.util.Assert
- clearBatch() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- clearBatch() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- clearParameters() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- clearReturning() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- clearSetClauses() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- clearWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- clearWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- clearWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- clearWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- clearWhereClause() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- close() - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Close method to free up resources managed by this statement.
- closeOnCompletion() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- closeOnCompletion() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- Column - Interface in com.apple.foundationdb.relational.api.metadata
-
Represents a Relational
Column
metadata being part of aTable
. - COLUMN_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- com.apple.foundationdb.relational.api - package com.apple.foundationdb.relational.api
-
Interfaces differently implemented upstream by relational-core and fdb-relational-jdbc.
- com.apple.foundationdb.relational.api.exceptions - package com.apple.foundationdb.relational.api.exceptions
-
Exceptions thrown by the Relational packages.
- com.apple.foundationdb.relational.api.fluentsql - package com.apple.foundationdb.relational.api.fluentsql
-
API for constructing statically-typed SQL statements.
- com.apple.foundationdb.relational.api.fluentsql.expression - package com.apple.foundationdb.relational.api.fluentsql.expression
-
Toolbox of expressions used for constructing structured queries.
- com.apple.foundationdb.relational.api.fluentsql.expression.details - package com.apple.foundationdb.relational.api.fluentsql.expression.details
-
Details involving static-typing of structured queries' expressions.
- com.apple.foundationdb.relational.api.fluentsql.statement - package com.apple.foundationdb.relational.api.fluentsql.statement
-
Structured query statement construction API.
- com.apple.foundationdb.relational.api.metadata - package com.apple.foundationdb.relational.api.metadata
-
Metadata artefacts in Relational.
- com.apple.foundationdb.relational.api.options - package com.apple.foundationdb.relational.api.options
-
Interfaces and core API functions around implementing a Catalog instance.
- com.apple.foundationdb.relational.util - package com.apple.foundationdb.relational.util
-
Utility classes for the Relational API.
- ComparableExpressionTrait<P extends DataType,
T extends Expression<P>> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression -
This represents a comparable expression.
- ComparableFunction<P extends DataType,
T extends Expression<P>> - Class in com.apple.foundationdb.relational.api.fluentsql.expression -
Represents a comparable function.
- ComparableFunction(P, Operation, ImmutableList<ComparableExpressionTrait<P, T>>) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- connect(URI) - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- connect(URI, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- CONNECTION_DOES_NOT_EXIST - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- ContextualSQLException - Exception in com.apple.foundationdb.relational.api.exceptions
-
An exception intended to carry over additional context within a SQLException.
- ContextualSQLException() - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String, String) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String, String, int) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String, String, int, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String, String, Throwable, Map<String, Object>) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(String, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- ContextualSQLException(Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- Continuation - Interface in com.apple.foundationdb.relational.api
- CONTINUATION - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Continuation.
- Continuation.Reason - Enum in com.apple.foundationdb.relational.api
-
Reason why the continuation was generated in the first place.
- CONTINUATIONS_CONTAIN_COMPILED_STATEMENTS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Boolean indicator if continuations generated for query responses may contain serialized compiled statements that can be used in EXECUTE CONTINUATION statements.
- convertMessage(T) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- CREATE - Enum constant in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
- createBlob() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createClob() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createExpressionBuilderFactory() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createNClob() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createSQLXML() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createStatement() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
-
Create a RelationalStatement which can be executed using this DatabaseConnection.
- createStatement(int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createStatement(int, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- createStatementBuilderFactory() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- CURRENT_PLAN_HASH_MODE - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Current plan hash mode.
- CURSOR_AFTER_LAST - Enum constant in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
All rows were returned.
D
- DATABASE_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- DATABASE_PRODUCT_NAME - Static variable in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Name of the Relational product.
- dataDefinitionCausesTransactionCommit() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- dataDefinitionIgnoredInTransactions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- DataType - Class in com.apple.foundationdb.relational.api.metadata
-
This class represents a Relational data type.
- DATATYPE_MISMATCH - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- DataType.ArrayType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.BooleanType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.BytesType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.Code - Enum in com.apple.foundationdb.relational.api.metadata
- DataType.DoubleType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.EnumType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.EnumType.EnumValue - Class in com.apple.foundationdb.relational.api.metadata
- DataType.FloatType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.IntegerType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.LongType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.Named - Interface in com.apple.foundationdb.relational.api.metadata
-
Trait representing a type that has a name.
- DataType.NumericType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.Primitives - Enum in com.apple.foundationdb.relational.api.metadata
- DataType.StringType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.StructType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.StructType.Field - Class in com.apple.foundationdb.relational.api.metadata
- DataType.UnknownType - Class in com.apple.foundationdb.relational.api.metadata
- DataType.UnresolvedType - Class in com.apple.foundationdb.relational.api.metadata
-
Represents an unknown type, i.e.
- DataType.VersionType - Class in com.apple.foundationdb.relational.api.metadata
- defaultOptions() - Static method in class com.apple.foundationdb.relational.api.Options
- DELETE - Enum constant in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
- deleteRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- deletesAreDetected(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- div(NumericExpressionTrait<N>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- DIV - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- doesMaxRowSizeIncludeBlobs() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- DOUBLE - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- DOUBLE - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- DRY_RUN - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
- DRY_RUN - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Execute this insert / update / delete without persisting data to disk.
- DUPLICATE_ALIAS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- DUPLICATE_SCHEMA_TEMPLATE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- DynamicMessageBuilder - Interface in com.apple.foundationdb.relational.api
-
Deprecated.
E
- EMPTY - Static variable in class com.apple.foundationdb.relational.api.KeySet
- ENUM - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- EQUAL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- equals(Object) - Method in class com.apple.foundationdb.relational.api.FieldDescription
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- equals(Object) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- equals(Object) - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- equals(Object) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- equalsInternal(Object) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.ExpressionFragmentEqualityTrait
- equalsInternal(Object) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.FieldEqualityTrait
- ErrorCode - Enum in com.apple.foundationdb.relational.api.exceptions
-
An enumeration form of the different error codes that Relational makes use of.
- ExcludeFromJacocoGeneratedReport - Annotation Type in com.apple.foundationdb.relational.util
- execute() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- execute(String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- execute(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- execute(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- execute(String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- execute(String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- execute(String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- execute(String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- EXECUTE_UPDATE_RETURNED_RESULT_SET - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- executeBatch() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeBatch() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- executeDelete(String, Iterable<KeySet>) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Delete one or more records from the specified table, specified by key, if such records exist.
- executeDelete(String, Iterable<KeySet>, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
- executeDelete(String, Iterator<KeySet>) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Delete one or more records from the specified table, specified by key, if such records exist.
- executeDelete(String, Iterator<KeySet>, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
- executeDeleteRange(String, KeySet, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
This can be used to delete contiguous rows on a table based on a certain PK range.
- executeGet(String, KeySet, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Get a single record from the system by key.
- executeInsert(String, RelationalStruct) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Insert a record into the specified table, updating any indexes as necessary to maintain consistency.
- executeInsert(String, RelationalStruct, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Insert one or more records into the specified table, updating any indexes as necessary to maintain consistency.
- executeInsert(String, List<RelationalStruct>) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Insert one or more records into the specified table, updating any indexes as necessary to maintain consistency.
- executeInsert(String, List<RelationalStruct>, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Insert one or more records into the specified table, updating any indexes as necessary to maintain consistency.
- executeQuery() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeQuery(String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeQuery(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- executeScan(String, KeySet, Options) - Method in interface com.apple.foundationdb.relational.api.RelationalDirectAccessStatement
-
Execute a multi-row scan against the database, returning a
RelationalResultSet
containing the results of the scan. - executeUpdate() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeUpdate(String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeUpdate(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeUpdate(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- executeUpdate(String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeUpdate(String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- executeUpdate(String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- executeUpdate(String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- EXECUTION_LIMIT_REACHED - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- EXECUTION_SCANNED_BYTES_LIMIT - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Set a scanned bytes limit per transaction.
- EXECUTION_SCANNED_ROWS_LIMIT - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Set a scanned row limit per transaction.
- EXECUTION_TIME_LIMIT - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Set a time limit per transaction.
- Expression<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
The super type of all expressions, an expression is typed with a Relational
DataType
. - ExpressionFactory - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
A factory that can be used to construct a
Expression
. - ExpressionFragment<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
F
- fail() - Static method in class com.apple.foundationdb.relational.util.Assert
- fail(ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- fail(String) - Static method in class com.apple.foundationdb.relational.util.Assert
- failUnchecked() - Static method in class com.apple.foundationdb.relational.util.Assert
- failUnchecked(ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- failUnchecked(String) - Static method in class com.apple.foundationdb.relational.util.Assert
- falseLiteral() - Static method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- field(DataType.BooleanType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.BooleanType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.DoubleType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.DoubleType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.FloatType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.FloatType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.IntegerType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.IntegerType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.LongType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.LongType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.StringType, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(DataType.StringType, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(String, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(String, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(T, Iterable<String>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- field(T, String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- Field<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
Represents a (nested) field in a SQL table.
- FieldDescription - Class in com.apple.foundationdb.relational.api
-
A description of an individual field.
- findColumn(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- findTableByName(String) - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Retrieves a
Table
by looking up its name. - finishVisit(SchemaTemplate) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- first() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- FLOAT - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- FLOAT - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- FluentVisitor<R,
C> - Interface in com.apple.foundationdb.relational.api.fluentsql - free() - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- from(DataType) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- from(DataType, boolean) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- from(String, DataType, int) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- from(String, List<DataType.EnumType.EnumValue>, boolean) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- from(String, List<DataType.StructType.Field>, boolean) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- fromOptions(Options) - Method in class com.apple.foundationdb.relational.api.Options.Builder
- FunctionLike<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
Represents a function.
G
- generatedKeyAlwaysReturned() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- generateSchema(String, String) - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Creates a
Schema
instance using the specified. - get(String) - Static method in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- getArguments() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- getArguments() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- getArguments() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.FunctionLike
- getArguments() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- getArray() - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getArray(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getArray(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a sequence of nested rows.
- getArray(long, int) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getArray(long, int, Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getArray(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getArray(Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getArrayMetaData() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- getArrayMetaData(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getArrayMetaData(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
-
Get the Metadata for an array type.
- getArrayMetaData(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getAsciiStream(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getAsciiStream(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getAttributes() - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getAttributes(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getAttributes(Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getBaseTypeName() - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getBestRowIdentifier(String, String, String, int, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getBigDecimal(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBigDecimal(int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
-
Deprecated.
- getBigDecimal(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBigDecimal(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
-
Deprecated.
- getBinaryStream(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBinaryStream(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBlob(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBlob(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBoolean(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getBoolean(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getByte(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getByte(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getBytes(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getBytes(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a byte[].
- getBytes(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getCatalog() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getCatalogName(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getCatalogName(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getCatalogName(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getCatalogs() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getCatalogSeparator() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getCatalogTerm() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getCharacterStream(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getCharacterStream(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getClientInfo() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getClientInfo(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getClientInfoProperties() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getClob(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getClob(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Returns the
DataType.Code
of the type. - getColumnClassName(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getColumnCount() - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getColumnCount() - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getColumnCount() - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getColumnDisplaySize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getColumnLabel(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getColumnLabel(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getColumnLabel(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getColumnLabel(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getColumnName(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getColumnName(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getColumnName(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getColumnPrivileges(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getColumns() - Method in interface com.apple.foundationdb.relational.api.metadata.Table
-
Retrieves a list of the table
Column
s. - getColumns(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Get the columns for the specified table within the specified schema, as a ResultSet.
- getColumnType(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getColumnType(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getColumnType(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getColumnTypeName(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getColumnTypeName(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getColumnTypeName(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getColumnTypeName(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getConcurrency() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getConnection() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getConnection() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getContext() - Method in exception com.apple.foundationdb.relational.api.exceptions.ContextualSQLException
- getContext() - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- getContinuation() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
-
A
Continuation
that can be used for retrieving the rest of the rows. - getCrossReference(String, String, String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getCursorName() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getDatabaseMajorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDatabaseMinorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDatabaseName() - Method in interface com.apple.foundationdb.relational.api.metadata.Schema
-
Returns the ID of the database which
this
Schema
belong to. - getDatabaseProductName() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDatabaseProductVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDatatype() - Method in interface com.apple.foundationdb.relational.api.metadata.Column
-
Returns the
DataType
of the column. - getDatatype() - Method in interface com.apple.foundationdb.relational.api.metadata.Table
- getDate(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getDate(int, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getDate(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getDate(String, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getDefaultTransactionIsolation() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDescriptor() - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- getDouble(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getDouble(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a double.
- getDouble(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getDriverMajorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDriverMinorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDriverName() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getDriverVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getElementArrayMetaData() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
-
Get the Metadata for an array type.
- getElementArrayMetaData() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
-
Get the Metadata for an array type.
- getElementField() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- getElementName() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
- getElementName() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- getElementStructMetaData() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
-
Get the Metadata for a nested struct type.
- getElementStructMetaData() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
-
Get the Metadata for a nested struct type.
- getElementType() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
- getElementType() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- getElementType() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- getElementTypeName() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
- getElementTypeName() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- getErrorCode() - Method in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- getErrorCode() - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- getExceptionForInvalidPositionNumber(int) - Static method in exception com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
- getExecutionState() - Method in interface com.apple.foundationdb.relational.api.Continuation
-
Return the continuation's underlying (cursor) state.
- getExportedKeys(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getExtraNameCharacters() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getFetchDirection() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getFetchDirection() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getFetchDirection() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getFetchSize() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getFetchSize() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getFetchSize() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getFieldMetaData() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- getFieldNames() - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- getFields() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- getFields() - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getFieldType(String) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.Get the type for the specified field, or throw an error if the field doesn't exist.
- getFloat(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getFloat(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a float.
- getFloat(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getFragment() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFragment
- getFragment() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- getFunctionColumns(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getFunctions(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getGeneratedKeys() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getGeneratedKeys() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getHoldability() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getHoldability() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getIdentifierQuoteString() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getImportedKeys(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getIndex() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- getIndexEntriesAsBitset(Optional<Set<String>>) - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Returns a
BitSet
whose bits are set for each of passed index names. - getIndexes() - Method in interface com.apple.foundationdb.relational.api.metadata.Schema
-
Returns a list of all table-scoped
Index
es in the schema template. - getIndexes() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
- getIndexes() - Method in interface com.apple.foundationdb.relational.api.metadata.Table
- getIndexInfo(String, String, String, boolean, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getIndexType() - Method in interface com.apple.foundationdb.relational.api.metadata.Index
-
Returns the type of the index.
- getInstance() - Static method in class com.apple.foundationdb.relational.util.BuildVersion
- getInt(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getInt(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getJDBCMajorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getJDBCMinorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getJdbcSqlCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Returns a corresponding JDBC SQL type from
Types
. - getLeadingPhantomColumnCount() - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getLeadingPhantomColumnCount() - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getLong(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getLong(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a long.
- getLong(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getMajorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- getMajorVersion() - Method in class com.apple.foundationdb.relational.util.BuildVersion
-
Utility for returning major part of
BuildVersion.getVersion()
: e.g. - getMajorVersion(String) - Method in class com.apple.foundationdb.relational.util.BuildVersion
-
Utility for finding major part of passed version.
- getMaxBinaryLiteralLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxCatalogNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxCharLiteralLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnsInGroupBy() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnsInIndex() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnsInOrderBy() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnsInSelect() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxColumnsInTable() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxConnections() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxCursorNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxFieldSize() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getMaxFieldSize() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getMaxIndexLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxProcedureNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxRowSize() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxSchemaNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxStatementLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxStatements() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxTableNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxTablesInSelect() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMaxUserNameLength() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getMetaData() - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getMetaData() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getMetaData() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getMetaData() - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getMinorVersion() - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- getMinorVersion() - Method in class com.apple.foundationdb.relational.util.BuildVersion
-
Utility for returning minor part of
BuildVersion.getVersion()
: e.g. - getMinorVersion(String) - Method in class com.apple.foundationdb.relational.util.BuildVersion
-
Utility for finding minor part of passed version.
- getMoreResults() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getMoreResults() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getMoreResults(int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getMoreResults(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getName() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- getName() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- getName() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- getName() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- getName() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.FunctionLike
- getName() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- getName() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- getName() - Method in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
- getName() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType.EnumValue
- getName() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- getName() - Method in interface com.apple.foundationdb.relational.api.metadata.DataType.Named
-
Returns the name of the
DataType
. - getName() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- getName() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- getName() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- getName() - Method in interface com.apple.foundationdb.relational.api.metadata.Metadata
-
Returns the name of the metadata.
- getNCharacterStream(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNCharacterStream(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNClob(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNClob(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNestedMessageBuilder(int) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- getNestedMessageBuilder(String) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- getNetworkTimeout() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getNString(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNString(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getNumber() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType.EnumValue
- getNumericFunctions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getNumFields() - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the number of fields in this row.
- getObject(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getObject(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as an Object.
- getObject(int, Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getObject(int, Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getObject(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getObject(String, Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getObject(String, Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getOneBasedPosition(String, RelationalStruct) - Static method in interface com.apple.foundationdb.relational.api.RelationalStruct
-
Utility for figuring out one-based-position of a column when passed columnName.
- getOption(Options.Name) - Method in class com.apple.foundationdb.relational.api.Options
- getOptions() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- getOptions() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement
- getOptions() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getParameterMetaData() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getParentLogger() - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- getParts() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- getParts() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- getPath() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getPrecision(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getPrefix(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get a prefix of this row as a row.
- getPreparedStatement() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery
- getPrimaryKeys(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Retrieves a description of the given table's primary key columns.
- getProcedureColumns(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getProcedures(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getProcedureTerm() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getPropertyInfo(String, Properties) - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- getPseudoColumns(String, String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getQueryTimeout() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getQueryTimeout() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getQueryType() - Method in interface com.apple.foundationdb.relational.api.ParseTreeInfo
- getReason() - Method in interface com.apple.foundationdb.relational.api.Continuation
-
Returns the reason why the continuation was generated in the first place.
- getRef(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getRef(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getResultSet() - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getResultSet() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getResultSet() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getResultSet(long, int) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getResultSet(long, int, Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getResultSet(Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- getResultSetConcurrency() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getResultSetConcurrency() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getResultSetHoldability() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getResultSetHoldability() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getResultSetHoldability() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getResultSetType() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getResultSetType() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getReturning() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- getReturning() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement
- getRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getRow(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a nested row.
- getRowId(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getRowId(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getRowIdLifetime() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getScale(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getSchemaName(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getSchemaName(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getSchemaName(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getSchemas() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Get the Schemas for the specified schema pattern within this database, as a ResultSet.
- getSchemas(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Get the Schemas for the specified schema pattern within the specified database, as a ResultSet.
- getSchemaTemplate() - Method in interface com.apple.foundationdb.relational.api.metadata.Schema
- getSchemaTerm() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSearchStringEscape() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSetClauses() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- getSetClauses() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement
- getShort(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getShort(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getSQLKeywords() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSqlQuery() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery
- getSQLStateType() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSqlTypeCode() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- getSqlTypeCode(String) - Static method in class com.apple.foundationdb.relational.api.SqlTypeNamesSupport
- getSqlTypeCodeFromObject(Object) - Static method in class com.apple.foundationdb.relational.api.SqlTypeNamesSupport
- getSqlTypeName(int) - Static method in class com.apple.foundationdb.relational.api.SqlTypeNamesSupport
- getSQLTypeName() - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getSQLXML(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getSQLXML(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getStatement() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getString(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getString(int) - Method in interface com.apple.foundationdb.relational.api.Row
-
Get the value at the specified position, as a String.
- getString(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getStringFunctions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getStruct(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getStruct(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getStructMetaData(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getStructMetaData(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
-
Get the Metadata for a nested struct type.
- getStructMetaData(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getSuperTables(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSuperTypes(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getSystemFunctions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getTable() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- getTable() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement
- getTableIndexMapping() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
- getTableName() - Method in interface com.apple.foundationdb.relational.api.metadata.Index
-
Returns the name of the
Table
that owns theindex
. - getTableName(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- getTableName(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getTableName(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- getTablePrivileges(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getTables() - Method in interface com.apple.foundationdb.relational.api.metadata.Schema
-
Returns the tables inside the
Schema
. - getTables() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Returns the
Table
s inside the schema template. - getTables(String, String, String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
-
Get the tables for the specified schema within this database, as a ResultSet.
- getTableTypes() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getTime(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTime(int, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTime(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTime(String, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTimeDateFunctions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getTimestamp(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTimestamp(int, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTimestamp(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTimestamp(String, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.BooleanExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.DoubleExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.DoubleField
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.FloatExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.FloatField
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.IntExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.IntField
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.LongExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.LongField
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.details.Mixins.StringExpressionFragment
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Expression
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- getType() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- getType() - Method in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- getType() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- getType() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- getType() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getTypeInfo() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getTypeMap() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getTypeName() - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- getTypeName() - Method in interface com.apple.foundationdb.relational.api.StructMetaData
-
Returns the name of the struct type.
- getTypeName() - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- getUDTs(String, String, String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getUnicodeStream(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
-
Deprecated.
- getUnicodeStream(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
-
Deprecated.
- getUpdateCount() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getUpdateCount() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getURL() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getURL() - Method in class com.apple.foundationdb.relational.util.BuildVersion
- getURL(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getURL(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getUserName() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getUUID(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getUUID(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- getValue() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- getValue() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Literal
- getValue() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- getValue() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- getValue() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- getValues() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- getVersion() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Returns the version of the schema template.
- getVersion() - Method in class com.apple.foundationdb.relational.util.BuildVersion
- getVersionColumns(String, String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- getWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- getWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- getWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- getWarnings() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- getWhereClause() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- getWhereClause() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement
- GREATER_THAN - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- GREATER_THAN_EQUALS - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- greaterThan(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- greaterThanOrEquals(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- greatest(List<ComparableExpressionTrait<P, T>>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- GREATEST - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- GROUPING_ERROR - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
H
- hashCode() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- hashCode() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- hashCode() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- hashCode() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- hashCode() - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
I
- INCOMPATIBLE_TABLE_ALIAS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INCORRECT_METADATA_TABLE_VERSION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- Index - Interface in com.apple.foundationdb.relational.api.metadata
-
An
Index
metadata that contains information an underlying index data structure of aTable
. - INDEX_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INDEX_FETCH_METHOD - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
An indicator for the index fetch method to use for a query or an index scan.
- INDEX_HINT - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
- INSERT - Enum constant in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
- insertRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- insertsAreDetected(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- instance() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- INSUFFICIENT_PRIVILEGE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INTEGER - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- INTEGER - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- INTERNAL_ERROR - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
-
Used for the exceptions due to internal issue of Relational, which is caused by neither clients nor upstream system.
- InternalErrorException - Exception in com.apple.foundationdb.relational.api.exceptions
-
Internal type of relational exception.
- InternalErrorException(String) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.InternalErrorException
- InternalErrorException(String, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.InternalErrorException
- intType() - Static method in class com.apple.foundationdb.relational.api.options.TypeContract
- INVALID_ARGUMENT_FOR_FUNCTION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_BINARY_REPRESENTATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_COLUMN_REFERENCE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_CONTINUATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_CURSOR_STATE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_DATABASE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_NAME - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_PARAMETER - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_PATH - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_PREPARED_STATEMENT_PARAMETER - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_RECURSION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_ROW_COUNT_IN_LIMIT_CLAUSE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_SCHEMA_TEMPLATE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_TABLE_DEFINITION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- INVALID_TRANSACTION_STATE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- InvalidColumnReferenceException - Exception in com.apple.foundationdb.relational.api.exceptions
- InvalidColumnReferenceException(String) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
- InvalidTypeException - Exception in com.apple.foundationdb.relational.api.exceptions
- InvalidTypeException(String) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.InvalidTypeException
- InvalidTypeException(String, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.InvalidTypeException
- IS_NOT_NULL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- IS_NULL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- isAfterLast() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- isArray() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- isAutoIncrement(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isBeforeFirst() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- isCaseSensitive(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isCatalogAtStart() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- isCloseOnCompletion() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- isCloseOnCompletion() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- isCurrency(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isDefinitelyWritable(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isElementNullable() - Method in interface com.apple.foundationdb.relational.api.ArrayMetaData
- isElementNullable() - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- isEnableLongRows() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Returns
true
if long rows are permitted in tables of this template, elsefalse
. - isEqualTo(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- isFirst() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- isLast() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- isNotNull() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ScalarExpression
- isNull() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ScalarExpression
- isNull(Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNull(Object, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNull(Object, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNullable() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- isNullable() - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Checks whether the type is nullable.
- isNullable(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isNullable(int) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- isNullable(int) - Method in interface com.apple.foundationdb.relational.api.StructMetaData
- isNullable(int) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- isNullUnchecked(Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNullUnchecked(Object, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNullUnchecked(Object, ErrorCode, Supplier<String>) - Static method in class com.apple.foundationdb.relational.util.Assert
- isNullUnchecked(Object, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- isPhantom() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- isPoolable() - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- isPoolable() - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- isPrimitive() - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Checks whether the type is primitive.
- isPrimitive(int) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- isReadOnly() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- isReadOnly() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- isReadOnly(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Checks whether the type is resolved.
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- isResolved() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- isSearchable(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isSigned(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isSparse() - Method in interface com.apple.foundationdb.relational.api.metadata.Index
-
Checks whether the index is sparse or not.
- isStoreRowVersions() - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
-
Returns
true
if each row is stored along with an monotonically increasing version. - isStruct() - Method in class com.apple.foundationdb.relational.api.FieldDescription
- isUnique() - Method in interface com.apple.foundationdb.relational.api.metadata.Index
-
Checks whether the index is unique.
- isValid(int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- isWrapperFor(Class<?>) - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- isWrapperFor(Class<?>) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- isWrapperFor(Class<?>) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- isWritable(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
J
- JAVA_CALL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- jdbcCompliant() - Method in interface com.apple.foundationdb.relational.api.RelationalDriver
- justification() - Element in annotation type com.apple.foundationdb.relational.util.SpotBugsSuppressWarnings
K
- KeySet - Class in com.apple.foundationdb.relational.api
- KeySet() - Constructor for class com.apple.foundationdb.relational.api.KeySet
L
- last() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- LESS_THAN - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- LESS_THAN_EQUALS - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- lessThan(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- lessThanOrEqual(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- literal(boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(double) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(float) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(int) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(long) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(Boolean) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(Double) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(Float) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(Integer) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(Long) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- literal(String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- Literal<J,
P extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression -
This represents a literal, we assume literal type is ordered which is sufficient for now, but this is not necessarily true, something to think about in the future.
- locatorsUpdateCopy() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- LOG_QUERY - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
- LOG_QUERY - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
A boolean indicating if a query should be logged or not.
- LOG_SLOW_QUERY_THRESHOLD_MICROS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Log a query at info level if it is slower than `LOG_SLOW_QUERY_THRESHOLD` microseconds.
- LONG - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- LONG - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- longType() - Static method in class com.apple.foundationdb.relational.api.options.TypeContract
M
- MAX_ROWS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Limit the maximum number of records to return before prompting for continuation.
- Metadata - Interface in com.apple.foundationdb.relational.api.metadata
-
Base interface for Relational metadata.
- Mixins - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.BooleanExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.BooleanField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.DoubleExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.DoubleField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.ExpressionFragmentEqualityTrait<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.FieldEqualityTrait<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.FloatExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.FloatField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.IntExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.IntField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.LongExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.LongField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.StringExpressionFragment - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- Mixins.StringField - Interface in com.apple.foundationdb.relational.api.fluentsql.expression.details
- mod(NumericExpressionTrait<N>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- MOD - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- moveToCurrentRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- moveToInsertRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- mul(NumericExpressionTrait<N>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- MUL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
N
- nativeSQL(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- nested() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
- NestedBooleanExpression - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
A helper expression for supporting syntactical nesting.
- NestedBooleanExpression(BooleanExpressionTrait) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- newBuilder() - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- NO_RESULT_SET - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- NOCACHE - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
- NONE - Static variable in class com.apple.foundationdb.relational.api.Options
- not() - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
- NOT - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- NOT_EQUAL - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- NOT_NULL_VIOLATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- notEquals(T) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ComparableExpressionTrait
- notNull(T) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNull(T, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNull(T, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- notNullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- notNullUnchecked(T) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNullUnchecked(T, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNullUnchecked(T, ErrorCode, String, Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNullUnchecked(T, ErrorCode, Supplier<String>) - Static method in class com.apple.foundationdb.relational.util.Assert
- notNullUnchecked(T, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- nullable() - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- NULLABLE_BOOLEAN - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_BYTES - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_DOUBLE - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_FLOAT - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_INTEGER - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_LONG - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_STRING - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- NULLABLE_VERSION - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- nullLiteral() - Static method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- nullPlusNonNullIsNull() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- nullsAreSortedAtEnd() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- nullsAreSortedAtStart() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- nullsAreSortedHigh() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- nullsAreSortedLow() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- NumericExpressionTrait<N extends DataType.NumericType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
This is a mixin of numerical operations.
- NumericFunction<N extends DataType.NumericType> - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a numeric function.
- NumericFunction(N, Operation, List<Expression<?>>) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- NumericLiteral<N extends Number,
D extends DataType.NumericType> - Class in com.apple.foundationdb.relational.api.fluentsql.expression -
This represents a numeric literal.
- NumericLiteral(D, N) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
O
- of(Class<T>) - Static method in class com.apple.foundationdb.relational.api.options.TypeContract
- of(String, boolean) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- of(String, int) - Static method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType.EnumValue
- of(T, T) - Static method in class com.apple.foundationdb.relational.api.options.RangeContract
- ofPrimitive(int, int) - Static method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- ofStruct(StructMetaData, int) - Static method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- Operation - Enum in com.apple.foundationdb.relational.api.fluentsql.expression
-
This is a placeholder of all supported operations.
- OptionContract - Interface in com.apple.foundationdb.relational.api.options
- Options - Class in com.apple.foundationdb.relational.api
- Options.Builder - Class in com.apple.foundationdb.relational.api
- Options.IndexFetchMethod - Enum in com.apple.foundationdb.relational.api
- Options.Name - Enum in com.apple.foundationdb.relational.api
- or(BooleanExpressionTrait) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.BooleanExpressionTrait
- OR - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- othersDeletesAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- othersInsertsAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- othersUpdatesAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- ownDeletesAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- ownInsertsAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- ownUpdatesAreVisible(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
P
- parseFragment(String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.ExpressionFactory
- ParseTreeInfo - Interface in com.apple.foundationdb.relational.api
-
This represents query parsing information.
- ParseTreeInfo.QueryType - Enum in com.apple.foundationdb.relational.api
- ParsingFragment<T extends DataType> - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents an opaque query fragment, this is usually used in two situations.
- ParsingFragment(T, String) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- PLAN_CACHE_PRIMARY_MAX_ENTRIES - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Limit of Relational's primary plan cache.
- PLAN_CACHE_PRIMARY_TIME_TO_LIVE_MILLIS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Read time-to-live duration (in milliseconds) of items in the primary cache.
- PLAN_CACHE_SECONDARY_MAX_ENTRIES - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Limit of Relational's secondary plan cache.
- PLAN_CACHE_SECONDARY_TIME_TO_LIVE_MILLIS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Write time-to-live duration (in milliseconds) of items living in the secondary cache.
- PLAN_CACHE_TERTIARY_MAX_ENTRIES - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Limit of Relational's tertiary plan cache.
- PLAN_CACHE_TERTIARY_TIME_TO_LIVE_MILLIS - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Write time-to-live duration (in milliseconds) of items living in the tertiary cache.
- PositionalIndex - Class in com.apple.foundationdb.relational.util
-
The field positional offset/index is zero-based in protobuf but one-based in JDBC.
- PositionalIndex() - Constructor for class com.apple.foundationdb.relational.util.PositionalIndex
- prepareCall(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareCall(String, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareCall(String, int, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareStatement(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
-
Creates a
RelationalPreparedStatement
object for sending parameterized SQL statements to the database. - prepareStatement(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareStatement(String, int[]) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareStatement(String, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareStatement(String, int, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- prepareStatement(String, String[]) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- previous() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- primitive(String, int, int) - Static method in class com.apple.foundationdb.relational.api.FieldDescription
-
Create a primitive field.
- primitive(String, int, int, boolean) - Static method in class com.apple.foundationdb.relational.api.FieldDescription
-
Create a primitive field.
Q
- QUERY_EXECUTION_LIMIT_REACHED - Enum constant in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
Reached a query execution limit, such as the maximum number of rows allowed in a result set.
R
- RangeContract<T extends Comparable<T>> - Class in com.apple.foundationdb.relational.api.options
-
Helper to check that parameters passed as options are within a given range.
- refreshRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- RelationalArray - Interface in com.apple.foundationdb.relational.api
- RelationalArrayBuilder - Interface in com.apple.foundationdb.relational.api
-
Builder for
RelationalArray
. - RelationalArrayMetaData - Class in com.apple.foundationdb.relational.api
-
Metadata describing what is in a
RelationalArray
. - RelationalConnection - Interface in com.apple.foundationdb.relational.api
-
A connection to a Relational database.
- RelationalDatabaseMetaData - Interface in com.apple.foundationdb.relational.api
-
Represents the MetaData about a database (schemas, tables, indexes, and so on).
- RelationalDirectAccessStatement - Interface in com.apple.foundationdb.relational.api
- RelationalDriver - Interface in com.apple.foundationdb.relational.api
-
A Driver which is used to connect to a Relational Database.
- RelationalException - Exception in com.apple.foundationdb.relational.api.exceptions
- RelationalException(ErrorCode, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- RelationalException(String, ErrorCode) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- RelationalException(String, ErrorCode, Throwable) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- RelationalException(String, SQLException) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- RelationalException(SQLException) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- RelationalPreparedStatement - Interface in com.apple.foundationdb.relational.api
-
Extension of
PreparedStatement
to allow for Relational specific Prepared Statements. - RelationalResultSet - Interface in com.apple.foundationdb.relational.api
-
Represents the results of a query against the system.
- RelationalResultSetMetaData - Interface in com.apple.foundationdb.relational.api
-
Represents metadata about a given ResultSet.
- RelationalStatement - Interface in com.apple.foundationdb.relational.api
-
Extension of
Statement
to allow support for non-query database access. - RelationalStruct - Interface in com.apple.foundationdb.relational.api
-
A
Struct
but with metadata describing the instance. - RelationalStructBuilder - Interface in com.apple.foundationdb.relational.api
-
For implementation by
RelationalStruct
Builder. - RelationalStructMetaData - Class in com.apple.foundationdb.relational.api
- RelationalStructMetaData(FieldDescription...) - Constructor for class com.apple.foundationdb.relational.api.RelationalStructMetaData
- RelationalStructMetaData(String, FieldDescription...) - Constructor for class com.apple.foundationdb.relational.api.RelationalStructMetaData
- relative(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- releaseSavepoint(Savepoint) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- removeSetClause(Field<?>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- REPLACE_ON_DUPLICATE_PK - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
During insertion, if the primary key of the inserted row is already in the table, replace the old row with the new row.
- REQUIRED_METADATA_TABLE_VERSION - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
When set, only tables which were created at or before the specified version can be opened.
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Resolves
this
DataType
. - resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- resolve(Map<String, DataType.Named>) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- resolveSetFields(ExpressionFactory) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- rollback(Savepoint) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- Row - Interface in com.apple.foundationdb.relational.api
-
Represents a row within the store.
- rowDeleted() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- rowInserted() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- rowUpdated() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
S
- ScalarExpression<T extends DataType> - Interface in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a scalar expression.
- SCAN_AND_FETCH - Enum constant in enum com.apple.foundationdb.relational.api.Options.IndexFetchMethod
- Schema - Interface in com.apple.foundationdb.relational.api.metadata
-
Metadata for a Relational
Schema
. - SCHEMA_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- SCHEMA_MAPPING_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
-
Indicates that a schema with the given name is already mapped to a schema template.
- SchemaTemplate - Interface in com.apple.foundationdb.relational.api.metadata
-
A Relational schema template metadata.
- SELECT - Enum constant in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
- SERIALIZATION_FAILURE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- serialize() - Method in interface com.apple.foundationdb.relational.api.Continuation
-
Serialize the continuation (such that it can be transferred across the wire).
- serialVersionUID - Static variable in exception com.apple.foundationdb.relational.api.exceptions.InvalidColumnReferenceException
- setArray(String, Array) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Array.
- setAsciiStream(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setAsciiStream(int, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setAsciiStream(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBigDecimal(int, BigDecimal) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBinaryStream(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBinaryStream(int, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBinaryStream(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBlob(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBlob(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBlob(int, Blob) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBoolean(String, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
boolean
value. - setByte(int, byte) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setBytes(String, byte[]) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java array of bytes.
- setCatalog(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setCharacterStream(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setCharacterStream(int, Reader, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setCharacterStream(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setClientInfo(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setClientInfo(Properties) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setClob(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setClob(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setClob(int, Clob) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setCursorName(String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setCursorName(String) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setDate(int, Date) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setDate(int, Date, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setDouble(String, double) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
double
value. - setEscapeProcessing(boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setEscapeProcessing(boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setFetchDirection(int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setFetchDirection(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- setFetchDirection(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setFetchSize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setFetchSize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- setFetchSize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setField(int, Object) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- setField(String, Object) - Method in interface com.apple.foundationdb.relational.api.DynamicMessageBuilder
-
Deprecated.
- setFloat(String, float) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
float
value. - setHoldability(int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setInt(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
int
value. - setKeyColumn(String, Object) - Method in class com.apple.foundationdb.relational.api.KeySet
-
Sets the map entry (columnName.UPPER, value).
- setKeyColumns(Map<String, Object>) - Method in class com.apple.foundationdb.relational.api.KeySet
- setLong(String, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
long
value. - setMaxFieldSize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setMaxFieldSize(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setNCharacterStream(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNCharacterStream(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNClob(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNClob(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNClob(int, NClob) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNetworkTimeout(Executor, int) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setNString(int, String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNull(int, int, String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setNull(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to SQL
NULL
. - setObject(int, Object, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setObject(int, Object, int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setObject(String, Object) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Object.
- setOption(Options.Name, Object) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setParentOption(Options) - Method in class com.apple.foundationdb.relational.api.Options.Builder
- setPoolable(boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setPoolable(boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setQueryTimeout(int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setQueryTimeout(int) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- setReadOnly(boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setRef(int, Ref) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setRowId(int, RowId) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setSavepoint() - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setSavepoint(String) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setShort(int, short) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setSQLXML(int, SQLXML) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setString(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
String
value. - setTable(String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- setTime(int, Time) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setTime(int, Time, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setTimestamp(int, Timestamp) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setTimestamp(int, Timestamp, Calendar) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setTypeMap(Map<String, Class<?>>) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- setUnicodeStream(int, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Deprecated.
- setURL(int, URL) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- setUUID(int, UUID) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
UUID
value. - setUUID(String, UUID) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
-
Sets the designated parameter to the given Java
UUID
value. - SpotBugsSuppressWarnings - Annotation Type in com.apple.foundationdb.relational.util
- SqlTypeNamesSupport - Class in com.apple.foundationdb.relational.api
-
Class to host method taken from SqlTypeSupport needed by
RelationalStructMetaData
. - SqlVisitor - Class in com.apple.foundationdb.relational.api.fluentsql
- SqlVisitor() - Constructor for class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- startsWith(Row) - Method in interface com.apple.foundationdb.relational.api.Row
-
Checks if this row starts with a given prefix.
- startVisit(SchemaTemplate) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- STATEMENT_CLOSED - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- StatementBuilderFactory - Interface in com.apple.foundationdb.relational.api.fluentsql.statement
- storesLowerCaseIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- storesLowerCaseQuotedIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- storesMixedCaseIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- storesMixedCaseQuotedIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- storesUpperCaseIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- storesUpperCaseQuotedIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- STRING - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- STRING - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- StringLiteral - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a string literal.
- StringLiteral(DataType.StringType, String) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- stringType() - Static method in class com.apple.foundationdb.relational.api.options.TypeContract
- struct(String, int, StructMetaData) - Static method in class com.apple.foundationdb.relational.api.FieldDescription
-
Create a struct field.
- STRUCT - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- StructMetaData - Interface in com.apple.foundationdb.relational.api
-
Metadata describing what is in a
RelationalStruct
. - StructResultSetMetaData - Class in com.apple.foundationdb.relational.api
- StructResultSetMetaData(StructMetaData) - Constructor for class com.apple.foundationdb.relational.api.StructResultSetMetaData
- StructuredQuery - Interface in com.apple.foundationdb.relational.api.fluentsql.statement
- StructuredQuery.QueryOptions - Enum in com.apple.foundationdb.relational.api.fluentsql.statement
- sub(NumericExpressionTrait<N>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.NumericExpressionTrait
- SUB - Enum constant in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
- subField(DataType, String) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- subField(String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.expression.Field
- subField(String) - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- SUCCESS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- supportsAlterTableWithAddColumn() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsAlterTableWithDropColumn() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsANSI92EntryLevelSQL() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsANSI92FullSQL() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsANSI92IntermediateSQL() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsBatchUpdates() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCatalogsInDataManipulation() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCatalogsInIndexDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCatalogsInPrivilegeDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCatalogsInProcedureCalls() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCatalogsInTableDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsColumnAliasing() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsConvert() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsConvert(int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCoreSQLGrammar() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsCorrelatedSubqueries() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsDataDefinitionAndDataManipulationTransactions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsDataManipulationTransactionsOnly() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsDifferentTableCorrelationNames() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsExpressionsInOrderBy() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsExtendedSQLGrammar() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsFullOuterJoins() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsGetGeneratedKeys() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsGroupBy() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsGroupByBeyondSelect() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsGroupByUnrelated() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsIntegrityEnhancementFacility() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsLikeEscapeClause() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsLimitedOuterJoins() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMinimumSQLGrammar() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMixedCaseIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMixedCaseQuotedIdentifiers() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMultipleOpenResults() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMultipleResultSets() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsMultipleTransactions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsNamedParameters() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsNonNullableColumns() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOpenCursorsAcrossCommit() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOpenCursorsAcrossRollback() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOpenStatementsAcrossCommit() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOpenStatementsAcrossRollback() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOrderByUnrelated() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsOuterJoins() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsPositionedDelete() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsPositionedUpdate() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsResultSetConcurrency(int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsResultSetHoldability(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsResultSetType(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSavepoints() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSchemasInDataManipulation() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSchemasInIndexDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSchemasInPrivilegeDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSchemasInProcedureCalls() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSchemasInTableDefinitions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSelectForUpdate() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsStatementPooling() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsStoredFunctionsUsingCallSyntax() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsStoredProcedures() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSubqueriesInComparisons() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSubqueriesInExists() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSubqueriesInIns() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsSubqueriesInQuantifieds() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsTableCorrelationNames() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsTransactionIsolationLevel(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsTransactions() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsUnion() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- supportsUnionAll() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- SYNTAX_ERROR - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- SYNTAX_OR_ACCESS_VIOLATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
T
- Table - Interface in com.apple.foundationdb.relational.api.metadata
-
A Relational metadata of a table.
- TABLE_ALREADY_EXISTS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- that(boolean) - Static method in class com.apple.foundationdb.relational.util.Assert
- that(boolean, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- that(boolean, ErrorCode, String, Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- that(boolean, ErrorCode, String, Object, Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- that(boolean, ErrorCode, Supplier<String>) - Static method in class com.apple.foundationdb.relational.util.Assert
- that(boolean, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean, ErrorCode, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean, ErrorCode, String, Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean, ErrorCode, String, Object, Object) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean, ErrorCode, Supplier<String>) - Static method in class com.apple.foundationdb.relational.util.Assert
- thatUnchecked(boolean, String) - Static method in class com.apple.foundationdb.relational.util.Assert
- toJDBC(int) - Static method in class com.apple.foundationdb.relational.util.PositionalIndex
-
Adjust 'zeroBasedIndex' so can be used as a one-based JDBC index.
- toMap() - Method in class com.apple.foundationdb.relational.api.KeySet
- TOO_MANY_COLUMNS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- toProtobuf(int) - Static method in class com.apple.foundationdb.relational.util.PositionalIndex
-
Adjust 'oneBasedIndex' so can be used as a zero-based protobuf index.
- toSqlException() - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanFunction
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ComparableFunction
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NestedBooleanExpression
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericFunction
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.NumericLiteral
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.ParsingFragment
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.StringLiteral
- toString() - Method in class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- toString() - Method in class com.apple.foundationdb.relational.api.KeySet
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType.EnumValue
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType.Field
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- toString() - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- toUncheckedWrappedException() - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
- TRANSACTION_INACTIVE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- TRANSACTION_LIMIT_REACHED - Enum constant in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
Reached a transaction limit, such as byte scan limit, row scan limit or time limit.
- TRANSACTION_TIMEOUT - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- TRANSACTION_TIMEOUT - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Transaction timeout in milliseconds.
- trueLiteral() - Static method in class com.apple.foundationdb.relational.api.fluentsql.expression.BooleanLiteral
- type() - Method in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- TypeContract<T> - Class in com.apple.foundationdb.relational.api.options
- TypeContract(Class<T>) - Constructor for class com.apple.foundationdb.relational.api.options.TypeContract
U
- UNABLE_TO_ESTABLISH_SQL_CONNECTION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UncheckedRelationalException - Exception in com.apple.foundationdb.relational.api.exceptions
- UncheckedRelationalException(RelationalException) - Constructor for exception com.apple.foundationdb.relational.api.exceptions.UncheckedRelationalException
- UNDEFINED_COLUMN - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_DATABASE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_FILE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_INDEX - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_PARAMETER - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_SCHEMA - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNDEFINED_TABLE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNION_INCOMPATIBLE_COLUMNS - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNION_INCORRECT_COLUMN_COUNT - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNIQUE_CONSTRAINT_VIOLATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNKNOWN - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
-
Used to represent an error that we don't know more details about.
- UNKNOWN - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- UNKNOWN_DATABASE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNKNOWN_SCHEMA_TEMPLATE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNKNOWN_TYPE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNSUPPORTED_OPERATION - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- UNSUPPORTED_QUERY - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
- unwrap() - Method in exception com.apple.foundationdb.relational.api.exceptions.UncheckedRelationalException
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.metadata.SchemaTemplate
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalArray
- unwrap(Class<T>) - Method in class com.apple.foundationdb.relational.api.RelationalArrayMetaData
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalConnection
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalPreparedStatement
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSetMetaData
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalStatement
- unwrap(Class<T>) - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
- unwrap(Class<T>) - Method in class com.apple.foundationdb.relational.api.RelationalStructMetaData
- unwrap(Class<T>) - Method in class com.apple.foundationdb.relational.api.StructResultSetMetaData
- UPDATE - Enum constant in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
- updateArray(int, Array) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateArray(String, Array) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(int, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(String, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(String, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateAsciiStream(String, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBigDecimal(int, BigDecimal) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBigDecimal(String, BigDecimal) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(int, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(String, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(String, InputStream, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBinaryStream(String, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(int, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(int, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(int, Blob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(String, InputStream) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(String, InputStream, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBlob(String, Blob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBoolean(int, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBoolean(String, boolean) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateByte(int, byte) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateByte(String, byte) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBytes(int, byte[]) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateBytes(String, byte[]) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(int, Reader, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(String, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(String, Reader, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateCharacterStream(String, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(int, Clob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(String, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(String, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateClob(String, Clob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateDate(int, Date) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateDate(String, Date) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateDouble(int, double) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateDouble(String, double) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateFloat(int, float) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateFloat(String, float) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateInt(int, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateInt(String, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateLong(int, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateLong(String, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNCharacterStream(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNCharacterStream(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNCharacterStream(String, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNCharacterStream(String, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(int, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(int, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(int, NClob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(String, Reader) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(String, Reader, long) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNClob(String, NClob) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNString(int, String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNString(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNull(int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateNull(String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateObject(int, Object) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateObject(int, Object, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateObject(String, Object) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateObject(String, Object, int) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateRef(int, Ref) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateRef(String, Ref) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateRow() - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateRowId(int, RowId) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateRowId(String, RowId) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updatesAreDetected(int) - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- updateShort(int, short) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateShort(String, short) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateSQLXML(int, SQLXML) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateSQLXML(String, SQLXML) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- UpdateStatement - Interface in com.apple.foundationdb.relational.api.fluentsql.statement
- UpdateStatement.Builder - Interface in com.apple.foundationdb.relational.api.fluentsql.statement
- updateStatementBuilder() - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StatementBuilderFactory
- updateStatementBuilder(ParseTreeInfo) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StatementBuilderFactory
- updateStatementBuilder(ParseTreeInfo, Map<String, List<String>>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StatementBuilderFactory
-
Generates an
UpdateStatement.Builder
from a given update parse tree using the provided map of column synonyms. - updateStatementBuilder(String) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StatementBuilderFactory
- updateStatementBuilder(String, Map<String, List<String>>) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.StatementBuilderFactory
-
Generates an
UpdateStatement.Builder
from a given SQL statement using the provided map of column synonyms. - updateString(int, String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateString(String, String) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateTime(int, Time) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateTime(String, Time) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateTimestamp(int, Timestamp) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- updateTimestamp(String, Timestamp) - Method in interface com.apple.foundationdb.relational.api.RelationalResultSet
- USE_REMOTE_FETCH - Enum constant in enum com.apple.foundationdb.relational.api.Options.IndexFetchMethod
- USE_REMOTE_FETCH_WITH_FALLBACK - Enum constant in enum com.apple.foundationdb.relational.api.Options.IndexFetchMethod
- USER_REQUESTED_CONTINUATION - Enum constant in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
The continuation was generated as a result of a call to getContinuation but the ResultSet was not exhausted.
- UserDefinedField<T extends DataType> - Class in com.apple.foundationdb.relational.api.fluentsql.expression
-
This represents a user-defined field, this allows the user to explicitly set the field name and type without resorting to any form of metadata resolution.
- UserDefinedField(T, Iterable<String>) - Constructor for class com.apple.foundationdb.relational.api.fluentsql.expression.UserDefinedField
- usesLocalFilePerTable() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
- usesLocalFiles() - Method in interface com.apple.foundationdb.relational.api.RelationalDatabaseMetaData
V
- VALID_PLAN_HASH_MODES - Enum constant in enum com.apple.foundationdb.relational.api.Options.Name
-
Acceptable plan hash modes (string-delimited list).
- validate(Options.Name, Object) - Method in interface com.apple.foundationdb.relational.api.options.OptionContract
- validate(Options.Name, Object) - Method in class com.apple.foundationdb.relational.api.options.RangeContract
- validate(Options.Name, Object) - Method in class com.apple.foundationdb.relational.api.options.TypeContract
- value() - Element in annotation type com.apple.foundationdb.relational.util.SpotBugsSuppressWarnings
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.Options.IndexFetchMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.Options.Name
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.apple.foundationdb.relational.api.Continuation.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.fluentsql.expression.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.fluentsql.statement.StructuredQuery.QueryOptions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.Options.IndexFetchMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.Options.Name
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.apple.foundationdb.relational.api.ParseTreeInfo.QueryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Code
- VERSION - Enum constant in enum com.apple.foundationdb.relational.api.metadata.DataType.Primitives
- visit(BooleanFunction, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(BooleanFunction, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(BooleanLiteral, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(BooleanLiteral, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(ComparableFunction<?, ?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(ComparableFunction<?, ?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(ExpressionFragment<?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(ExpressionFragment<?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(Field<?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(Field<?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(FunctionLike<?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(FunctionLike<?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(NestedBooleanExpression, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(NestedBooleanExpression, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(NumericFunction<?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(NumericFunction<?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(NumericLiteral<?, ?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(NumericLiteral<?, ?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(StringLiteral, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(StringLiteral, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(UserDefinedField<?>, C) - Method in interface com.apple.foundationdb.relational.api.fluentsql.FluentVisitor
- visit(UserDefinedField<?>, StringBuilder) - Method in class com.apple.foundationdb.relational.api.fluentsql.SqlVisitor
- visit(Column) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- visit(Index) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- visit(Metadata) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- visit(Schema) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- visit(SchemaTemplate) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- visit(Table) - Method in interface com.apple.foundationdb.relational.api.metadata.Visitor
- Visitor - Interface in com.apple.foundationdb.relational.api.metadata
-
A visitor interface for the
Metadata
.
W
- wasNull() - Method in interface com.apple.foundationdb.relational.api.RelationalStruct
-
Reports whether the last column read had a value of SQL NULL.
- withChild(Options) - Method in class com.apple.foundationdb.relational.api.Options
- withContext(Map<String, Object>) - Method in exception com.apple.foundationdb.relational.api.exceptions.RelationalException
-
Add additional context to the Exception.
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.ArrayType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BooleanType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.BytesType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.DoubleType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.EnumType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.FloatType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.IntegerType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.LongType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StringType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.StructType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnknownType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.UnresolvedType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType.VersionType
- withNullable(boolean) - Method in class com.apple.foundationdb.relational.api.metadata.DataType
-
Returns a new instance of
this
type withnullable
field set accordingly. - withOption(StructuredQuery.QueryOptions...) - Method in interface com.apple.foundationdb.relational.api.fluentsql.statement.UpdateStatement.Builder
- withOption(Options.Name, Object) - Method in class com.apple.foundationdb.relational.api.Options.Builder
- WRONG_OBJECT_TYPE - Enum constant in enum com.apple.foundationdb.relational.api.exceptions.ErrorCode
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form