Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W _ 

A

AbstractColumn - Class in org.apache.metamodel.schema
Abstract Column implementation.
AbstractColumn() - Constructor for class org.apache.metamodel.schema.AbstractColumn
 
AbstractDataContext - Class in org.apache.metamodel
Abstract implementation of the DataContext interface.
AbstractDataContext() - Constructor for class org.apache.metamodel.AbstractDataContext
 
AbstractDataContextFactory - Class in org.apache.metamodel.factory
Abstract implementation of DataContextFactory with utility methods for easier subclass implementation.
AbstractDataContextFactory() - Constructor for class org.apache.metamodel.factory.AbstractDataContextFactory
 
AbstractDataSet - Class in org.apache.metamodel.data
Abstract DataSet implementation.
AbstractDataSet(SelectItem[]) - Constructor for class org.apache.metamodel.data.AbstractDataSet
 
AbstractDataSet(List<SelectItem>) - Constructor for class org.apache.metamodel.data.AbstractDataSet
 
AbstractDataSet(DataSet) - Constructor for class org.apache.metamodel.data.AbstractDataSet
Constructor appropriate for dataset implementations that wrap other datasets, such as the MaxRowsDataSet, FilteredDataSet and more.
AbstractDataSet(DataSetHeader) - Constructor for class org.apache.metamodel.data.AbstractDataSet
 
AbstractDirectoryInputStream<T> - Class in org.apache.metamodel.util
 
AbstractDirectoryInputStream() - Constructor for class org.apache.metamodel.util.AbstractDirectoryInputStream
 
AbstractFilterBuilder<B> - Class in org.apache.metamodel.query.builder
Abstract implementation of FilterBuilder interface.
AbstractFilterBuilder(SelectItem) - Constructor for class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
AbstractNumberAggregateBuilder<N extends Number> - Class in org.apache.metamodel.util
Abstract AggregateBuilder that works on numbers.
AbstractNumberAggregateBuilder() - Constructor for class org.apache.metamodel.util.AbstractNumberAggregateBuilder
 
AbstractQueryClause<E extends QueryItem> - Class in org.apache.metamodel.query
Represents an abstract clause in a query.
AbstractQueryClause(Query, String, String) - Constructor for class org.apache.metamodel.query.AbstractQueryClause
 
AbstractRelationship - Class in org.apache.metamodel.schema
 
AbstractRelationship() - Constructor for class org.apache.metamodel.schema.AbstractRelationship
 
AbstractResource - Class in org.apache.metamodel.util
Abstract implementation of many methods in Resource
AbstractResource() - Constructor for class org.apache.metamodel.util.AbstractResource
 
AbstractRow - Class in org.apache.metamodel.data
An abstract row that decorates another row.
AbstractRow() - Constructor for class org.apache.metamodel.data.AbstractRow
 
AbstractRowBuilder<RB extends RowBuilder<?>> - Class in org.apache.metamodel.data
Abstract RowBuilder implementation.
AbstractRowBuilder(Table) - Constructor for class org.apache.metamodel.data.AbstractRowBuilder
 
AbstractRowBuilder(List<Column>) - Constructor for class org.apache.metamodel.data.AbstractRowBuilder
 
AbstractRowDeletionBuilder - Class in org.apache.metamodel.delete
Abstract RowDeletionBuilder implementation
AbstractRowDeletionBuilder(Table) - Constructor for class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
AbstractRowInsertionBuilder<U extends UpdateCallback> - Class in org.apache.metamodel.insert
Abstract implementation of the RowInsertionBuilder interface, provided as a convenience to RowInsertable implementations.
AbstractRowInsertionBuilder(U, Table) - Constructor for class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
AbstractRowUpdationBuilder - Class in org.apache.metamodel.update
Abstract RowUpdationBuilder implementation.
AbstractRowUpdationBuilder(Table) - Constructor for class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
AbstractSchema - Class in org.apache.metamodel.schema
Abstract implementation of the Schema interface.
AbstractSchema() - Constructor for class org.apache.metamodel.schema.AbstractSchema
 
AbstractTable - Class in org.apache.metamodel.schema
Abstract Table implementation.
AbstractTable() - Constructor for class org.apache.metamodel.schema.AbstractTable
 
AbstractTableCreationBuilder<U extends UpdateCallback> - Class in org.apache.metamodel.create
Abstract TableCreationBuilder implementation, provided as convenience for TableCreatable implementations.
AbstractTableCreationBuilder(U, Schema, String) - Constructor for class org.apache.metamodel.create.AbstractTableCreationBuilder
 
AbstractTableDropBuilder - Class in org.apache.metamodel.drop
Abstract TableDropBuilder implementation
AbstractTableDropBuilder(Table) - Constructor for class org.apache.metamodel.drop.AbstractTableDropBuilder
 
AbstractUpdateCallback - Class in org.apache.metamodel
Abstract implementation of the UpdateCallback interface.
AbstractUpdateCallback(DataContext) - Constructor for class org.apache.metamodel.AbstractUpdateCallback
 
accept(Row) - Method in interface org.apache.metamodel.data.IRowFilter
Filters a row
accept(Row) - Method in class org.apache.metamodel.query.FilterItem
 
accept(E) - Method in interface org.apache.metamodel.util.Action
 
accepts(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
 
accepts(ResourceProperties) - Method in class org.apache.metamodel.factory.ClasspathResourceFactory
 
accepts(DataContextProperties, ResourceFactoryRegistry) - Method in interface org.apache.metamodel.factory.DataContextFactory
 
accepts(ResourceProperties) - Method in class org.apache.metamodel.factory.FileResourceFactory
 
accepts(ResourceProperties) - Method in class org.apache.metamodel.factory.InMemoryResourceFactory
 
accepts(ResourceProperties) - Method in interface org.apache.metamodel.factory.ResourceFactory
 
accepts(ResourceProperties) - Method in class org.apache.metamodel.factory.UrlResourceFactory
 
Action<E> - Interface in org.apache.metamodel.util
Represents an abstract action, which is an executable piece of functionality that takes an argument.
add(Interceptor<E>) - Method in class org.apache.metamodel.intercept.InterceptorList
 
add(Object) - Method in class org.apache.metamodel.query.FirstAggregateBuilder
 
add(Object) - Method in class org.apache.metamodel.query.LastAggregateBuilder
 
add(Object) - Method in class org.apache.metamodel.query.RandomAggregateBuilder
 
add(Object) - Method in class org.apache.metamodel.util.AbstractNumberAggregateBuilder
 
add(Number) - Method in class org.apache.metamodel.util.AbstractNumberAggregateBuilder
Adds a non-null number to the aggregate calculation.
add(Object) - Method in interface org.apache.metamodel.util.AggregateBuilder
 
addColumn(Column) - Method in class org.apache.metamodel.schema.MutableTable
 
addColumn(int, Column) - Method in class org.apache.metamodel.schema.MutableTable
 
addConverter(Column, TypeConverter<?, ?>) - Method in class org.apache.metamodel.convert.ConvertedDataSetInterceptor
 
addConverter(Column, TypeConverter<?, ?>) - Method in class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
 
addConverter(Column, TypeConverter<?, ?>) - Method in class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
 
addConverter(Column, TypeConverter<?, ?>) - Method in interface org.apache.metamodel.convert.HasReadTypeConverters
 
addConverter(Column, TypeConverter<?, ?>) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Adds a TypeConverter to this DataContext's query engine (Query Postprocessor) for read operations.
addDataSetInterceptor(DataSetInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addDelete() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addDeletes(int) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addFactory(DataContextFactory) - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
 
addFactory(DataContextFactory) - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
addFactory(ResourceFactory) - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
 
addFactory(ResourceFactory) - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
addGeneratedKey(Object) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addGeneratedKeys(Object...) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addGeneratedKeys(Iterable<?>) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addInsert() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addInserts(int) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addItem(int, E) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
addItem(E) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
addItem(int, E) - Method in interface org.apache.metamodel.query.QueryClause
 
addItem(E) - Method in interface org.apache.metamodel.query.QueryClause
 
addItems(E...) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
addItems(Iterable<E>) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
addItems(E...) - Method in interface org.apache.metamodel.query.QueryClause
 
addItems(Iterable<E>) - Method in interface org.apache.metamodel.query.QueryClause
 
addObservation(Object) - Method in class org.apache.metamodel.schema.builder.InferentialColumnBuilder
 
addObservation(ColumnType) - Method in class org.apache.metamodel.schema.builder.InferentialColumnBuilder
 
addObservation(Class<?>) - Method in class org.apache.metamodel.schema.builder.InferentialColumnBuilder
 
addObservation(String, Document) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
addObservation(Document) - Method in class org.apache.metamodel.schema.builder.InferentialTableBuilder
 
addQueryInterceptor(QueryInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addRelationship(Relationship) - Method in class org.apache.metamodel.schema.MutableTable
Protected method for adding a relationship to this table.
addRowDeletionInterceptor(RowDeletionInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addRowInsertionInterceptor(RowInsertionInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addRowUpdationInterceptor(RowUpdationInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addSchemaInterceptor(SchemaInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addTable(Table) - Method in class org.apache.metamodel.schema.MutableSchema
 
addTableCreationInterceptor(TableCreationInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addTableDropInterceptor(TableDropInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
addTypeConverter(UpdateableDataContext, Column, TypeConverter<?, ?>) - Static method in class org.apache.metamodel.convert.Converters
Adds a type converter to a specific column in the DataContext.
addTypeConverter(DataContext, Column, TypeConverter<?, ?>) - Static method in class org.apache.metamodel.convert.Converters
Adds a type converter to a specific column in the DataContext.
addTypeConverters(UpdateableDataContext, Map<Column, TypeConverter<?, ?>>) - Static method in class org.apache.metamodel.convert.Converters
Adds a collection of type converters to specific columns in the DataContext
addTypeConverters(DataContext, Map<Column, TypeConverter<?, ?>>) - Static method in class org.apache.metamodel.convert.Converters
Adds a collection of type converters to specific columns in the DataContext
addUpdate() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
addUpdates(int) - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
AggregateBuilder<E> - Interface in org.apache.metamodel.util
Interface for aggregate builders which allows for an iterative approach to evaluating aggregates.
AggregateFunction - Interface in org.apache.metamodel.query
Interface that contains the aggregation specific methods related to the AggregateBuilder.
AliasTable - Class in org.apache.metamodel.schema
Represents a virtual table that acts as an alias for another table.
AliasTable(String, Schema, Table) - Constructor for class org.apache.metamodel.schema.AliasTable
 
AlphabeticColumnNamingStrategy - Class in org.apache.metamodel.schema.naming
 
AlphabeticColumnNamingStrategy() - Constructor for class org.apache.metamodel.schema.naming.AlphabeticColumnNamingStrategy
 
AlphabeticSequence - Class in org.apache.metamodel.util
A sequence based on alphabetic representations.
AlphabeticSequence() - Constructor for class org.apache.metamodel.util.AlphabeticSequence
Creates an alphabetic sequence that will have "A" as it's first value, if iterated using next().
AlphabeticSequence(String) - Constructor for class org.apache.metamodel.util.AlphabeticSequence
Creates an alphabetic sequence based on a value
and(Table) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
and(String, String) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
and(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
and(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedHavingBuilder
 
and(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedOrderByBuilder
 
and(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedSelectBuilder
 
and(Column...) - Method in interface org.apache.metamodel.query.builder.SatisfiedSelectBuilder
 
and(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedSelectBuilder
 
and(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedSelectBuilder
 
and(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedWhereBuilder
 
and(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedWhereBuilder
 
append(Action<OutputStream>) - Method in class org.apache.metamodel.util.AbstractResource
 
append() - Method in class org.apache.metamodel.util.ClasspathResource
 
append(boolean) - Method in class org.apache.metamodel.util.EqualsBuilder
 
append(Object, Object) - Method in class org.apache.metamodel.util.EqualsBuilder
 
append() - Method in class org.apache.metamodel.util.FileResource
 
append() - Method in class org.apache.metamodel.util.InMemoryResource
 
append(Action<OutputStream>) - Method in interface org.apache.metamodel.util.Resource
Opens up an InputStream to append (write at the end of the existing stream) to the resource.
append() - Method in interface org.apache.metamodel.util.Resource
Opens up an OutputStream to append to the resource.
append() - Method in class org.apache.metamodel.util.UrlResource
 
appendArrays(Object[], Object[]) - Method in class org.apache.metamodel.util.EqualsBuilder
 
appendOperator(StringBuilder, Object, OperatorType) - Static method in class org.apache.metamodel.query.FilterItem
 
apply(I) - Method in class org.apache.metamodel.util.ConstantFunc
 
apply(I) - Method in interface org.apache.metamodel.util.Func
Deprecated.
 
apply(HasName) - Method in class org.apache.metamodel.util.HasNameMapper
 
apply(I) - Method in interface org.apache.metamodel.util.UncheckedFunc
 
applyFilter(FilterItem) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
applyFilter(OperatorType, Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
Provides a way to
applyUnchecked(I) - Method in interface org.apache.metamodel.util.UncheckedFunc
 
ARRAY - Static variable in interface org.apache.metamodel.schema.ColumnType
 
ARRAY - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
array(E[], E...) - Static method in class org.apache.metamodel.util.CollectionUtils
Concatenates two arrays
arrayOf(Class<E>, Object) - Static method in class org.apache.metamodel.util.CollectionUtils
 
arrayRemove(E[], E) - Static method in class org.apache.metamodel.util.CollectionUtils
 
arrayRemove(Object, Object) - Static method in class org.apache.metamodel.util.CollectionUtils
 
as(String) - Method in interface org.apache.metamodel.query.builder.ColumnSelectBuilder
 
as(String) - Method in interface org.apache.metamodel.query.builder.CountSelectBuilder
 
as(String) - Method in interface org.apache.metamodel.query.builder.FunctionSelectBuilder
 
as(String) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
asc() - Method in interface org.apache.metamodel.query.builder.SatisfiedOrderByBuilder
 
asPrimaryKey() - Method in interface org.apache.metamodel.create.ColumnBuilder
Defines that the created column should be a primary key
autoDetectConverters(DataContext, List<Column>, int) - Static method in class org.apache.metamodel.convert.Converters
Auto-detects / guesses the type converters to be applied on set of columns.
autoDetectConverters(DataContext, Table, int) - Static method in class org.apache.metamodel.convert.Converters
Auto-detects / guesses the type converters to be applied on a table.
available() - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
AverageAggregateFunction - Class in org.apache.metamodel.query
 
AverageAggregateFunction() - Constructor for class org.apache.metamodel.query.AverageAggregateFunction
 
AVG - Static variable in interface org.apache.metamodel.query.FunctionType
 

B

background(String) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the background (fill) color of the style
background(short[]) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the background (fill) color of the style
background(int, int, int) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the background (fill) color of the style
background(Style.Color) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the background (fill) color of the style
BaseObject - Class in org.apache.metamodel.util
A base object type with conveniently implemented base methods like hashCode() and equals().
BaseObject() - Constructor for class org.apache.metamodel.util.BaseObject
 
BatchUpdateScript - Interface in org.apache.metamodel
Indicator sub-interface of UpdateScript.
BIGINT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
BIGINT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
BINARY - Static variable in interface org.apache.metamodel.schema.ColumnType
 
BINARY - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
BIT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
BIT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
BLOB - Static variable in interface org.apache.metamodel.schema.ColumnType
 
BLOB - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
bold() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the font weight to bold
BOOLEAN - Static variable in interface org.apache.metamodel.schema.ColumnType
 
BOOLEAN - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
BooleanComparator - Class in org.apache.metamodel.util
Comparator of booleans
build() - Method in interface org.apache.metamodel.schema.builder.ColumnBuilder
Builds the Column.
build() - Method in class org.apache.metamodel.schema.builder.InferentialColumnBuilder
 
build() - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
build() - Method in interface org.apache.metamodel.schema.builder.SchemaBuilder
Builds the Schema
build() - Method in class org.apache.metamodel.schema.builder.SimpleTableDefSchemaBuilder
 
build() - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
build() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
buildTable(InferentialTableBuilder) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
buildTable() - Method in class org.apache.metamodel.schema.builder.InferentialTableBuilder
 
buildTable() - Method in interface org.apache.metamodel.schema.builder.TableBuilder
Builds the Table
BUILT_IN_OPERATORS - Static variable in interface org.apache.metamodel.query.OperatorType
 

C

CachingDataSetHeader - Class in org.apache.metamodel.data
Most common implementation of DataSetHeader.
CachingDataSetHeader(List<SelectItem>) - Constructor for class org.apache.metamodel.data.CachingDataSetHeader
 
centerAligned() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the text alignment to center
CHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
CHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
checkSameTable(List<Column>) - Static method in class org.apache.metamodel.schema.AbstractRelationship
 
classEquals(BaseObject) - Method in class org.apache.metamodel.schema.AbstractRelationship
 
classEquals(BaseObject) - Method in class org.apache.metamodel.util.BaseObject
Override this method if the equals method should support different subtypes.
ClasspathResource - Class in org.apache.metamodel.util
A Resource based on a classpath entry
ClasspathResource(String) - Constructor for class org.apache.metamodel.util.ClasspathResource
 
ClasspathResourceFactory - Class in org.apache.metamodel.factory
 
ClasspathResourceFactory() - Constructor for class org.apache.metamodel.factory.ClasspathResourceFactory
 
clearFactories() - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
 
clearFactories() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
clearFactories() - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
 
clearFactories() - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
clearTables() - Method in class org.apache.metamodel.schema.MutableSchema
 
CLOB - Static variable in interface org.apache.metamodel.schema.ColumnType
 
CLOB - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
clone() - Method in class org.apache.metamodel.data.AbstractRow
 
clone() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
clone() - Method in class org.apache.metamodel.query.FilterItem
 
clone() - Method in class org.apache.metamodel.query.FromItem
 
clone() - Method in class org.apache.metamodel.query.GroupByItem
 
clone() - Method in class org.apache.metamodel.query.OrderByItem
 
clone() - Method in class org.apache.metamodel.query.Query
 
clone() - Method in class org.apache.metamodel.query.SelectItem
 
clone(Query) - Method in class org.apache.metamodel.query.SelectItem
Creates a clone of the SelectItem for use within a cloned Query.
cloneWithParameterValues(Object[]) - Method in class org.apache.metamodel.query.DefaultCompiledQuery
Clones the query while replacing query parameters with corresponding values.
close() - Method in class org.apache.metamodel.data.AbstractDataSet
Closes the DataSet and any resources it may be holding.
close() - Method in interface org.apache.metamodel.data.DataSet
Closes the DataSet and any resources it may be holding.
close() - Method in interface org.apache.metamodel.data.DocumentSource
 
close() - Method in class org.apache.metamodel.data.DocumentSourceDataSet
 
close() - Method in class org.apache.metamodel.data.FilteredDataSet
 
close() - Method in class org.apache.metamodel.data.FirstRowDataSet
 
close() - Method in class org.apache.metamodel.data.MaxRowsDataSet
 
close() - Method in class org.apache.metamodel.data.MaxRowsDocumentSource
 
close() - Method in class org.apache.metamodel.data.RowPublisherDataSet
 
close() - Method in class org.apache.metamodel.data.SubSelectionDataSet
 
close() - Method in interface org.apache.metamodel.query.CompiledQuery
Closes any resources related to the compiled query.
close() - Method in class org.apache.metamodel.query.DefaultCompiledQuery
 
close() - Method in class org.apache.metamodel.schema.builder.LazyDocumentSource
 
close() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingSession
Ends the column naming session.
close() - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
close() - Method in class org.apache.metamodel.util.UnicodeWriter
Closes this writer.
CollectionUtils - Class in org.apache.metamodel.util
Various utility methods for handling of collections and arrays.
Column - Interface in org.apache.metamodel.schema
Represents a column and it's metadata description.
ColumnBuilder<T extends ColumnBuilder<?>> - Interface in org.apache.metamodel.create
Abstract interface for components that build columns.
ColumnBuilder - Interface in org.apache.metamodel.schema.builder
Component that builds Columns.
ColumnCreationBuilder - Interface in org.apache.metamodel.create
Builder object for creating Columns.
ColumnNameAsKeysRowConverter - Class in org.apache.metamodel.schema.builder
Converter that assumes that keys in the documents are represented as columns in a table.
ColumnNameAsKeysRowConverter() - Constructor for class org.apache.metamodel.schema.builder.ColumnNameAsKeysRowConverter
 
ColumnNamingContext - Interface in org.apache.metamodel.schema.naming
Defines the context for naming a single column in a ColumnNamingStrategy session.
ColumnNamingContextImpl - Class in org.apache.metamodel.schema.naming
 
ColumnNamingContextImpl(Table, String, int) - Constructor for class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
 
ColumnNamingContextImpl(int) - Constructor for class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
 
ColumnNamingSession - Interface in org.apache.metamodel.schema.naming
Represents a 'session' in which a single Table's Columns are named.
ColumnNamingStrategies - Class in org.apache.metamodel.schema.naming
Constructors and common utilities for ColumnNamingStrategy objects.
ColumnNamingStrategy - Interface in org.apache.metamodel.schema.naming
A strategy that defines how columns are logically named.
ColumnSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
ColumnType - Interface in org.apache.metamodel.schema
Represents the data-type of columns.
ColumnTypeImpl - Class in org.apache.metamodel.schema
Default implementation of ColumnType
ColumnTypeImpl(String, SuperColumnType) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
 
ColumnTypeImpl(String, SuperColumnType, Class<?>) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
 
ColumnTypeImpl(String, SuperColumnType, Class<?>, boolean) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
 
compare(Object, Object) - Method in class org.apache.metamodel.util.BooleanComparator
 
compare(Object, Object) - Method in class org.apache.metamodel.util.NumberComparator
 
compare(Object, Object) - Method in class org.apache.metamodel.util.ObjectComparator
 
compare(Object, Object) - Method in class org.apache.metamodel.util.TimeComparator
 
compare(Object, Object) - Method in class org.apache.metamodel.util.ToStringComparator
 
compareTo(Column) - Method in class org.apache.metamodel.schema.AbstractColumn
 
compareTo(Relationship) - Method in class org.apache.metamodel.schema.AbstractRelationship
 
compareTo(Schema) - Method in class org.apache.metamodel.schema.AbstractSchema
 
compareTo(Table) - Method in class org.apache.metamodel.schema.AbstractTable
 
compile() - Method in interface org.apache.metamodel.query.InvokableQuery
Compiles the query
CompiledQuery - Interface in org.apache.metamodel.query
A CompiledQuery is a Query which has been compiled, typically by the data source itself, to provide optimized execution speed.
compileQuery(Query) - Method in class org.apache.metamodel.AbstractDataContext
 
compileQuery(Query) - Method in interface org.apache.metamodel.DataContext
Compiles a query, preparing it for reuse.
compileQuery(Query) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
CompositeDataContext - Class in org.apache.metamodel
DataContext for composite datacontexts.
CompositeDataContext(DataContext...) - Constructor for class org.apache.metamodel.CompositeDataContext
 
CompositeDataContext(Collection<DataContext>) - Constructor for class org.apache.metamodel.CompositeDataContext
 
CompositeSchema - Class in org.apache.metamodel.schema
A composite schema, comprising tables from several DataContexts.
CompositeSchema(String, Collection<? extends Schema>) - Constructor for class org.apache.metamodel.schema.CompositeSchema
 
concat(boolean, Collection<? extends E>, Collection<?>...) - Static method in class org.apache.metamodel.util.CollectionUtils
 
ConnectionException - Exception in org.apache.metamodel
Specialized MetaModelException thrown to indicate that establishing the connection to the underlying data store of an DataContext failed.
ConnectionException() - Constructor for exception org.apache.metamodel.ConnectionException
 
ConnectionException(Exception) - Constructor for exception org.apache.metamodel.ConnectionException
 
ConnectionException(String, Exception) - Constructor for exception org.apache.metamodel.ConnectionException
 
ConnectionException(String) - Constructor for exception org.apache.metamodel.ConnectionException
 
ConstantFunc<I,O> - Class in org.apache.metamodel.util
A function that always returns the same constant response.
ConstantFunc(O) - Constructor for class org.apache.metamodel.util.ConstantFunc
 
containsColumnPair(Column, Column) - Method in class org.apache.metamodel.schema.AbstractRelationship
 
containsColumnPair(Column, Column) - Method in interface org.apache.metamodel.schema.Relationship
Determines whether this relationship contains a specific pair of columns
containsNonSelectScalaFunctions(Query) - Static method in class org.apache.metamodel.MetaModelHelper
Determines if a query contains ScalarFunctions in any clause of the query EXCEPT for the SELECT clause.
convert(Document, DataSetHeader) - Method in interface org.apache.metamodel.convert.DocumentConverter
Converts a Document into a row with the given DataSetHeader.
convert(Document, DataSetHeader) - Method in class org.apache.metamodel.schema.builder.ColumnNameAsKeysRowConverter
 
convert(Document, DataSetHeader) - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
convertColumnType(int) - Static method in class org.apache.metamodel.schema.ColumnTypeImpl
Finds the ColumnType enum corresponding to the incoming JDBC type-constant
convertColumnType(Class<?>) - Static method in class org.apache.metamodel.schema.ColumnTypeImpl
Finds the ColumnType enum corresponding to the incoming Java class.
ConvertedDataSetInterceptor - Class in org.apache.metamodel.convert
A DataSetInterceptor used for intercepting values in DataSets that need to be converted, according to a set of TypeConverters.
ConvertedDataSetInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedDataSetInterceptor
 
ConvertedDataSetInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedDataSetInterceptor
 
ConvertedRowInsertionInterceptor - Class in org.apache.metamodel.convert
A RowInsertionInterceptor used for intercepting values in RowInsertionBuilders that need to be converted, according to a set of TypeConverters.
ConvertedRowInsertionInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
 
ConvertedRowInsertionInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
 
ConvertedRowUpdationInterceptor - Class in org.apache.metamodel.convert
 
ConvertedRowUpdationInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
 
ConvertedRowUpdationInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
 
Converters - Class in org.apache.metamodel.convert
This class consists of static methods for decorating DataContexts with TypeConverters, which allows for automatic conversion of values on data read and write operations.
convertOperatorType(String) - Static method in class org.apache.metamodel.query.OperatorTypeImpl
Converts from SQL string literals to an OperatorType.
convertRow(RB, Map<Column, TypeConverter<?, ?>>) - Static method in class org.apache.metamodel.convert.Converters
Converts values in a RowBuilder.
copy(Reader, Writer) - Static method in class org.apache.metamodel.util.FileHelper
 
copy(InputStream, OutputStream) - Static method in class org.apache.metamodel.util.FileHelper
 
copy(Resource, Resource) - Static method in class org.apache.metamodel.util.FileHelper
 
copy(File, File) - Static method in class org.apache.metamodel.util.FileHelper
 
COUNT - Static variable in interface org.apache.metamodel.query.FunctionType
 
CountAggregateFunction - Class in org.apache.metamodel.query
 
CountAggregateFunction() - Constructor for class org.apache.metamodel.query.CountAggregateFunction
 
CountSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
create() - Method in class org.apache.metamodel.data.StyleBuilder
Creates a Style object based on the build characteristics.
create(ResourceProperties) - Method in class org.apache.metamodel.factory.ClasspathResourceFactory
 
create(DataContextProperties, ResourceFactoryRegistry) - Method in interface org.apache.metamodel.factory.DataContextFactory
 
create(ResourceProperties) - Method in class org.apache.metamodel.factory.FileResourceFactory
 
create(ResourceProperties) - Method in class org.apache.metamodel.factory.InMemoryResourceFactory
 
create(ResourceProperties) - Method in interface org.apache.metamodel.factory.ResourceFactory
 
create(ResourceProperties) - Method in class org.apache.metamodel.factory.UrlResourceFactory
 
create(Relationship, ImmutableSchema) - Static method in class org.apache.metamodel.schema.ImmutableRelationship
 
createAggregateBuilder() - Method in interface org.apache.metamodel.query.AggregateFunction
Creates a specific aggregate builder.
createAggregateBuilder() - Method in class org.apache.metamodel.query.AverageAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.CountAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.FirstAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.LastAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.MaxAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.MinAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.RandomAggregateFunction
 
createAggregateBuilder() - Method in class org.apache.metamodel.query.SumAggregateFunction
 
createAggregateBuilder() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
 
createCalendar() - Static method in class org.apache.metamodel.util.DateUtils
 
createColor(String) - Static method in class org.apache.metamodel.data.StyleBuilder
Creates a Color based on a 6-letter RGB hex color code string, eg.
createColor(int, int, int) - Static method in class org.apache.metamodel.data.StyleBuilder
Creates a color based on 3 RGB components, represented as ints
createColor(short, short, short) - Static method in class org.apache.metamodel.data.StyleBuilder
Creates a color based on 3 RGB components, represented as shorts
createDataContext(DataContextProperties) - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
 
createDataContext(DataContextProperties) - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
createDateFormat() - Static method in class org.apache.metamodel.util.DateUtils
 
createDateFormat(String) - Static method in class org.apache.metamodel.util.DateUtils
 
createFromClasspath() - Static method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
createJavaStyle() - Static method in class org.apache.metamodel.query.SubstringFunction
 
createRelationship(List<Column>, List<Column>) - Static method in class org.apache.metamodel.schema.MutableRelationship
Factory method to create relations between two tables by specifying which columns from the tables that enforce the relationship.
createRelationship(Column, Column) - Static method in class org.apache.metamodel.schema.MutableRelationship
 
createResource(ResourceProperties) - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
 
createResource(ResourceProperties) - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
createSelectItems(Column...) - Static method in class org.apache.metamodel.MetaModelHelper
 
createSqlStyle() - Static method in class org.apache.metamodel.query.SubstringFunction
 
createTable(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
CreateTable - Class in org.apache.metamodel.create
Represents a single CREATE TABLE operation to be applied to a UpdateableDataContext.
CreateTable(Schema, String) - Constructor for class org.apache.metamodel.create.CreateTable
 
CreateTable(String, String) - Constructor for class org.apache.metamodel.create.CreateTable
 
createTable(Schema, String) - Method in interface org.apache.metamodel.create.TableCreatable
Initiates the building of a table creation operation.
createTable(String, String) - Method in interface org.apache.metamodel.create.TableCreatable
Initiates the building of a table creation operation.
CreateTableColumnBuilder - Class in org.apache.metamodel.create
Column builder for CreateTable.
CreateTableColumnBuilder(CreateTable, MutableColumn) - Constructor for class org.apache.metamodel.create.CreateTableColumnBuilder
 
createTempFile(String, String) - Static method in class org.apache.metamodel.util.FileHelper
 
current() - Method in class org.apache.metamodel.util.AlphabeticSequence
Gets the current value (ie.
CustomColumnNamingStrategy - Class in org.apache.metamodel.schema.naming
A ColumnNamingStrategy that allows the user to supply his own list of custom column names.
CustomColumnNamingStrategy(List<String>) - Constructor for class org.apache.metamodel.schema.naming.CustomColumnNamingStrategy
 
CustomColumnNamingStrategy(String...) - Constructor for class org.apache.metamodel.schema.naming.CustomColumnNamingStrategy
 
customNames(List<String>) - Static method in class org.apache.metamodel.schema.naming.ColumnNamingStrategies
 
customNames(String...) - Static method in class org.apache.metamodel.schema.naming.ColumnNamingStrategies
 

D

DataContext - Interface in org.apache.metamodel
A DataContext represents the central entry point for interactions with datastores.
DataContextFactory - Interface in org.apache.metamodel.factory
Represents a factory of DataContext objects.
DataContextFactoryRegistry - Interface in org.apache.metamodel.factory
Represents a registry of DataContextFactory objects.
DataContextFactoryRegistryImpl - Class in org.apache.metamodel.factory
 
DataContextFactoryRegistryImpl(ResourceFactoryRegistry) - Constructor for class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
DataContextFactoryRegistryImpl(Collection<DataContextFactory>, ResourceFactoryRegistry) - Constructor for class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
DataContextProperties - Interface in org.apache.metamodel.factory
Represents the Serializable properties used to fully describe and construct a DataContext.
DataContextPropertiesImpl - Class in org.apache.metamodel.factory
 
DataContextPropertiesImpl() - Constructor for class org.apache.metamodel.factory.DataContextPropertiesImpl
 
DataContextPropertiesImpl(Properties) - Constructor for class org.apache.metamodel.factory.DataContextPropertiesImpl
 
DataContextPropertiesImpl(Map<String, Object>) - Constructor for class org.apache.metamodel.factory.DataContextPropertiesImpl
 
DATALINK - Static variable in interface org.apache.metamodel.schema.ColumnType
 
DATALINK - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
DataSet - Interface in org.apache.metamodel.data
Represents a tabular DataSet where values are bound to columns and rows.
DataSetHeader - Interface in org.apache.metamodel.data
Represents the header of a DataSet, which define the columns/SelectItems of it.
DataSetInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for DataSets, allowing to touch, enrich or modify a dataset before it is returned to the user.
DataSetIterator - Class in org.apache.metamodel.data
Iterator implementation that iterates through a DataSet.
DataSetIterator(DataSet) - Constructor for class org.apache.metamodel.data.DataSetIterator
 
DataSetTableModel - Class in org.apache.metamodel.data
TableModel implementation which wraps a DataSet and presents its data.
DataSetTableModel(DataSet) - Constructor for class org.apache.metamodel.data.DataSetTableModel
 
DATE - Static variable in interface org.apache.metamodel.schema.ColumnType
 
DATE - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
DateUtils - Class in org.apache.metamodel.util
Various utility methods pertaining to date handling
DECIMAL - Static variable in interface org.apache.metamodel.schema.ColumnType
 
DECIMAL - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.data.AbstractDataSet
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.data.StyleImpl
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.FilterItem
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.FromItem
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.GroupByItem
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.OrderByItem
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.Query
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.SelectClause
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.query.SelectItem
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.schema.AbstractRelationship
 
decorateIdentity(List<Object>) - Method in class org.apache.metamodel.util.BaseObject
Subclasses should implement this method and add all fields to the list that are to be included in equals(...) and hashCode() evaluation
DEFAULT_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
 
DEFAULT_TABLE_NAME - Static variable in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
DEFAULT_TABLE_TYPES - Static variable in enum org.apache.metamodel.schema.TableType
 
DefaultAggregateFunction<T> - Class in org.apache.metamodel.query
Implementation of the AggregateFunction.
DefaultAggregateFunction() - Constructor for class org.apache.metamodel.query.DefaultAggregateFunction
 
DefaultCompiledQuery - Class in org.apache.metamodel.query
Represents a default implementation of the CompiledQuery interface.
DefaultCompiledQuery(Query) - Constructor for class org.apache.metamodel.query.DefaultCompiledQuery
 
DefaultRow - Class in org.apache.metamodel.data
Default Row implementation.
DefaultRow(DataSetHeader, Object[], Style[]) - Constructor for class org.apache.metamodel.data.DefaultRow
Constructs a row.
DefaultRow(DataSetHeader, Object[]) - Constructor for class org.apache.metamodel.data.DefaultRow
Constructs a row.
DefaultScalarFunction - Class in org.apache.metamodel.query
 
DefaultScalarFunction() - Constructor for class org.apache.metamodel.query.DefaultScalarFunction
 
defaultStrategy() - Static method in class org.apache.metamodel.schema.naming.ColumnNamingStrategies
 
DefaultTableAliasedSchema - Class in org.apache.metamodel.schema
A special purpose Schema wrapper which exposes an AliasTable "default_table" for convenience when the table count is 1.
DefaultUpdateSummary - Class in org.apache.metamodel
Default implementation of UpdateSummary.
DefaultUpdateSummary(Integer, Integer, Integer, Iterable<Object>) - Constructor for class org.apache.metamodel.DefaultUpdateSummary
 
DelegatingIntrinsicSwitchColumnNamingStrategy - Class in org.apache.metamodel.schema.naming
A ColumnNamingStrategy that switches between two other ColumnNamingStrategy delegates depending on the availability of a intrinsic column name.
DelegatingIntrinsicSwitchColumnNamingStrategy(ColumnNamingStrategy, ColumnNamingStrategy) - Constructor for class org.apache.metamodel.schema.naming.DelegatingIntrinsicSwitchColumnNamingStrategy
 
DeleteAndInsertBuilder - Class in org.apache.metamodel
Simple implementation of the RowUpdationBuilder interface, which simply uses a combined delete+insert strategy for performing updates.
DeleteAndInsertBuilder(AbstractUpdateCallback, Table) - Constructor for class org.apache.metamodel.DeleteAndInsertBuilder
 
deleteFrom(String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
deleteFrom(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
DeleteFrom - Class in org.apache.metamodel.delete
Represents a single DELETE FROM operation to be applied to a UpdateableDataContext.
DeleteFrom(Table) - Constructor for class org.apache.metamodel.delete.DeleteFrom
 
deleteFrom(Table) - Method in interface org.apache.metamodel.delete.RowDeletable
Initiates a row deletion builder.
deleteFrom(String) - Method in interface org.apache.metamodel.delete.RowDeletable
Initiates a row deletion builder.
deleteFrom(String, String) - Method in interface org.apache.metamodel.delete.RowDeletable
Initiates a row deletion builder.
deleteRow(Row) - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
Determines if a row should be deleted or not (can be used by subclasses as a convenient determinator).
DELIM_AND - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
DELIM_COMMA - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
desc() - Method in interface org.apache.metamodel.query.builder.SatisfiedOrderByBuilder
 
determineTable(Document) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
Determines which table a particular document should be mapped to.
determineTable(Document) - Method in class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
determineTable(Document) - Method in class org.apache.metamodel.schema.builder.SingleTableInferentialSchemaBuilder
 
DIFFERENT_FROM - Static variable in interface org.apache.metamodel.query.OperatorType
 
differentFrom(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(Boolean) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
differentFrom(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(Boolean) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
differentFrom(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Not equals to a query parameter.
discoverFromClasspath() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
discoverFromClasspath() - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
DISTINCT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
DISTINCT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
Document - Class in org.apache.metamodel.data
Represents a document, ie.
Document(Map<String, ?>, Object) - Constructor for class org.apache.metamodel.data.Document
 
Document(String, Map<String, ?>, Object) - Constructor for class org.apache.metamodel.data.Document
 
DocumentConverter - Interface in org.apache.metamodel.convert
Object responsible for converting a document ( Map) into a Row for a DataSet that is based on a SchemaBuilder.
DocumentSource - Interface in org.apache.metamodel.data
A source of documents to be used for building/detecting a schema or table.
DocumentSourceDataSet - Class in org.apache.metamodel.data
A DataSet that uses a DocumentSource as it's source.
DocumentSourceDataSet(DataSetHeader, DocumentSource, DocumentConverter) - Constructor for class org.apache.metamodel.data.DocumentSourceDataSet
 
DocumentSourceProvider - Interface in org.apache.metamodel.schema.builder
A provider of DocumentSources for building schemas
DOUBLE - Static variable in interface org.apache.metamodel.schema.ColumnType
 
DOUBLE - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
dropTable(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
dropTable(Schema, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
dropTable(String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
DropTable - Class in org.apache.metamodel.drop
Represents a single DROP TABLE operation to be applied to a UpdateableDataContext.
DropTable(Table) - Constructor for class org.apache.metamodel.drop.DropTable
 
DropTable(String) - Constructor for class org.apache.metamodel.drop.DropTable
 
DropTable(Schema, String) - Constructor for class org.apache.metamodel.drop.DropTable
 
DropTable(String, String) - Constructor for class org.apache.metamodel.drop.DropTable
 
dropTable(Schema, String) - Method in interface org.apache.metamodel.drop.TableDroppable
 
dropTable(String, String) - Method in interface org.apache.metamodel.drop.TableDroppable
 
dropTable(String) - Method in interface org.apache.metamodel.drop.TableDroppable
 
dropTable(Table) - Method in interface org.apache.metamodel.drop.TableDroppable
 

E

EmptyDataSet - Class in org.apache.metamodel.data
An empty data set.
EmptyDataSet(DataSetHeader) - Constructor for class org.apache.metamodel.data.EmptyDataSet
 
EmptyDataSet(List<SelectItem>) - Constructor for class org.apache.metamodel.data.EmptyDataSet
 
eq(Boolean) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
eq(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(Boolean) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
eq(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Equals to a query parameter.
equals(Object) - Method in class org.apache.metamodel.data.AbstractRow
 
equals(Object) - Method in class org.apache.metamodel.data.DataSetTableModel
 
equals(Object) - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
equals(Object) - Method in class org.apache.metamodel.query.OperatorTypeImpl
 
equals(Object) - Method in class org.apache.metamodel.schema.AbstractColumn
 
equals(Object) - Method in class org.apache.metamodel.schema.AbstractSchema
 
equals(Object) - Method in class org.apache.metamodel.schema.AbstractTable
 
equals(Object) - Method in class org.apache.metamodel.util.BaseObject
equals(Object) - Method in class org.apache.metamodel.util.ConstantFunc
 
equals(Object, Object) - Static method in class org.apache.metamodel.util.EqualsBuilder
 
equals(Object) - Method in class org.apache.metamodel.util.FalsePredicate
 
equals(Object) - Method in class org.apache.metamodel.util.SerializableRef
 
equals(Object) - Method in class org.apache.metamodel.util.SimpleTableDef
 
equals(Object) - Method in class org.apache.metamodel.util.TruePredicate
 
EQUALS_TO - Static variable in interface org.apache.metamodel.query.OperatorType
 
EqualsBuilder - Class in org.apache.metamodel.util
A helper class for implementing equals(...) methods.
EqualsBuilder() - Constructor for class org.apache.metamodel.util.EqualsBuilder
 
equalsIgnoreAlias(SelectItem) - Method in class org.apache.metamodel.query.SelectItem
 
equalsIgnoreAlias(SelectItem, boolean) - Method in class org.apache.metamodel.query.SelectItem
 
eval(I) - Method in interface org.apache.metamodel.util.Func
Deprecated.
Evaluates an element and transforms it using this function.
evaluate(Object...) - Method in interface org.apache.metamodel.query.AggregateFunction
Shorthand for creating an aggregate builder, adding all the values and then calculating the value.
evaluate(Object...) - Method in class org.apache.metamodel.query.DefaultAggregateFunction
Executes the function
evaluate(Row) - Method in class org.apache.metamodel.query.FilterItem
Does a "manual" evaluation, useful for CSV data and alike, where queries cannot be created.
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.MapValueFunction
 
evaluate(Row, Object[], SelectItem) - Method in interface org.apache.metamodel.query.ScalarFunction
Applies and evaluates the function on a particular row of data.
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.SubstringFunction
 
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.ToBooleanFunction
 
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.ToDateFunction
 
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.ToNumberFunction
 
evaluate(Row, Object[], SelectItem) - Method in class org.apache.metamodel.query.ToStringFunction
 
evaluate(Object...) - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
 
ExclusionPredicate<E> - Class in org.apache.metamodel.util
A predicate that uses an exclusion list ("black list") of elements to determine whether to evaluate true or false.
ExclusionPredicate(Collection<E>) - Constructor for class org.apache.metamodel.util.ExclusionPredicate
 
execute() - Method in interface org.apache.metamodel.create.TableCreationBuilder
Commits the built table and requests that the table structure should be written to the DataContext.
execute() - Method in interface org.apache.metamodel.delete.RowDeletionBuilder
Commits the row deletion operation.
execute() - Method in class org.apache.metamodel.DeleteAndInsertBuilder
 
execute() - Method in interface org.apache.metamodel.drop.TableDropBuilder
Executes the drop table operation
execute() - Method in interface org.apache.metamodel.insert.RowInsertionBuilder
Commits the row insertion operation.
execute() - Method in interface org.apache.metamodel.query.InvokableQuery
Executes the query.
execute() - Method in interface org.apache.metamodel.update.RowUpdationBuilder
Commits the row updation operation.
executeCountQuery(Table, List<FilterItem>, boolean) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Executes a simple count query, if possible.
executePrimaryKeyLookupQuery(Table, List<SelectItem>, Column, Object) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Executes a query which obtains a row by primary key (as defined by Column.isPrimaryKey()).
executeQuery(CompiledQuery, Object...) - Method in class org.apache.metamodel.AbstractDataContext
 
executeQuery(String) - Method in class org.apache.metamodel.AbstractDataContext
Parses and executes a string-based SQL query.
executeQuery(Query) - Method in class org.apache.metamodel.CompositeDataContext
 
executeQuery(Query) - Method in interface org.apache.metamodel.DataContext
Executes a query against the DataContext.
executeQuery(CompiledQuery, Object...) - Method in interface org.apache.metamodel.DataContext
Executes a compiled query with given values as parameters.
executeQuery(String) - Method in interface org.apache.metamodel.DataContext
Parses and executes a string-based SQL query.
executeQuery(Query) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
executeQuery(String) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
executeQuery(CompiledQuery, Object...) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
executeQuery(Query) - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
executeSingleRowQuery(DataContext, Query) - Static method in class org.apache.metamodel.MetaModelHelper
Executes a single row query, like "SELECT COUNT(*), MAX(SOME_COLUMN) FROM MY_TABLE" or similar.
executeUpdate(UpdateScript) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
executeUpdate(UpdateScript) - Method in interface org.apache.metamodel.UpdateableDataContext
Submits an UpdateScript for execution on the DataContext.

F

FalsePredicate<E> - Class in org.apache.metamodel.util
A predicate that is always false
FalsePredicate() - Constructor for class org.apache.metamodel.util.FalsePredicate
 
fetch() - Method in class org.apache.metamodel.util.LazyRef
 
FileHelper - Class in org.apache.metamodel.util
Various helper methods for handling files
FileResource - Class in org.apache.metamodel.util
File based Resource implementation.
FileResource(String) - Constructor for class org.apache.metamodel.util.FileResource
 
FileResource(File) - Constructor for class org.apache.metamodel.util.FileResource
 
FileResourceFactory - Class in org.apache.metamodel.factory
 
FileResourceFactory() - Constructor for class org.apache.metamodel.factory.FileResourceFactory
 
filter(E[], Predicate<? super E>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
filter(Iterable<E>, Predicate<? super E>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
FilterBuilder<B> - Interface in org.apache.metamodel.query.builder
Interface for builder callbacks that "respond" to filter condition building.
FilterClause - Class in org.apache.metamodel.query
Represents a clause of filters in the query.
FilterClause(Query, String) - Constructor for class org.apache.metamodel.query.FilterClause
 
FilteredDataSet - Class in org.apache.metamodel.data
Wraps another DataSet and transparently applies a set of filters to it.
FilteredDataSet(DataSet, Collection<? extends IRowFilter>) - Constructor for class org.apache.metamodel.data.FilteredDataSet
 
FilteredDataSet(DataSet, IRowFilter...) - Constructor for class org.apache.metamodel.data.FilteredDataSet
 
FilterItem - Class in org.apache.metamodel.query
Represents a filter in a query that resides either within a WHERE clause or a HAVING clause
FilterItem(SelectItem, OperatorType, Object) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a single filter item based on a SelectItem, an operator and an operand.
FilterItem(String) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a single unvalidated filter item based on a expression.
FilterItem(List<FilterItem>) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a composite filter item based on other filter items.
FilterItem(LogicalOperator, List<FilterItem>) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a compound filter item based on other filter items.
FilterItem(LogicalOperator, FilterItem...) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a compound filter item based on other filter items.
FilterItem(FilterItem...) - Constructor for class org.apache.metamodel.query.FilterItem
Creates a compound filter item based on other filter items.
finalize() - Method in class org.apache.metamodel.data.RowPublisherDataSet
 
find(Map<?, ?>, String) - Static method in class org.apache.metamodel.util.CollectionUtils
Searches a map for a given key.
findColumn(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Finds a column by name within the already defined FROM items
findSelectItem(String) - Method in class org.apache.metamodel.query.parser.SelectItemParser
Finds/creates a SelectItem based on the given expression.
finished() - Method in interface org.apache.metamodel.data.RowPublisher
Invoked to indicate to the consumer that no more rows will be published.
FIRST - Static variable in interface org.apache.metamodel.query.FunctionType
 
FirstAggregateBuilder - Class in org.apache.metamodel.query
 
FirstAggregateBuilder() - Constructor for class org.apache.metamodel.query.FirstAggregateBuilder
 
FirstAggregateFunction - Class in org.apache.metamodel.query
 
FirstAggregateFunction() - Constructor for class org.apache.metamodel.query.FirstAggregateFunction
 
firstRow(int) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Sets the first row of the query that is being built.
FirstRowDataSet - Class in org.apache.metamodel.data
Wraps another DataSet and enforces a first row offset.
FirstRowDataSet(DataSet, int) - Constructor for class org.apache.metamodel.data.FirstRowDataSet
Constructs a FirstRowDataSet.
FLOAT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
FLOAT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
flush() - Method in class org.apache.metamodel.util.UnicodeWriter
Flushes the stream.
fontSize(int, Style.SizeUnit) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the font size of the style
forEach(E[], Consumer<? super E>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
forEach(Iterable<E>, Consumer<? super E>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
foreground(String) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the foreground (text) color of the style
foreground(short[]) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the foreground (text) color of the style
foreground(int, int, int) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the foreground (text) color of the style
foreground(Style.Color) - Method in class org.apache.metamodel.data.StyleBuilder
Sets the foreground (text) color of the style
FormatHelper - Class in org.apache.metamodel.util
Helper class for formatting
FormatHelper() - Constructor for class org.apache.metamodel.util.FormatHelper
 
formatSqlBoolean(ColumnType, boolean) - Static method in class org.apache.metamodel.util.FormatHelper
 
formatSqlTime(ColumnType, Date) - Static method in class org.apache.metamodel.util.FormatHelper
Formats a date according to a specific column type (DATE, TIME or TIMESTAMP)
formatSqlTime(ColumnType, Date, boolean, String, String) - Static method in class org.apache.metamodel.util.FormatHelper
Formats a date according to a specific column type (DATE, TIME or TIMESTAMP)
formatSqlTime(ColumnType, Date, boolean) - Static method in class org.apache.metamodel.util.FormatHelper
Formats a date according to a specific column type (DATE, TIME or TIMESTAMP).
formatSqlValue(ColumnType, Object) - Static method in class org.apache.metamodel.util.FormatHelper
 
from(Table) - Method in interface org.apache.metamodel.query.builder.InitFromBuilder
 
from(Schema, String) - Method in interface org.apache.metamodel.query.builder.InitFromBuilder
 
from(String, String) - Method in interface org.apache.metamodel.query.builder.InitFromBuilder
 
from(String) - Method in interface org.apache.metamodel.query.builder.InitFromBuilder
 
from(Table) - Method in class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
from(String, String) - Method in class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
from(Schema, String) - Method in class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
from(String) - Method in class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
from(FromItem...) - Method in class org.apache.metamodel.query.Query
 
from(Table) - Method in class org.apache.metamodel.query.Query
 
from(String) - Method in class org.apache.metamodel.query.Query
 
from(Table, String) - Method in class org.apache.metamodel.query.Query
 
from(Table, Table, JoinType, Column, Column) - Method in class org.apache.metamodel.query.Query
 
FromClause - Class in org.apache.metamodel.query
Represents the FROM clause of a query containing FromItem's.
FromClause(Query) - Constructor for class org.apache.metamodel.query.FromClause
 
fromColumns(List<Column>) - Static method in class org.apache.metamodel.data.EmptyDataSet
 
fromColumns(List<Column>) - Static method in class org.apache.metamodel.data.SimpleDataSetHeader
 
FromItem - Class in org.apache.metamodel.query
Represents a FROM item.
FromItem(Table) - Constructor for class org.apache.metamodel.query.FromItem
Constructor for table FROM clauses
FromItem(Query) - Constructor for class org.apache.metamodel.query.FromItem
Constructor for sub-query FROM clauses
FromItem(JoinType, Relationship) - Constructor for class org.apache.metamodel.query.FromItem
Constructor for join FROM clauses that join two tables using their relationship.
FromItem(JoinType, FromItem, FromItem, SelectItem[], SelectItem[]) - Constructor for class org.apache.metamodel.query.FromItem
Constructor for advanced join types with custom relationships
FromItem(String) - Constructor for class org.apache.metamodel.query.FromItem
Creates a single unvalidated from item based on a expression.
Func<I,O> - Interface in org.apache.metamodel.util
Deprecated.
use Function instead
FUNCTION_APPROXIMATION_PREFIX - Static variable in class org.apache.metamodel.query.SelectItem
 
FunctionSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
FunctionType - Interface in org.apache.metamodel.query
Represents a generic function to use in a SelectItem.
FunctionTypeFactory - Class in org.apache.metamodel.query
Factory to create AggregateFunctions through its function name.
FunctionTypeFactory() - Constructor for class org.apache.metamodel.query.FunctionTypeFactory
 

G

get(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
get(String) - Static method in class org.apache.metamodel.query.FunctionTypeFactory
 
get(Document, String) - Method in class org.apache.metamodel.schema.builder.ColumnNameAsKeysRowConverter
 
get(int, Month, int) - Static method in class org.apache.metamodel.util.DateUtils
 
get(Date) - Static method in class org.apache.metamodel.util.DateUtils
 
get(Date, int) - Static method in class org.apache.metamodel.util.DateUtils
 
get() - Method in class org.apache.metamodel.util.ImmutableRef
 
get() - Method in class org.apache.metamodel.util.LazyRef
 
get() - Method in class org.apache.metamodel.util.MutableRef
 
get() - Method in interface org.apache.metamodel.util.Ref
Deprecated.
 
get() - Method in class org.apache.metamodel.util.SerializableRef
 
get() - Static method in class org.apache.metamodel.util.SharedExecutorService
Gets the shared ExecutorService.
getAggregate() - Method in class org.apache.metamodel.query.FirstAggregateBuilder
 
getAggregate() - Method in class org.apache.metamodel.query.LastAggregateBuilder
 
getAggregate() - Method in class org.apache.metamodel.query.RandomAggregateBuilder
 
getAggregate() - Method in interface org.apache.metamodel.util.AggregateBuilder
 
getAggregated(List<SelectItem>, DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
Applies aggregate values to a dataset.
getAggregateFunction() - Method in class org.apache.metamodel.query.SelectItem
 
getAggregateFunctionSelectItems(Iterable<SelectItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getAlias(Table) - Method in class org.apache.metamodel.query.FromClause
Gets the alias of a table, if it is registered (and visible, ie.
getAlias() - Method in class org.apache.metamodel.query.FromItem
 
getAlias(Table) - Method in class org.apache.metamodel.query.FromItem
Gets the alias of a table, if it is registered (and visible, ie.
getAlias() - Method in class org.apache.metamodel.query.SelectItem
 
getAlignment() - Method in interface org.apache.metamodel.data.Style
Gets the text alignment, or null if text alignment is unspecified.
getAlignment() - Method in class org.apache.metamodel.data.StyleImpl
 
getBackgroundColor() - Method in interface org.apache.metamodel.data.Style
Gets the background color, or null if the color is unspecified.
getBackgroundColor() - Method in class org.apache.metamodel.data.StyleImpl
 
getBlue() - Method in interface org.apache.metamodel.data.Style.Color
 
getBoolean(Object, boolean) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
 
getBooleanColumns() - Method in class org.apache.metamodel.schema.AbstractTable
 
getBooleanColumns() - Method in interface org.apache.metamodel.schema.Table
Gets all of this table's columns that are of boolean type.
getBufferedReader(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getBufferedReader(InputStream, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getBufferedReader(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getBufferedReader(Reader) - Static method in class org.apache.metamodel.util.FileHelper
 
getBufferedWriter(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getBufferedWriter(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getByCalendarConstant(int) - Static method in enum org.apache.metamodel.util.Month
 
getByCalendarConstant(int) - Static method in enum org.apache.metamodel.util.Weekday
 
getCalendarConstant() - Method in enum org.apache.metamodel.util.Month
 
getCalendarConstant() - Method in enum org.apache.metamodel.util.Weekday
 
getCarthesianProduct(DataSet...) - Static method in class org.apache.metamodel.MetaModelHelper
 
getCarthesianProduct(DataSet[], FilterItem...) - Static method in class org.apache.metamodel.MetaModelHelper
 
getCarthesianProduct(DataSet[], Iterable<FilterItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getCatalogName() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getCatalogName() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getChar(Object, char) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
 
getChar(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getChildItemCount() - Method in class org.apache.metamodel.query.FilterItem
Get the number of child items, if this is a compound filter item.
getChildItems() - Method in class org.apache.metamodel.query.FilterItem
Gets the FilterItems that this filter item consists of, if it is a compound filter item.
getClassLoader() - Method in class org.apache.metamodel.util.ClasspathResource
 
getColumn() - Method in class org.apache.metamodel.query.SelectItem
 
getColumn(int) - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumn(int) - Method in interface org.apache.metamodel.schema.Table
Gets a column by index.
getColumnBuilder(String) - Method in class org.apache.metamodel.schema.builder.InferentialTableBuilder
 
getColumnBuilder(String) - Method in interface org.apache.metamodel.schema.builder.TableBuilder
Gets the ColumnBuilder of a named Column in the table.
getColumnByName(String) - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumnByName(String) - Method in interface org.apache.metamodel.schema.Table
Convenience method for retrieving a column by it's name.
getColumnByQualifiedLabel(String) - Method in class org.apache.metamodel.AbstractDataContext
Finds a column in the DataContext based on a fully qualified column label.
getColumnByQualifiedLabel(String) - Method in interface org.apache.metamodel.DataContext
Finds a column in the DataContext based on a fully qualified column label.
getColumnByQualifiedLabel(String) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getColumnCount() - Method in class org.apache.metamodel.data.DataSetTableModel
 
getColumnCount() - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumnCount() - Method in interface org.apache.metamodel.schema.Table
Gets the number of columns in this table.
getColumnIndex() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingContext
Gets the index of the column being named.
getColumnIndex() - Method in class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
 
getColumnName(int) - Method in class org.apache.metamodel.data.DataSetTableModel
 
getColumnNameLineNumber() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getColumnNameLineNumber() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getColumnNames() - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumnNames() - Method in interface org.apache.metamodel.schema.Table
Gets the names of this table's columns.
getColumnNames() - Method in class org.apache.metamodel.util.SimpleTableDef
Gets the names of the columns in the table
getColumnNumber() - Method in interface org.apache.metamodel.schema.Column
Returns the column number or index.
getColumnNumber() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getColumnNumber() - Method in class org.apache.metamodel.schema.MutableColumn
 
getColumns() - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
getColumns() - Method in class org.apache.metamodel.schema.AliasTable
 
getColumns() - Method in class org.apache.metamodel.schema.MutableTable
 
getColumns() - Method in interface org.apache.metamodel.schema.Table
Gets the columns of this table.
getColumnsBySuperType(Column[], SuperColumnType) - Static method in class org.apache.metamodel.MetaModelHelper
 
getColumnsByType(Column[], ColumnType) - Static method in class org.apache.metamodel.MetaModelHelper
 
getColumnsInternal() - Method in class org.apache.metamodel.schema.MutableTable
Internal getter for the columns of the table.
getColumnSize() - Method in interface org.apache.metamodel.schema.Column
Gets the data type size of this column.
getColumnSize() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getColumnSize() - Method in class org.apache.metamodel.schema.MutableColumn
 
getColumnsOfSuperType(SuperColumnType) - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumnsOfSuperType(SuperColumnType) - Method in interface org.apache.metamodel.schema.Table
Gets the columns of this table that conforms to a specified SuperColumnType.
getColumnsOfType(ColumnType) - Method in class org.apache.metamodel.schema.AbstractTable
 
getColumnsOfType(ColumnType) - Method in interface org.apache.metamodel.schema.Table
Gets the columns of this table that conforms to a specified ColumnType.
getColumnTypes() - Method in class org.apache.metamodel.util.SimpleTableDef
Gets the types of the columns in the table
getComparable(Object) - Static method in class org.apache.metamodel.util.BooleanComparator
 
getComparable(Object) - Static method in class org.apache.metamodel.util.NumberComparator
 
getComparable(Object) - Static method in class org.apache.metamodel.util.ObjectComparator
 
getComparable(Object) - Static method in class org.apache.metamodel.util.TimeComparator
 
getComparable(Object) - Static method in class org.apache.metamodel.util.ToStringComparator
 
getComparator() - Method in interface org.apache.metamodel.schema.ColumnType
 
getComparator() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
getComparator() - Static method in class org.apache.metamodel.util.BooleanComparator
 
getComparator() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
getComparator() - Static method in class org.apache.metamodel.util.NumberComparator
 
getComparator() - Static method in class org.apache.metamodel.util.ObjectComparator
 
getComparator() - Static method in class org.apache.metamodel.util.TimeComparator
 
getComparator() - Static method in class org.apache.metamodel.util.ToStringComparator
 
getConverters(DataSet) - Method in class org.apache.metamodel.convert.ConvertedDataSetInterceptor
 
getCountAllItem() - Static method in class org.apache.metamodel.query.SelectItem
Generates a COUNT(*) select item
getDatabaseName() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getDatabaseName() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getDataContext() - Method in class org.apache.metamodel.AbstractUpdateCallback
 
getDataContext() - Method in interface org.apache.metamodel.UpdateCallback
Gets the DataContext on which the update script is being executed.
getDataContextType() - Method in interface org.apache.metamodel.factory.DataContextProperties
Gets the type of DataContext, such as "csv" or "jdbc".
getDataContextType() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getDataSetInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getDataSource() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getDataSource() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getDayOfMonth(Date) - Static method in class org.apache.metamodel.util.DateUtils
 
getDefaultInstance() - Static method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
getDefaultInstance() - Static method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
getDefaultSchema() - Method in class org.apache.metamodel.AbstractDataContext
Gets the default schema of this DataContext.
getDefaultSchema() - Method in interface org.apache.metamodel.DataContext
Gets the default schema of this DataContext.
getDefaultSchema() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getDefaultSchemaName() - Method in class org.apache.metamodel.AbstractDataContext
Gets the name of the default schema.
getDefaultSchemaName() - Method in class org.apache.metamodel.CompositeDataContext
 
getDefaultSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
getDelegate() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getDeletedRows() - Method in class org.apache.metamodel.DefaultUpdateSummary
 
getDeletedRows() - Method in interface org.apache.metamodel.UpdateSummary
Gets the number of deleted rows, or null if this number is unknown.
getDelims() - Method in class org.apache.metamodel.query.parser.QueryPartCollectionProcessor
 
getDirection() - Method in class org.apache.metamodel.query.OrderByItem
 
getDistinct(DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
 
getDocumentConverter(Table) - Method in class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
getDocumentConverter(Table) - Method in interface org.apache.metamodel.schema.builder.SchemaBuilder
Gets a DocumentConverter for a table in the produced schema
getDocumentConverter(Table) - Method in class org.apache.metamodel.schema.builder.SimpleTableDefSchemaBuilder
 
getDocumentConverter(Table) - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
getDocumentConverter(Table) - Method in class org.apache.metamodel.schema.builder.SingleTableInferentialSchemaBuilder
 
getDocumentSourceForTable(String) - Method in interface org.apache.metamodel.schema.builder.DocumentSourceProvider
Gets a DocumentSource for a particular source collection.
getDriverClassName() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getDriverClassName() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getEncoding() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getEncoding() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getError() - Method in class org.apache.metamodel.util.LazyRef
Gets any error that occurred while fetching the lazy loaded value.
getEscapeChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getEscapeChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getEvaluatedSelectItems(List<FilterItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getEvaluatedSelectItems() - Method in class org.apache.metamodel.query.FilterClause
 
getEvaluatedSelectItems() - Method in class org.apache.metamodel.query.GroupByClause
 
getEvaluatedSelectItems() - Method in class org.apache.metamodel.query.OrderByClause
 
getExclusionList() - Method in class org.apache.metamodel.util.ExclusionPredicate
 
getExpectedColumnType(ColumnType) - Method in interface org.apache.metamodel.query.AggregateFunction
Returns the function ColumnType.
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.CountAggregateFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.DefaultAggregateFunction
 
getExpectedColumnType(ColumnType) - Method in interface org.apache.metamodel.query.FunctionType
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.MapValueFunction
 
getExpectedColumnType() - Method in class org.apache.metamodel.query.SelectItem
Tries to infer the ColumnType of this SelectItem.
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.SubstringFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.SumAggregateFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.ToBooleanFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.ToDateFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.ToNumberFunction
 
getExpectedColumnType(ColumnType) - Method in class org.apache.metamodel.query.ToStringFunction
 
getExpectedColumnType(ColumnType) - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
 
getExplicitNulls() - Method in class org.apache.metamodel.data.AbstractRowBuilder
Gets a boolean array indicating if any of the values have been explicitly set to null (as opposed to just not set)
getExpression() - Method in class org.apache.metamodel.query.FilterItem
 
getExpression() - Method in class org.apache.metamodel.query.FromItem
 
getExpression() - Method in class org.apache.metamodel.query.SelectItem
Returns an "expression" that this select item represents.
getFactories() - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
 
getFactories() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
 
getFactories() - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
 
getFactories() - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
getFile() - Method in class org.apache.metamodel.util.FileResource
 
getFiltered(DataSet, Iterable<FilterItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getFiltered(DataSet, FilterItem...) - Static method in class org.apache.metamodel.MetaModelHelper
 
getFiltered(DataSet, Collection<FilterItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getFirstRow() - Method in class org.apache.metamodel.query.Query
Gets the first row (aka offset) of the query's result, or null if none is specified.
getFontSize() - Method in interface org.apache.metamodel.data.Style
Gets the font size, or null if font size is unspecified.
getFontSize() - Method in class org.apache.metamodel.data.StyleImpl
 
getFontSizeUnit() - Method in interface org.apache.metamodel.data.Style
Gets the unit of the font size.
getFontSizeUnit() - Method in class org.apache.metamodel.data.StyleImpl
 
getForegroundColor() - Method in interface org.apache.metamodel.data.Style
Gets the foreground (text) color, or null if the color is unspecified.
getForegroundColor() - Method in class org.apache.metamodel.data.StyleImpl
 
getForeignColumns() - Method in class org.apache.metamodel.schema.ImmutableRelationship
 
getForeignColumns() - Method in class org.apache.metamodel.schema.MutableRelationship
 
getForeignColumns() - Method in interface org.apache.metamodel.schema.Relationship
Gets the foreign key columns of this relationship.
getForeignKeyRelationships() - Method in class org.apache.metamodel.schema.AbstractTable
 
getForeignKeyRelationships() - Method in interface org.apache.metamodel.schema.Table
 
getForeignKeys() - Method in class org.apache.metamodel.schema.AbstractTable
 
getForeignKeys() - Method in interface org.apache.metamodel.schema.Table
Gets the columns of this table that are known to be foreign keys (ie.
getForeignTable() - Method in class org.apache.metamodel.schema.AbstractRelationship
 
getForeignTable() - Method in interface org.apache.metamodel.schema.Relationship
Gets the table of the foreign key column(s).
getFromClause() - Method in class org.apache.metamodel.query.Query
 
getFromItem() - Method in exception org.apache.metamodel.query.parser.SelectItemParser.MultipleSelectItemsParsedException
 
getFromItem() - Method in class org.apache.metamodel.query.SelectItem
 
getFunctionName() - Method in class org.apache.metamodel.query.AverageAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.CountAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.FirstAggregateFunction
 
getFunctionName() - Method in interface org.apache.metamodel.query.FunctionType
 
getFunctionName() - Method in class org.apache.metamodel.query.LastAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.MapValueFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.MaxAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.MinAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.RandomAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.SubstringFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.SumAggregateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.ToBooleanFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.ToDateFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.ToNumberFunction
 
getFunctionName() - Method in class org.apache.metamodel.query.ToStringFunction
 
getFunctionName() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
 
getFunctionParameters() - Method in class org.apache.metamodel.query.SelectItem
getGeneratedKeys() - Method in class org.apache.metamodel.DefaultUpdateSummary
 
getGeneratedKeys() - Method in interface org.apache.metamodel.UpdateSummary
Gets a collection of keys that was generated as part of the update - typically because INSERTs where executed on an underlying database which generated record IDs for each insert.
getGreen() - Method in interface org.apache.metamodel.data.Style.Color
 
getGroupByClause() - Method in class org.apache.metamodel.query.Query
 
getGrouped(List<SelectItem>, DataSet, Collection<GroupByItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getHavingClause() - Method in class org.apache.metamodel.query.Query
 
getHeader() - Method in class org.apache.metamodel.data.AbstractDataSet
 
getHeader() - Method in class org.apache.metamodel.data.AbstractRow
 
getHeader() - Method in class org.apache.metamodel.data.DefaultRow
 
getHostname() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getHostname() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getInclusionList() - Method in class org.apache.metamodel.util.InclusionPredicate
 
getIndexedColumns() - Method in class org.apache.metamodel.schema.AbstractTable
 
getIndexedColumns() - Method in interface org.apache.metamodel.schema.Table
Gets all of this table's columns that are indexed.
getInputStream(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getInsertedRows() - Method in class org.apache.metamodel.DefaultUpdateSummary
 
getInsertedRows() - Method in interface org.apache.metamodel.UpdateSummary
Gets the number of inserted rows, or null if this number is unknown.
getInt(Object, int) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
 
getInt(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getInterceptorOfType(Class<I>) - Method in class org.apache.metamodel.intercept.InterceptorList
Gets the first (if any) interceptor of a specific type.
getIntrinsicColumnName() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingContext
Gets the intrinsic column name, if this is defined in the datastore itself.
getIntrinsicColumnName() - Method in class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
 
getItem(int) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
getItem(int) - Method in interface org.apache.metamodel.query.QueryClause
 
getItemByReference(String) - Method in class org.apache.metamodel.query.FromClause
Retrieves a table by it's reference which may be it's alias or it's qualified table name.
getItemCount() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
getItemCount() - Method in interface org.apache.metamodel.query.QueryClause
 
getItems() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
getItems() - Method in interface org.apache.metamodel.query.QueryClause
 
getJavaEquivalentClass() - Method in interface org.apache.metamodel.schema.ColumnType
 
getJavaEquivalentClass() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
getJavaEquivalentClass() - Method in enum org.apache.metamodel.schema.SuperColumnType
 
getJavaEquivalentClass() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
getJdbcType() - Method in interface org.apache.metamodel.schema.ColumnType
Gets the JDBC type as per the Types class.
getJdbcType() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
getJdbcType() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
getJoin() - Method in class org.apache.metamodel.query.FromItem
 
getLastModified() - Method in class org.apache.metamodel.util.ClasspathResource
 
getLastModified() - Method in class org.apache.metamodel.util.FileResource
 
getLastModified() - Method in class org.apache.metamodel.util.InMemoryResource
 
getLastModified() - Method in interface org.apache.metamodel.util.Resource
Gets the last modified timestamp value (measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970)) of the resource, if available.
getLastModified() - Method in class org.apache.metamodel.util.UrlResource
 
getLeftJoin(DataSet, DataSet, FilterItem[]) - Static method in class org.apache.metamodel.MetaModelHelper
Performs a left join (aka left outer join) operation on two datasets.
getLeftOn() - Method in class org.apache.metamodel.query.FromItem
 
getLeftSide() - Method in class org.apache.metamodel.query.FromItem
 
getLiteralColumns() - Method in class org.apache.metamodel.schema.AbstractTable
 
getLiteralColumns() - Method in interface org.apache.metamodel.schema.Table
Gets all of this table's columns that are of literal (String/text) type.
getLogicalOperator() - Method in class org.apache.metamodel.query.FilterItem
 
getMainSchema() - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
getMainSchema() - Method in class org.apache.metamodel.QueryPostprocessDelegate
 
getMainSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
getMainSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDelegate
 
getMap(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getMaxRows() - Method in class org.apache.metamodel.data.RowPublisherDataSet
 
getMaxRows() - Method in class org.apache.metamodel.query.Query
 
getMessage() - Method in exception org.apache.metamodel.InconsistentRowFormatException
 
getMixedDocumentSourceForSampling() - Method in interface org.apache.metamodel.schema.builder.DocumentSourceProvider
Gets a DocumentSource containing documents of mixed origin and type.
getMonth(Date) - Static method in class org.apache.metamodel.util.DateUtils
 
getName() - Method in class org.apache.metamodel.schema.AliasTable
 
getName() - Method in interface org.apache.metamodel.schema.Column
Gets the name of this Column
getName() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
getName() - Method in class org.apache.metamodel.schema.CompositeSchema
 
getName() - Method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
getName() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getName() - Method in class org.apache.metamodel.schema.ImmutableSchema
 
getName() - Method in class org.apache.metamodel.schema.MutableColumn
 
getName() - Method in class org.apache.metamodel.schema.MutableSchema
 
getName() - Method in class org.apache.metamodel.schema.MutableTable
 
getName() - Method in interface org.apache.metamodel.schema.NamedStructure
Gets the name of this structure.
getName() - Method in interface org.apache.metamodel.schema.Schema
Gets the name of this Schema
getName() - Method in interface org.apache.metamodel.schema.Table
Gets the name of this Table
getName() - Method in class org.apache.metamodel.util.ClasspathResource
 
getName() - Method in class org.apache.metamodel.util.FileResource
 
getName() - Method in interface org.apache.metamodel.util.HasName
 
getName() - Method in class org.apache.metamodel.util.InMemoryResource
 
getName() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
getName() - Method in enum org.apache.metamodel.util.Month
 
getName() - Method in interface org.apache.metamodel.util.Resource
Gets the name of the resource, typically a filename or other identifying string
getName() - Method in class org.apache.metamodel.util.SimpleTableDef
Gets the name of the table
getName() - Method in class org.apache.metamodel.util.UrlResource
 
getName() - Method in enum org.apache.metamodel.util.Weekday
 
getNativeType() - Method in interface org.apache.metamodel.schema.Column
Gets the native type of this column.
getNativeType() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getNativeType() - Method in class org.apache.metamodel.schema.MutableColumn
 
getNextColumnName(ColumnNamingContext) - Method in interface org.apache.metamodel.schema.naming.ColumnNamingSession
Provides the name to apply for a given column.
getNumberColumns() - Method in class org.apache.metamodel.schema.AbstractTable
 
getNumberColumns() - Method in interface org.apache.metamodel.schema.Table
Gets all of this table's columns that are of number type.
getObservationCount() - Method in class org.apache.metamodel.schema.builder.InferentialColumnBuilder
Gets the number of observations that this column builder is basing it's inference on.
getObservationCount() - Method in class org.apache.metamodel.schema.builder.InferentialTableBuilder
Gets the number of observations that this table builder is basing it's inference on.
getOperand() - Method in class org.apache.metamodel.query.FilterItem
 
getOperator() - Method in class org.apache.metamodel.query.FilterItem
 
getOrderByClause() - Method in class org.apache.metamodel.query.Query
 
getOrdered(DataSet, List<OrderByItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getOrdered(DataSet, OrderByItem...) - Static method in class org.apache.metamodel.MetaModelHelper
 
getOutputStream(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getOutputStream(File, boolean) - Static method in class org.apache.metamodel.util.FileHelper
 
getPaged(DataSet, int, int) - Static method in class org.apache.metamodel.MetaModelHelper
 
getParameters() - Method in interface org.apache.metamodel.query.CompiledQuery
Gets the QueryParameters associated with the compiled query.
getParameters() - Method in class org.apache.metamodel.query.DefaultCompiledQuery
 
getParentName(Resource) - Static method in class org.apache.metamodel.util.ResourceUtils
Gets the parent name of a resource.
getPassword() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getPassword() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getPassword() - Method in interface org.apache.metamodel.factory.ResourceProperties
 
getPassword() - Method in class org.apache.metamodel.factory.ResourcePropertiesImpl
 
getPassword() - Method in class org.apache.metamodel.factory.SimpleResourceProperties
 
getPath() - Method in class org.apache.metamodel.util.InMemoryResource
Gets the path of this resource
getPort() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getPort() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getPrimaryColumns() - Method in class org.apache.metamodel.schema.ImmutableRelationship
 
getPrimaryColumns() - Method in class org.apache.metamodel.schema.MutableRelationship
 
getPrimaryColumns() - Method in interface org.apache.metamodel.schema.Relationship
Gets the primary key columns of this relationship.
getPrimaryKeyRelationships() - Method in class org.apache.metamodel.schema.AbstractTable
 
getPrimaryKeyRelationships() - Method in interface org.apache.metamodel.schema.Table
 
getPrimaryKeys() - Method in class org.apache.metamodel.schema.AbstractTable
 
getPrimaryKeys() - Method in interface org.apache.metamodel.schema.Table
Gets the columns of this table that are known to be primary keys.
getPrimaryTable() - Method in class org.apache.metamodel.schema.AbstractRelationship
 
getPrimaryTable() - Method in interface org.apache.metamodel.schema.Relationship
Gets the table of the primary key column(s).
getProposedRow() - Method in exception org.apache.metamodel.InconsistentRowFormatException
Gets the row as MetaModel would gracefully interpret it.
getQualifiedLabel() - Method in class org.apache.metamodel.schema.AbstractColumn
 
getQualifiedLabel() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getQualifiedLabel() - Method in class org.apache.metamodel.schema.AbstractTable
 
getQualifiedLabel() - Method in interface org.apache.metamodel.schema.NamedStructure
Gets a qualified label for later lookup.
getQualifiedPath() - Method in class org.apache.metamodel.util.ClasspathResource
 
getQualifiedPath() - Method in class org.apache.metamodel.util.FileResource
 
getQualifiedPath() - Method in class org.apache.metamodel.util.InMemoryResource
 
getQualifiedPath() - Method in interface org.apache.metamodel.util.Resource
Gets the qualified path of the resource, which typically includes slash or backslash separated nodes in a hierarical tree structure.
getQualifiedPath() - Method in class org.apache.metamodel.util.UrlResource
 
getQuery() - Method in class org.apache.metamodel.query.FilterItem
 
getQuery() - Method in class org.apache.metamodel.query.FromItem
 
getQuery() - Method in class org.apache.metamodel.query.GroupByItem
 
getQuery() - Method in class org.apache.metamodel.query.OrderByItem
 
getQuery() - Method in interface org.apache.metamodel.query.QueryItem
 
getQuery() - Method in class org.apache.metamodel.query.SelectItem
 
getQueryInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getQuote() - Method in class org.apache.metamodel.schema.AliasTable
 
getQuote() - Method in class org.apache.metamodel.schema.CompositeSchema
 
getQuote() - Method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
getQuote() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getQuote() - Method in class org.apache.metamodel.schema.ImmutableSchema
 
getQuote() - Method in class org.apache.metamodel.schema.MutableColumn
 
getQuote() - Method in class org.apache.metamodel.schema.MutableSchema
 
getQuote() - Method in class org.apache.metamodel.schema.MutableTable
 
getQuote() - Method in interface org.apache.metamodel.schema.NamedStructure
Gets an optional quote string that is used to enclose the name of this structure.
getQuoteChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getQuoteChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getQuotedName() - Method in class org.apache.metamodel.schema.AbstractColumn
 
getQuotedName() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getQuotedName() - Method in class org.apache.metamodel.schema.AbstractTable
 
getQuotedName() - Method in interface org.apache.metamodel.schema.NamedStructure
Gets the name, including optional quotes, of this structure.
getReader(InputStream, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getReader(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getReader(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getRed() - Method in interface org.apache.metamodel.data.Style.Color
 
getRelationshipCount() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getRelationshipCount() - Method in class org.apache.metamodel.schema.AbstractTable
 
getRelationshipCount() - Method in interface org.apache.metamodel.schema.Schema
Gets the number of relationships to and from this Schema.
getRelationshipCount() - Method in interface org.apache.metamodel.schema.Table
Gets a count of relationships to and from this table.
getRelationships() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getRelationships(Table) - Method in class org.apache.metamodel.schema.AbstractTable
 
getRelationships() - Method in class org.apache.metamodel.schema.AliasTable
 
getRelationships() - Method in class org.apache.metamodel.schema.CompositeSchema
 
getRelationships() - Method in class org.apache.metamodel.schema.MutableTable
 
getRelationships() - Method in interface org.apache.metamodel.schema.Schema
Gets all relationships to and from this Schema.
getRelationships() - Method in interface org.apache.metamodel.schema.Table
Gets all relationships for this table.
getRelationships(Table) - Method in interface org.apache.metamodel.schema.Table
Gets relationships between this table and another table.
getRelationshipsInternal() - Method in class org.apache.metamodel.schema.MutableTable
Internal getter for the relationships of the table.
getRemarks() - Method in class org.apache.metamodel.schema.AliasTable
 
getRemarks() - Method in interface org.apache.metamodel.schema.Column
Gets any remarks/comments to this column.
getRemarks() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getRemarks() - Method in class org.apache.metamodel.schema.MutableColumn
 
getRemarks() - Method in class org.apache.metamodel.schema.MutableTable
 
getRemarks() - Method in interface org.apache.metamodel.schema.Table
Gets remarks/comments to this table.
getResource() - Method in exception org.apache.metamodel.util.ResourceException
 
getResourcePath() - Method in class org.apache.metamodel.util.ClasspathResource
Gets the name of the classpath entry
getResourceProperties() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getResourceProperties() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getRightJoin(DataSet, DataSet, FilterItem[]) - Static method in class org.apache.metamodel.MetaModelHelper
Performs a right join (aka right outer join) operation on two datasets.
getRightOn() - Method in class org.apache.metamodel.query.FromItem
 
getRightSide() - Method in class org.apache.metamodel.query.FromItem
 
getRow() - Method in interface org.apache.metamodel.data.DataSet
 
getRow() - Method in class org.apache.metamodel.data.DocumentSourceDataSet
 
getRow() - Method in class org.apache.metamodel.data.EmptyDataSet
 
getRow() - Method in class org.apache.metamodel.data.FilteredDataSet
 
getRow() - Method in class org.apache.metamodel.data.FirstRowDataSet
 
getRow() - Method in class org.apache.metamodel.data.InMemoryDataSet
 
getRow() - Method in class org.apache.metamodel.data.MaxRowsDataSet
 
getRow() - Method in class org.apache.metamodel.data.RowPublisherDataSet
 
getRow() - Method in class org.apache.metamodel.data.ScalarFunctionDataSet
 
getRow() - Method in class org.apache.metamodel.data.SubSelectionDataSet
 
getRow() - Method in class org.apache.metamodel.data.UnionDataSet
 
getRowCount() - Method in class org.apache.metamodel.data.DataSetTableModel
 
getRowDeletionInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getRowInsertionInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getRowNumber() - Method in exception org.apache.metamodel.InconsistentRowFormatException
Gets the row number (1-based).
getRows() - Method in class org.apache.metamodel.data.InMemoryDataSet
 
getRowsToUpdate() - Method in class org.apache.metamodel.DeleteAndInsertBuilder
 
getRowUpdationInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getSameQueryAlias() - Method in class org.apache.metamodel.query.FromItem
 
getSameQueryAlias() - Method in class org.apache.metamodel.query.SelectItem
 
getSameQueryAlias(boolean) - Method in class org.apache.metamodel.query.SelectItem
 
getScalarFunction() - Method in class org.apache.metamodel.query.SelectItem
 
getScalarFunctionSelectItems(Iterable<SelectItem>) - Static method in class org.apache.metamodel.MetaModelHelper
 
getScalarFunctionSelectItemsToEvaluate() - Method in class org.apache.metamodel.data.ScalarFunctionDataSet
 
getSchema() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
getSchema() - Method in class org.apache.metamodel.schema.AliasTable
 
getSchema() - Method in class org.apache.metamodel.schema.MutableTable
 
getSchema() - Method in interface org.apache.metamodel.schema.Table
Gets the schema that this table resides in.
getSchemaByName(String) - Method in class org.apache.metamodel.AbstractDataContext
Gets a schema by a specified name.
getSchemaByName(String) - Method in interface org.apache.metamodel.DataContext
Gets a schema by a specified name.
getSchemaByName(String) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getSchemaByNameInternal(String) - Method in class org.apache.metamodel.AbstractDataContext
Gets a specific schema from the non-abstract implementation.
getSchemaByNameInternal(String) - Method in class org.apache.metamodel.CompositeDataContext
 
getSchemaByNameInternal(String) - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
getSchemaInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getSchemaName() - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
getSchemaName() - Method in interface org.apache.metamodel.schema.builder.SchemaBuilder
Gets the name of the schema that is built / will be built.
getSchemaName() - Method in class org.apache.metamodel.schema.builder.SimpleTableDefSchemaBuilder
 
getSchemaName() - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
getSchemaNames() - Method in class org.apache.metamodel.AbstractDataContext
m Gets the names of all schemas within this DataContext.
getSchemaNames() - Method in interface org.apache.metamodel.DataContext
Gets the names of all schemas within this DataContext.
getSchemaNames() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getSchemaNamesInternal() - Method in class org.apache.metamodel.AbstractDataContext
Gets schema names from the non-abstract implementation.
getSchemaNamesInternal() - Method in class org.apache.metamodel.CompositeDataContext
 
getSchemaNamesInternal() - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
getSchemas() - Method in class org.apache.metamodel.AbstractDataContext
Gets all schemas within this DataContext.
getSchemas() - Method in interface org.apache.metamodel.DataContext
Gets all schemas within this DataContext.
getSchemas() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getSelectClause() - Method in class org.apache.metamodel.query.Query
 
getSelection(List<SelectItem>, DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
 
getSelection(SelectItem[], DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
 
getSelectItem(int) - Method in interface org.apache.metamodel.data.DataSetHeader
 
getSelectItem(int) - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
getSelectItem() - Method in class org.apache.metamodel.query.FilterItem
 
getSelectItem() - Method in class org.apache.metamodel.query.GroupByItem
 
getSelectItem() - Method in class org.apache.metamodel.query.OrderByItem
 
getSelectItem(Column) - Method in class org.apache.metamodel.query.SelectClause
 
getSelectItemByAlias(Query, String) - Static method in class org.apache.metamodel.MetaModelHelper
This method returns the select item of the given alias name.
getSelectItems() - Method in class org.apache.metamodel.data.AbstractDataSet
getSelectItems() - Method in class org.apache.metamodel.data.AbstractRow
 
getSelectItems() - Method in interface org.apache.metamodel.data.DataSet
 
getSelectItems() - Method in interface org.apache.metamodel.data.DataSetHeader
 
getSelectItems() - Method in interface org.apache.metamodel.data.Row
Gets the select items that represent the columns of the DataSet that this row pertains to.
getSelectItems() - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
getSeparatorChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getSeparatorChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getSize() - Method in class org.apache.metamodel.util.ClasspathResource
 
getSize() - Method in class org.apache.metamodel.util.FileResource
 
getSize() - Method in class org.apache.metamodel.util.InMemoryResource
 
getSize() - Method in interface org.apache.metamodel.util.Resource
Gets the size (in number of bytes) of this resource's data.
getSize() - Method in class org.apache.metamodel.util.UrlResource
 
getSourceCollectionName() - Method in class org.apache.metamodel.data.Document
Gets the collection/table name as defined in the source, or a hint about a table name of this document.
getSourceObject() - Method in class org.apache.metamodel.data.Document
Gets the source representation of the document, if any.
getSqlNumberFormat() - Static method in class org.apache.metamodel.util.FormatHelper
 
getString(Object, String) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
 
getString(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getStyle(SelectItem) - Method in class org.apache.metamodel.data.AbstractRow
 
getStyle(Column) - Method in class org.apache.metamodel.data.AbstractRow
 
getStyle(int) - Method in class org.apache.metamodel.data.DefaultRow
 
getStyle(SelectItem) - Method in interface org.apache.metamodel.data.Row
 
getStyle(Column) - Method in interface org.apache.metamodel.data.Row
 
getStyle(int) - Method in interface org.apache.metamodel.data.Row
 
getStyles() - Method in class org.apache.metamodel.data.AbstractRow
 
getStyles() - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
getStyles() - Method in class org.apache.metamodel.data.DefaultRow
 
getStyles() - Method in interface org.apache.metamodel.data.Row
 
getSubQuery() - Method in class org.apache.metamodel.query.FromItem
 
getSubQuerySelectItem() - Method in class org.apache.metamodel.query.SelectItem
 
getSubSelection(DataSetHeader) - Method in class org.apache.metamodel.data.AbstractRow
 
getSubSelection(DataSetHeader) - Method in interface org.apache.metamodel.data.Row
Creates a row similar to this one but only with a subset of the values.
getSuperQueryAlias() - Method in class org.apache.metamodel.query.SelectItem
 
getSuperQueryAlias(boolean) - Method in class org.apache.metamodel.query.SelectItem
 
getSuperType() - Method in interface org.apache.metamodel.schema.ColumnType
 
getSuperType() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
getSuperType() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
getTable() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
getTable() - Method in interface org.apache.metamodel.data.RowBuilder
Gets the table that this row builder pertains to.
getTable() - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
getTable() - Method in interface org.apache.metamodel.delete.RowDeletionBuilder
Gets the table that this delete statement pertains to.
getTable() - Method in class org.apache.metamodel.drop.AbstractTableDropBuilder
 
getTable() - Method in interface org.apache.metamodel.drop.TableDropBuilder
Gets the table that this drop statement pertains to
getTable() - Method in class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
getTable() - Method in class org.apache.metamodel.insert.InsertInto
 
getTable() - Method in interface org.apache.metamodel.insert.RowInsertionBuilder
Gets the table that this insert pertains to.
getTable() - Method in class org.apache.metamodel.query.FromItem
 
getTable(int) - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTable() - Method in interface org.apache.metamodel.schema.Column
Gets the table for which this column belong
getTable() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getTable() - Method in class org.apache.metamodel.schema.MutableColumn
 
getTable() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingContext
Gets the Table that the column is to pertain to.
getTable() - Method in class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
 
getTable(int) - Method in interface org.apache.metamodel.schema.Schema
Gets a table by index.
getTable() - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
getTable() - Method in interface org.apache.metamodel.update.RowUpdationBuilder
Gets the table that this update pertains to.
getTable() - Method in class org.apache.metamodel.update.Update
 
getTableBuilder(String) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
getTableByName(String) - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTableByName(String) - Method in interface org.apache.metamodel.schema.Schema
Convenience method for retrieving a table by it's name.
getTableByQualifiedLabel(String) - Method in class org.apache.metamodel.AbstractDataContext
Finds a table in the DataContext based on a fully qualified table label.
getTableByQualifiedLabel(String) - Method in interface org.apache.metamodel.DataContext
Finds a table in the DataContext based on a fully qualified table label.
getTableByQualifiedLabel(String) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getTableColumns(Table, Iterable<Column>) - Static method in class org.apache.metamodel.MetaModelHelper
Creates a subset array of columns, where only columns that are contained within the specified table are included.
getTableColumns(Table, Column[]) - Static method in class org.apache.metamodel.MetaModelHelper
Creates a subset array of columns, where only columns that are contained within the specified table are included.
getTableCount(TableType) - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTableCount() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTableCount() - Method in interface org.apache.metamodel.schema.Schema
Gets the number of tables that reside in this schema.
getTableCount(TableType) - Method in interface org.apache.metamodel.schema.Schema
Gets the number of tables in this Schema that comply to a given TableType.
getTableCreationInterceptors() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
getTableDefs() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getTableDefs() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getTableFromItems(Query) - Static method in class org.apache.metamodel.MetaModelHelper
Examines a query and extracts an array of FromItem's that refer (directly) to tables (hence Joined FromItems and SubQuery FromItems are traversed but not included).
getTableFromItems(FromItem) - Static method in class org.apache.metamodel.MetaModelHelper
 
getTableNames() - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTableNames() - Method in interface org.apache.metamodel.schema.Schema
Gets the names of the tables that reside in this Schema.
getTables(Collection<Table>, Iterable<Column>) - Static method in class org.apache.metamodel.MetaModelHelper
Creates an array of tables where all occurences of tables in the provided list of tables and columns are included
getTables(Iterable<Column>) - Static method in class org.apache.metamodel.MetaModelHelper
Converts a list of columns to a corresponding array of tables
getTables(Column[]) - Static method in class org.apache.metamodel.MetaModelHelper
 
getTables(TableType) - Method in class org.apache.metamodel.schema.AbstractSchema
 
getTables() - Method in class org.apache.metamodel.schema.CompositeSchema
 
getTables() - Method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
getTables() - Method in class org.apache.metamodel.schema.ImmutableSchema
 
getTables() - Method in class org.apache.metamodel.schema.MutableSchema
 
getTables() - Method in interface org.apache.metamodel.schema.Schema
Gets all tables in this Schema.
getTables(TableType) - Method in interface org.apache.metamodel.schema.Schema
Gets all tables in this Schema of a particular type.
getTableType(String) - Static method in enum org.apache.metamodel.schema.TableType
Tries to resolve a TableType based on an incoming string/literal.
getTableTypes() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getTableTypes() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getTempDir() - Static method in class org.apache.metamodel.util.FileHelper
 
getTimeBasedColumns() - Method in class org.apache.metamodel.schema.AbstractTable
 
getTimeBasedColumns() - Method in interface org.apache.metamodel.schema.Table
Gets all of this table's columns that are time and/or date based.
getTokens() - Method in class org.apache.metamodel.query.parser.QueryPartCollectionProcessor
 
getType() - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
Gets the "type" value for the DataContexts that this factory produces.
getType() - Method in class org.apache.metamodel.schema.AliasTable
 
getType() - Method in interface org.apache.metamodel.schema.Column
Gets the type of the column
getType() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
getType() - Method in class org.apache.metamodel.schema.MutableColumn
 
getType() - Method in class org.apache.metamodel.schema.MutableTable
 
getType() - Method in interface org.apache.metamodel.schema.Table
Gets the table type of this table.
getUiNumberFormat() - Static method in class org.apache.metamodel.util.FormatHelper
Creates a uniform number format which is similar to that of eg.
getUnmaterializedScalarFunctionSelectItems(Iterable<SelectItem>, DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
Gets select items with scalar functions that haven't already been materialized in a data set.
getUpdateCallback() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
getUpdateCallback() - Method in class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
getUpdatedRows() - Method in class org.apache.metamodel.DefaultUpdateSummary
 
getUpdatedRows() - Method in interface org.apache.metamodel.UpdateSummary
Gets the number of updated rows, or null if this number is unknown.
getUpdateSummary() - Method in class org.apache.metamodel.AbstractUpdateCallback
 
getUri() - Method in interface org.apache.metamodel.factory.ResourceProperties
 
getUri() - Method in class org.apache.metamodel.factory.ResourcePropertiesImpl
 
getUri() - Method in class org.apache.metamodel.factory.SimpleResourceProperties
 
getUri() - Method in class org.apache.metamodel.util.UrlResource
Gets the URI associated with this resource.
getUrl() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getUrl() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getUsername() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
getUsername() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
getUsername() - Method in interface org.apache.metamodel.factory.ResourceProperties
 
getUsername() - Method in class org.apache.metamodel.factory.ResourcePropertiesImpl
 
getUsername() - Method in class org.apache.metamodel.factory.SimpleResourceProperties
 
getValue(SelectItem) - Method in class org.apache.metamodel.data.AbstractRow
 
getValue(Column) - Method in class org.apache.metamodel.data.AbstractRow
 
getValue(int) - Method in class org.apache.metamodel.data.DefaultRow
 
getValue(SelectItem) - Method in interface org.apache.metamodel.data.Row
Gets the value of the provided SelectItem.
getValue(Column) - Method in interface org.apache.metamodel.data.Row
Shorthand method for getting the value of a SelectItem based on the provided column.
getValue(int) - Method in interface org.apache.metamodel.data.Row
Gets the value of the row at a given index
getValueAt(int, int) - Method in class org.apache.metamodel.data.DataSetTableModel
 
getValues() - Method in class org.apache.metamodel.data.AbstractRow
 
getValues() - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
getValues() - Method in class org.apache.metamodel.data.DefaultRow
 
getValues() - Method in class org.apache.metamodel.data.Document
Gets the values of the document.
getValues() - Method in interface org.apache.metamodel.data.Row
Gets the values of the row, represented as an object array
getWeekday(Date) - Static method in class org.apache.metamodel.util.DateUtils
 
getWhereClause() - Method in class org.apache.metamodel.query.Query
 
getWhereItems() - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
getWhereItems() - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.FilteredDataSet
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.FirstRowDataSet
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.MaxRowsDataSet
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.ScalarFunctionDataSet
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.SubSelectionDataSet
 
getWrappedDataSet() - Method in class org.apache.metamodel.data.UnionDataSet
 
getWrappedDataSet() - Method in interface org.apache.metamodel.data.WrappingDataSet
Gets the DataSet that is wrapped by this WrappingDataSet.
getWrappedSchema() - Method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
getWrappedSchema() - Method in interface org.apache.metamodel.schema.WrappingSchema
Gets the Schema that is wrapped by this WrappingSchema.
getWrappedTable() - Method in class org.apache.metamodel.schema.AliasTable
 
getWrappedTable() - Method in interface org.apache.metamodel.schema.WrappingTable
Gets the Table that is wrapped by this WrappingTable.
getWriter(File, String, boolean) - Static method in class org.apache.metamodel.util.FileHelper
 
getWriter(OutputStream, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getWriter(OutputStream, String, boolean) - Static method in class org.apache.metamodel.util.FileHelper
 
getWriter(File, String, boolean, boolean) - Static method in class org.apache.metamodel.util.FileHelper
 
getWriter(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
getWriter(File) - Static method in class org.apache.metamodel.util.FileHelper
 
getYear(Date) - Static method in class org.apache.metamodel.util.DateUtils
 
GREATER_THAN - Static variable in interface org.apache.metamodel.query.OperatorType
 
GREATER_THAN_OR_EQUAL - Static variable in interface org.apache.metamodel.query.OperatorType
 
greaterThan(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThan(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThan(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThan(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThan(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThan(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
greaterThan(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
greaterThan(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
greaterThan(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
greaterThan(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
greaterThan(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Greater than a query parameter.
greaterThanOrEquals(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThanOrEquals(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThanOrEquals(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThanOrEquals(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThanOrEquals(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
greaterThanOrEquals(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
greaterThanOrEquals(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
greaterThanOrEquals(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
greaterThanOrEquals(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
greaterThanOrEquals(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
groupBy(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
groupBy(String...) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
groupBy(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
groupBy(Column...) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
groupBy(String...) - Method in class org.apache.metamodel.query.Query
 
groupBy(GroupByItem...) - Method in class org.apache.metamodel.query.Query
 
groupBy(Column...) - Method in class org.apache.metamodel.query.Query
 
groupBy(List<Column>) - Method in class org.apache.metamodel.query.Query
 
GroupByClause - Class in org.apache.metamodel.query
Represents the GROUP BY clause of a query that contains GroupByItem's.
GroupByClause(Query) - Constructor for class org.apache.metamodel.query.GroupByClause
 
GroupByItem - Class in org.apache.metamodel.query
Represents a GROUP BY item.
GroupByItem(SelectItem) - Constructor for class org.apache.metamodel.query.GroupByItem
Constructs a GROUP BY item based on a select item that should be grouped.
GroupedQueryBuilder - Interface in org.apache.metamodel.query.builder
Represents a built query that has a GROUP BY clause.
gt(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gt(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gt(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gt(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gt(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gt(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
gt(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
gt(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
gt(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
gt(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than ...
gt(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Greater than a query parameter.
gte(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gte(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gte(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gte(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gte(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
gte(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
gte(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
gte(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
gte(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...
gte(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Greater than or equals...

H

hasFunction() - Method in class org.apache.metamodel.query.SelectItem
 
hashCode() - Method in class org.apache.metamodel.data.AbstractRow
 
hashCode() - Method in class org.apache.metamodel.data.DataSetTableModel
 
hashCode() - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
hashCode() - Method in class org.apache.metamodel.schema.AbstractColumn
 
hashCode() - Method in class org.apache.metamodel.schema.AbstractSchema
 
hashCode() - Method in class org.apache.metamodel.schema.AbstractTable
 
hashCode() - Method in class org.apache.metamodel.util.BaseObject
hashCode() - Method in class org.apache.metamodel.util.ConstantFunc
 
hashCode() - Method in class org.apache.metamodel.util.FalsePredicate
 
hashCode() - Method in class org.apache.metamodel.util.SerializableRef
 
hashCode() - Method in class org.apache.metamodel.util.SimpleTableDef
 
hashCode() - Method in class org.apache.metamodel.util.TruePredicate
 
HasName - Interface in org.apache.metamodel.util
Represents anything with a (String based) name.
HasNameMapper - Class in org.apache.metamodel.util
Useful Function for mapping HasName instances to names.
HasNameMapper() - Constructor for class org.apache.metamodel.util.HasNameMapper
 
hasNext() - Method in class org.apache.metamodel.data.DataSetIterator
 
HasReadTypeConverters - Interface in org.apache.metamodel.convert
Defines an interface for objects that are aware of TypeConverters, and know how to apply them to read operations (Queries or DataSets).
having(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.GroupedQueryBuilder
 
having(SelectItem) - Method in interface org.apache.metamodel.query.builder.GroupedQueryBuilder
 
having(String) - Method in interface org.apache.metamodel.query.builder.GroupedQueryBuilder
 
having(FilterItem...) - Method in class org.apache.metamodel.query.Query
 
having(FunctionType, Column, OperatorType, Object) - Method in class org.apache.metamodel.query.Query
 
having(Column, OperatorType, Object) - Method in class org.apache.metamodel.query.Query
 
having(String...) - Method in class org.apache.metamodel.query.Query
 
HavingBuilder - Interface in org.apache.metamodel.query.builder
Builder interface for having items.

I

ImmutableColumn - Class in org.apache.metamodel.schema
Immutable implementation of the Column interface.
ImmutableColumn(String, ColumnType, Table, int, Integer, String, Boolean, String, boolean, String, boolean) - Constructor for class org.apache.metamodel.schema.ImmutableColumn
Constructs a new ImmutableColumn.
ImmutableColumn(Column, Table) - Constructor for class org.apache.metamodel.schema.ImmutableColumn
Constructs an ImmutableColumn based on an existing column and a table.
ImmutableColumn(Column, ImmutableTable) - Constructor for class org.apache.metamodel.schema.ImmutableColumn
 
ImmutableRef<E> - Class in org.apache.metamodel.util
Simple/hard implementation of the Ref interface.
ImmutableRef(E) - Constructor for class org.apache.metamodel.util.ImmutableRef
 
ImmutableRelationship - Class in org.apache.metamodel.schema
 
ImmutableSchema - Class in org.apache.metamodel.schema
An immutable implementation of the Schema interface.
ImmutableSchema(Schema) - Constructor for class org.apache.metamodel.schema.ImmutableSchema
 
in(Collection<?>) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
in(Number...) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
in(String...) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
in(Collection<?>) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
In ...
in(Number...) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
In ...
in(String...) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
In ...
IN - Static variable in interface org.apache.metamodel.query.OperatorType
 
InclusionPredicate<E> - Class in org.apache.metamodel.util
A predicate that uses an inclusion list ("white list") of elements to determine whether to evaluate true or false.
InclusionPredicate(Collection<E>) - Constructor for class org.apache.metamodel.util.InclusionPredicate
 
InconsistentRowFormatException - Exception in org.apache.metamodel
Abstract exception type that represents exceptions that occur when reading a data format which contain formatting errors or inconsistencies in on or more rows.
InconsistentRowFormatException(Row, int) - Constructor for exception org.apache.metamodel.InconsistentRowFormatException
 
InconsistentRowFormatException(Row, int, Exception) - Constructor for exception org.apache.metamodel.InconsistentRowFormatException
 
indexesOf(String, int[]) - Method in class org.apache.metamodel.query.parser.QueryParser
Finds the start and end indexes of a string in the query.
indexOf(SelectItem) - Method in class org.apache.metamodel.data.AbstractDataSet
Finds the index of a given SelectItem
indexOf(SelectItem) - Method in class org.apache.metamodel.data.AbstractRow
 
indexOf(Column) - Method in class org.apache.metamodel.data.AbstractRow
 
indexOf(Column) - Method in class org.apache.metamodel.data.CachingDataSetHeader
 
indexOf(SelectItem) - Method in class org.apache.metamodel.data.CachingDataSetHeader
 
indexOf(SelectItem) - Method in interface org.apache.metamodel.data.DataSet
Finds the index of a given SelectItem
indexOf(SelectItem) - Method in interface org.apache.metamodel.data.DataSetHeader
 
indexOf(Column) - Method in interface org.apache.metamodel.data.DataSetHeader
 
indexOf(SelectItem) - Method in interface org.apache.metamodel.data.Row
Gets the index of a SelectItem in the row.
indexOf(Column) - Method in interface org.apache.metamodel.data.Row
Gets the index of a Column in the row.
indexOf(Column) - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
indexOf(SelectItem) - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
indexOf(E) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
indexOf(E) - Method in interface org.apache.metamodel.query.QueryClause
 
indexOf(String) - Method in class org.apache.metamodel.util.SimpleTableDef
Gets the index of a column name, or -1 if the column name does not exist
INET - Static variable in interface org.apache.metamodel.schema.ColumnType
 
InferentialColumnBuilder - Class in org.apache.metamodel.schema.builder
 
InferentialColumnBuilder(String) - Constructor for class org.apache.metamodel.schema.builder.InferentialColumnBuilder
 
InferentialSchemaBuilder - Class in org.apache.metamodel.schema.builder
 
InferentialSchemaBuilder(String) - Constructor for class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
InferentialTableBuilder - Class in org.apache.metamodel.schema.builder
Implementation of TableBuilder that
InferentialTableBuilder(String) - Constructor for class org.apache.metamodel.schema.builder.InferentialTableBuilder
 
INFORMATION_SCHEMA_NAME - Static variable in class org.apache.metamodel.QueryPostprocessDataContext
 
InitFromBuilder - Interface in org.apache.metamodel.query.builder
The initial interface used when building a query.
InitFromBuilderImpl - Class in org.apache.metamodel.query.builder
 
InitFromBuilderImpl(DataContext) - Constructor for class org.apache.metamodel.query.builder.InitFromBuilderImpl
 
InMemoryDataSet - Class in org.apache.metamodel.data
DataSet implementation based on in-memory data.
InMemoryDataSet(Row...) - Constructor for class org.apache.metamodel.data.InMemoryDataSet
 
InMemoryDataSet(List<Row>) - Constructor for class org.apache.metamodel.data.InMemoryDataSet
 
InMemoryDataSet(DataSetHeader, Row...) - Constructor for class org.apache.metamodel.data.InMemoryDataSet
 
InMemoryDataSet(DataSetHeader, List<Row>) - Constructor for class org.apache.metamodel.data.InMemoryDataSet
 
InMemoryResource - Class in org.apache.metamodel.util
An entirely in-memory kept Resource.
InMemoryResource(String) - Constructor for class org.apache.metamodel.util.InMemoryResource
Constructs a new InMemoryResource with a path/name
InMemoryResource(String, byte[], long) - Constructor for class org.apache.metamodel.util.InMemoryResource
Constructs a new InMemoryResource with a path/name and some initial contents.
InMemoryResourceFactory - Class in org.apache.metamodel.factory
 
InMemoryResourceFactory() - Constructor for class org.apache.metamodel.factory.InMemoryResourceFactory
 
innerJoin(Table) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
innerJoin(String) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
insertInto(String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
insertInto(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
InsertInto - Class in org.apache.metamodel.insert
Represents a single INSERT INTO operation to be applied to a UpdateableDataContext.
InsertInto(Table) - Constructor for class org.apache.metamodel.insert.InsertInto
 
insertInto(Table) - Method in interface org.apache.metamodel.insert.RowInsertable
Initiates the building of a row insertion operation.
insertInto(String) - Method in interface org.apache.metamodel.insert.RowInsertable
Initiates the building of a row insertion operation.
insertInto(String, String) - Method in interface org.apache.metamodel.insert.RowInsertable
Initiates the building of a row insertion operation.
INTEGER - Static variable in interface org.apache.metamodel.schema.ColumnType
 
INTEGER - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
intercept(DataSet) - Method in class org.apache.metamodel.convert.ConvertedDataSetInterceptor
 
intercept(RowInsertionBuilder) - Method in class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
 
intercept(RowUpdationBuilder) - Method in class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
 
intercept(E) - Method in interface org.apache.metamodel.intercept.Interceptor
Interception method invoked by MetaModel when the intercepted object is being activated.
intercept(DataContext) - Static method in class org.apache.metamodel.intercept.Interceptors
 
InterceptableDataContext - Class in org.apache.metamodel.intercept
 
InterceptableDataContext(DataContext) - Constructor for class org.apache.metamodel.intercept.InterceptableDataContext
 
interceptAll(E) - Method in class org.apache.metamodel.intercept.InterceptorList
 
Interceptor<E> - Interface in org.apache.metamodel.intercept
Defines a high-level interface for interceptors in MetaModel.
InterceptorList<E> - Class in org.apache.metamodel.intercept
Represents a list of interceptors
InterceptorList() - Constructor for class org.apache.metamodel.intercept.InterceptorList
 
Interceptors - Class in org.apache.metamodel.intercept
 
InterfaceStability - Class in org.apache.metamodel.annotations
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class org.apache.metamodel.annotations.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in org.apache.metamodel.annotations
Compatibility may be broken at minor release (i.e.
InterfaceStability.Stable - Annotation Type in org.apache.metamodel.annotations
Compatibility is maintained in minor and patch releases.
InterfaceStability.Unstable - Annotation Type in org.apache.metamodel.annotations
No guarantee is provided as to reliability, availability or stability across any level of release granularity.
invokable(DataContext) - Method in class org.apache.metamodel.query.Query
 
InvokableQuery - Interface in org.apache.metamodel.query
Represents a Query or query-builder object that's aware of it's DataContext and is ready to execute or compile.
IRowFilter - Interface in org.apache.metamodel.data
A filter that is executed client-side because filter criteria are either more dynamic than the Query-functionality offer or because it cannot be expressed using datastore-neutral queries.
isAscending() - Method in class org.apache.metamodel.query.OrderByItem
 
isBinary() - Method in interface org.apache.metamodel.schema.ColumnType
 
isBinary() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isBinary() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
isBold() - Method in interface org.apache.metamodel.data.Style
Determines whether or not the value is written in bold text.
isBold() - Method in class org.apache.metamodel.data.StyleImpl
 
isBoolean() - Method in interface org.apache.metamodel.schema.ColumnType
 
isBoolean() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isBoolean(Object) - Static method in class org.apache.metamodel.util.BooleanComparator
 
isBoolean() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
isColumnReferenced(Column) - Method in class org.apache.metamodel.query.FilterClause
Traverses the items and evaluates whether or not the given column is referenced in either of them.
isCompoundFilter() - Method in class org.apache.metamodel.query.FilterItem
Determines whether this FilterItem is a compound filter or not (ie.
isCountAllItem(SelectItem) - Static method in class org.apache.metamodel.query.SelectItem
 
isCreateTableSupported() - Method in class org.apache.metamodel.AbstractUpdateCallback
 
isCreateTableSupported() - Method in interface org.apache.metamodel.create.TableCreatable
Determines whether table creation is supported
isDeleteSupported() - Method in interface org.apache.metamodel.delete.RowDeletable
Determines whether row delete is supported
isDescending() - Method in class org.apache.metamodel.query.OrderByItem
 
isDistinct() - Method in class org.apache.metamodel.query.SelectClause
 
isDropTableSupported() - Method in interface org.apache.metamodel.drop.TableDroppable
Determines whether table drop is supported
isEmpty() - Method in class org.apache.metamodel.intercept.InterceptorList
 
isEmpty() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
isEmpty() - Method in interface org.apache.metamodel.query.QueryClause
 
isEquals(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(Boolean) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isEquals(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(Boolean) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Equal to ...
isEquals(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Equals to a query parameter.
isEquals() - Method in class org.apache.metamodel.util.EqualsBuilder
 
isExists() - Method in class org.apache.metamodel.util.ClasspathResource
 
isExists() - Method in class org.apache.metamodel.util.FileResource
 
isExists() - Method in class org.apache.metamodel.util.InMemoryResource
 
isExists() - Method in interface org.apache.metamodel.util.Resource
Determines if the resource referenced by this object exists or not.
isExists() - Method in class org.apache.metamodel.util.UrlResource
 
isFailOnInconsistentRowLength() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
isFailOnInconsistentRowLength() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
isFetched() - Method in class org.apache.metamodel.util.LazyRef
Gets whether the lazy loaded reference has been loaded or not.
isFunctionApproximationAllowed() - Method in class org.apache.metamodel.query.SelectItem
 
isIndexed() - Method in interface org.apache.metamodel.schema.Column
Determines if this column is indexed.
isIndexed() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
isIndexed() - Method in class org.apache.metamodel.schema.MutableColumn
 
isInformationSchema(Schema) - Static method in class org.apache.metamodel.MetaModelHelper
Determines if a schema is an information schema
isInformationSchema(String) - Static method in class org.apache.metamodel.MetaModelHelper
Determines if a schema name is the name of an information schema
isInsertSupported() - Method in class org.apache.metamodel.AbstractUpdateCallback
 
isInsertSupported() - Method in interface org.apache.metamodel.insert.RowInsertable
Determines whether row insertion is supported
isIntegerType(Number) - Static method in class org.apache.metamodel.util.NumberComparator
Determines if a particular number is an integer-type number such as Byte, Short, Integer, Long, AtomicInteger or AtomicLong.
isItalic() - Method in interface org.apache.metamodel.data.Style
Determines whether or not the value is written in italic text.
isItalic() - Method in class org.apache.metamodel.data.StyleImpl
 
isLargeObject() - Method in interface org.apache.metamodel.schema.ColumnType
 
isLargeObject() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isLargeObject() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
isLiteral() - Method in interface org.apache.metamodel.schema.ColumnType
 
isLiteral() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isLiteral() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
isMainSchemaTable(Table) - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
isMaterialized() - Method in enum org.apache.metamodel.schema.TableType
 
isMultilineValuesEnabled() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
isMultilineValuesEnabled() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
isNotNull() - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isNotNull() - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Is not null
isNull() - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
isNull() - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not null
isNullable() - Method in interface org.apache.metamodel.schema.Column
Determines whether or not this column accepts null values.
isNullable() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
isNullable() - Method in class org.apache.metamodel.schema.MutableColumn
 
isNullOrEmpty(E[]) - Static method in class org.apache.metamodel.util.CollectionUtils
 
isNullOrEmpty(Collection<?>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
isNumber() - Method in interface org.apache.metamodel.schema.ColumnType
 
isNumber() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isNumber() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
ISO_8859_1_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
 
isPrimaryKey() - Method in interface org.apache.metamodel.schema.Column
Determines if this column is (one of) the primary key(s) of its table.
isPrimaryKey() - Method in class org.apache.metamodel.schema.ImmutableColumn
 
isPrimaryKey() - Method in class org.apache.metamodel.schema.MutableColumn
 
isQualifiedPathDelim(char) - Method in class org.apache.metamodel.AbstractDataContext
 
isReadOnly() - Method in class org.apache.metamodel.util.ClasspathResource
 
isReadOnly() - Method in class org.apache.metamodel.util.FileResource
 
isReadOnly() - Method in class org.apache.metamodel.util.InMemoryResource
 
isReadOnly() - Method in interface org.apache.metamodel.util.Resource
Determines if the file is read only, or if writes are also possible.
isReadOnly() - Method in class org.apache.metamodel.util.UrlResource
 
isReferenced(Column) - Method in class org.apache.metamodel.query.FilterItem
 
isReferenced(Column) - Method in class org.apache.metamodel.query.SelectItem
Investigates whether or not this SelectItem references a particular column.
isScalarFunctionMaterialized(ScalarFunction) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Determines if the subclass of this class can materialize SelectItems with the given ScalarFunction.
isSerializing() - Method in class org.apache.metamodel.util.SerializableRef
 
isSet(Column) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
isSet(Column) - Method in interface org.apache.metamodel.data.RowBuilder
Determines if a column's value has been explicitly specified or not.
isSkipEmptyColumns() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
isSkipEmptyColumns() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
isSkipEmptyLines() - Method in interface org.apache.metamodel.factory.DataContextProperties
 
isSkipEmptyLines() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
isSpaceDelimited() - Method in interface org.apache.metamodel.query.OperatorType
Determines if this operator requires a space delimitor.
isSpaceDelimited() - Method in class org.apache.metamodel.query.OperatorTypeImpl
 
isSpaceDelimited() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyOperatorType
 
isTimeBased() - Method in interface org.apache.metamodel.schema.ColumnType
 
isTimeBased() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
isTimeBased() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
 
isTimeBased(Object) - Static method in class org.apache.metamodel.util.TimeComparator
 
isTruncateTableOperation() - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
Convenience method to tell subclasses if the delete operation represents a full table truncate operation.
isUnderline() - Method in interface org.apache.metamodel.data.Style
Determines whether or not the value is written with an underline
isUnderline() - Method in class org.apache.metamodel.data.StyleImpl
 
isUpdateSupported() - Method in class org.apache.metamodel.AbstractUpdateCallback
 
isUpdateSupported() - Method in interface org.apache.metamodel.update.RowUpdateable
Determines whether row update is supported
italic() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the font style to italic
iterator() - Method in class org.apache.metamodel.data.AbstractDataSet
Converts the DataSet into an Iterator.
iterator() - Method in interface org.apache.metamodel.data.DataSet
Converts the DataSet into an Iterator.

J

JAVA_OBJECT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
JAVA_OBJECT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
JAVA_SUBSTRING - Static variable in interface org.apache.metamodel.query.FunctionType
 
JdbcTypes - Class in org.apache.metamodel.schema
This is a copy of the content (comments removed) of Java 6.0's java.sql.Types.
JoinFromBuilder - Interface in org.apache.metamodel.query.builder
 
JoinType - Enum in org.apache.metamodel.query
Represents a join type, used in a FromItem.
justifyAligned() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the text alignment to justify

L

LAST - Static variable in interface org.apache.metamodel.query.FunctionType
 
LastAggregateBuilder - Class in org.apache.metamodel.query
 
LastAggregateBuilder() - Constructor for class org.apache.metamodel.query.LastAggregateBuilder
 
LastAggregateFunction - Class in org.apache.metamodel.query
 
LastAggregateFunction() - Constructor for class org.apache.metamodel.query.LastAggregateFunction
 
LazyDocumentSource - Class in org.apache.metamodel.schema.builder
A DocumentSource that is lazy loaded.
LazyDocumentSource(LazyRef<DocumentSource>) - Constructor for class org.apache.metamodel.schema.builder.LazyDocumentSource
 
LazyRef<E> - Class in org.apache.metamodel.util
Represents a lazy loaded reference.
LazyRef() - Constructor for class org.apache.metamodel.util.LazyRef
 
leftAligned() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the text alignment to left
leftJoin(Table) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
leftJoin(String) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
LegacyDeserializationObjectInputStream - Class in org.apache.metamodel.util
A specialized ObjectInputStream for MetaModel which can be used or extended if it is needed to deserialize legacy MetaModel objects.
LegacyDeserializationObjectInputStream(InputStream) - Constructor for class org.apache.metamodel.util.LegacyDeserializationObjectInputStream
 
LegacyDeserializationObjectInputStream.LegacyColumnType - Enum in org.apache.metamodel.util
Implementation of the new ColumnType interface which still adheres to the constant/enum values of the old ColumnType definition.
LegacyDeserializationObjectInputStream.LegacyFunctionType - Enum in org.apache.metamodel.util
Implementation of the new FunctionType and AggregateFunction interfaces which still adheres to the constant/enum values of the old FunctionType definition.
LegacyDeserializationObjectInputStream.LegacyOperatorType - Enum in org.apache.metamodel.util
Implementation of the new OperatorType interface which still adheres to the constant/enum values of the old OperatorType definition.
LESS_THAN - Static variable in interface org.apache.metamodel.query.OperatorType
 
LESS_THAN_OR_EQUAL - Static variable in interface org.apache.metamodel.query.OperatorType
 
lessThan(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThan(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThan(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThan(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThan(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThan(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lessThan(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lessThan(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lessThan(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lessThan(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lessThan(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Less than a query parameter.
lessThanOrEquals(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThanOrEquals(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThanOrEquals(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThanOrEquals(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThanOrEquals(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lessThanOrEquals(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lessThanOrEquals(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lessThanOrEquals(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lessThanOrEquals(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lessThanOrEquals(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
like(Table) - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
like(Column) - Method in interface org.apache.metamodel.create.ColumnBuilder
Builds several properties of a column, based on another Column object as a prototype.
like(Table) - Method in interface org.apache.metamodel.create.TableCreationBuilder
Builds this table's columns based on another Table which will be used as a prototype.
like(Row) - Method in class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
like(Row) - Method in interface org.apache.metamodel.insert.RowInsertionBuilder
Sets all values like the provided row (for easy duplication of a row).
like(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
like(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Like ...
like(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Like a query parameter.
LIKE - Static variable in interface org.apache.metamodel.query.OperatorType
 
limit(int) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Sets the limit (aka.
LIST - Static variable in interface org.apache.metamodel.schema.ColumnType
 
logger - Static variable in class org.apache.metamodel.schema.ColumnTypeImpl
 
LogicalOperator - Enum in org.apache.metamodel.query
Represents a logical operator (AND or OR) to use when defining compound FilterItems.
LONGNVARCHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
LONGNVARCHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
LONGVARBINARY - Static variable in interface org.apache.metamodel.schema.ColumnType
 
LONGVARBINARY - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
LONGVARCHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
LONGVARCHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
lt(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lt(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lt(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lt(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lt(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lt(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lt(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lt(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lt(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lt(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than ...
lt(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Less than a query parameter.
lte(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lte(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lte(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lte(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lte(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
lte(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lte(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lte(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lte(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...
lte(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Less than or equals...

M

makeDeletesUnknown() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
makeGeneratedKeysUnknown() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
makeInsertsUnknown() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
makeUpdatesUnknown() - Method in class org.apache.metamodel.UpdateSummaryBuilder
 
MAP - Static variable in interface org.apache.metamodel.schema.ColumnType
 
map(I[], Function<? super I, O>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
map(Iterable<I>, Function<? super I, O>) - Static method in class org.apache.metamodel.util.CollectionUtils
 
MAP_VALUE - Static variable in interface org.apache.metamodel.query.FunctionType
 
MapValueFunction - Class in org.apache.metamodel.query
Represents a function that retrieves a value from within a column of type ColumnType.MAP or similar.
MapValueFunction() - Constructor for class org.apache.metamodel.query.MapValueFunction
 
markSupported() - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
matches(String) - Method in class org.apache.metamodel.util.WildcardPattern
 
materializeFromItem(FromItem, List<SelectItem>) - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
materializeMainSchemaTable(Table, List<SelectItem>, List<FilterItem>, int, int) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Execute a simple one-table query against a table in the main schema of the subclasses of this class.
materializeMainSchemaTable(Table, List<Column>, int, int) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Executes a simple one-table query against a table in the main schema of the subclasses of this class.
materializeMainSchemaTable(Table, List<Column>, int) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Executes a simple one-table query against a table in the main schema of the subclasses of this class.
materializeMainSchemaTableSelect(Table, List<SelectItem>, int, int) - Method in class org.apache.metamodel.QueryPostprocessDataContext
Executes a simple one-table query against a table in the main schema of the subclasses of this class.
materializeTable(Table, List<SelectItem>, List<FilterItem>, int, int) - Method in class org.apache.metamodel.QueryPostprocessDataContext
 
MAX - Static variable in interface org.apache.metamodel.query.FunctionType
 
MaxAggregateFunction - Class in org.apache.metamodel.query
 
MaxAggregateFunction() - Constructor for class org.apache.metamodel.query.MaxAggregateFunction
 
maxRows(int) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Sets the max rows (aka.
MaxRowsDataSet - Class in org.apache.metamodel.data
Wraps another DataSet and enforces a maximum number of rows constraint
MaxRowsDataSet(DataSet, int) - Constructor for class org.apache.metamodel.data.MaxRowsDataSet
 
MaxRowsDocumentSource - Class in org.apache.metamodel.data
A DocumentSource that has a max rows condition on it, that will make it stop serving documents after a certain limit.
MaxRowsDocumentSource(DocumentSource, int) - Constructor for class org.apache.metamodel.data.MaxRowsDocumentSource
 
MetaModelException - Exception in org.apache.metamodel
Unchecked exception used to signal errors occuring in MetaModel.
MetaModelException(String, Exception) - Constructor for exception org.apache.metamodel.MetaModelException
 
MetaModelException(String) - Constructor for exception org.apache.metamodel.MetaModelException
 
MetaModelException(Exception) - Constructor for exception org.apache.metamodel.MetaModelException
 
MetaModelException() - Constructor for exception org.apache.metamodel.MetaModelException
 
MetaModelHelper - Class in org.apache.metamodel
This class contains various helper functionality to common tasks in MetaModel, eg.: Easy-access for traversing common schema items Manipulate data in memory.
MILLISECONDS_PER_DAY - Static variable in class org.apache.metamodel.util.DateUtils
 
MILLISECONDS_PER_HOUR - Static variable in class org.apache.metamodel.util.DateUtils
 
MILLISECONDS_PER_MINUTE - Static variable in class org.apache.metamodel.util.DateUtils
 
MILLISECONDS_PER_SECOND - Static variable in class org.apache.metamodel.util.DateUtils
 
MIN - Static variable in interface org.apache.metamodel.query.FunctionType
 
MinAggregateFunction - Class in org.apache.metamodel.query
 
MinAggregateFunction() - Constructor for class org.apache.metamodel.query.MinAggregateFunction
 
Month - Enum in org.apache.metamodel.util
Provides a handy and type-safe enum around the months otherwise defined as int constants in java.util.Calendar.
MultipleSelectItemsParsedException(FromItem) - Constructor for exception org.apache.metamodel.query.parser.SelectItemParser.MultipleSelectItemsParsedException
 
MultiTableInferentialSchemaBuilder - Class in org.apache.metamodel.schema.builder
InferentialSchemaBuilder that produces multiple tables based on a discriminator column - a column that contains the table name.
MultiTableInferentialSchemaBuilder(Resource) - Constructor for class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
MultiTableInferentialSchemaBuilder(Resource, String) - Constructor for class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
MultiTableInferentialSchemaBuilder(String) - Constructor for class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
MultiTableInferentialSchemaBuilder(String, String) - Constructor for class org.apache.metamodel.schema.builder.MultiTableInferentialSchemaBuilder
 
MutableColumn - Class in org.apache.metamodel.schema
Represents a column and it's metadata description.
MutableColumn() - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String, ColumnType) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String, ColumnType, Table) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String, ColumnType, Table, int, Boolean) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String, ColumnType, Table, int, Integer, String, Boolean, String, boolean, String) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableColumn(String, Table) - Constructor for class org.apache.metamodel.schema.MutableColumn
 
MutableRef<E> - Class in org.apache.metamodel.util
Represents a mutable reference to any object
MutableRef() - Constructor for class org.apache.metamodel.util.MutableRef
 
MutableRef(E) - Constructor for class org.apache.metamodel.util.MutableRef
 
MutableRelationship - Class in org.apache.metamodel.schema
Immutable implementation of the Relationship interface.
MutableSchema - Class in org.apache.metamodel.schema
Represents a schema and it's metadata.
MutableSchema() - Constructor for class org.apache.metamodel.schema.MutableSchema
 
MutableSchema(String) - Constructor for class org.apache.metamodel.schema.MutableSchema
 
MutableSchema(String, Table...) - Constructor for class org.apache.metamodel.schema.MutableSchema
 
MutableTable - Class in org.apache.metamodel.schema
Represents the metadata about a table.
MutableTable() - Constructor for class org.apache.metamodel.schema.MutableTable
 
MutableTable(String) - Constructor for class org.apache.metamodel.schema.MutableTable
 
MutableTable(String, TableType) - Constructor for class org.apache.metamodel.schema.MutableTable
 
MutableTable(String, TableType, Schema) - Constructor for class org.apache.metamodel.schema.MutableTable
 
MutableTable(String, TableType, Schema, Column...) - Constructor for class org.apache.metamodel.schema.MutableTable
 
MutableTable(String, Schema) - Constructor for class org.apache.metamodel.schema.MutableTable
 

N

NamedStructure - Interface in org.apache.metamodel.schema
Super-interface for named structural types in a DataContext.
NCHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NCHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
NCLOB - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NCLOB - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
ne(Boolean) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(Column) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(Date) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(Number) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(Object) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
ne(Column) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(Date) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(Number) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(Boolean) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(Object) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not equal to ...
ne(QueryParameter) - Method in interface org.apache.metamodel.query.builder.WhereBuilder
Not equals to a query parameter.
nestedLoopJoin(DataSet, DataSet, Iterable<FilterItem>) - Static method in class org.apache.metamodel.MetaModelHelper
Executes a simple nested loop join.
next() - Method in interface org.apache.metamodel.data.DataSet
Moves forward to the next row.
next() - Method in class org.apache.metamodel.data.DataSetIterator
 
next() - Method in interface org.apache.metamodel.data.DocumentSource
Gets the next sample from the source, or returns null if there are no more documents available.
next() - Method in class org.apache.metamodel.data.DocumentSourceDataSet
 
next() - Method in class org.apache.metamodel.data.EmptyDataSet
 
next() - Method in class org.apache.metamodel.data.FilteredDataSet
 
next() - Method in class org.apache.metamodel.data.FirstRowDataSet
 
next() - Method in class org.apache.metamodel.data.InMemoryDataSet
 
next() - Method in class org.apache.metamodel.data.MaxRowsDataSet
 
next() - Method in class org.apache.metamodel.data.MaxRowsDocumentSource
 
next() - Method in class org.apache.metamodel.data.RowPublisherDataSet
 
next() - Method in class org.apache.metamodel.data.ScalarFunctionDataSet
 
next() - Method in class org.apache.metamodel.data.SubSelectionDataSet
 
next() - Method in class org.apache.metamodel.data.UnionDataSet
 
next() - Method in class org.apache.metamodel.schema.builder.LazyDocumentSource
 
next() - Method in class org.apache.metamodel.util.AlphabeticSequence
Iterates to the next value and returns it.
next() - Method in enum org.apache.metamodel.util.Month
 
next() - Method in enum org.apache.metamodel.util.Weekday
 
NO_STYLE - Static variable in interface org.apache.metamodel.data.Style
A style object used for values without styling, "unstyled" values or "neutrally styled" values.
NOT_IN - Static variable in interface org.apache.metamodel.query.OperatorType
 
NOT_LIKE - Static variable in interface org.apache.metamodel.query.OperatorType
 
notIn(Collection<?>) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
notIn(Number...) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
notIn(String...) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
notIn(Collection<?>) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not in ...
notIn(Number...) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not in ...
notIn(String...) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not in ...
notLike(String) - Method in class org.apache.metamodel.query.builder.AbstractFilterBuilder
 
notLike(String) - Method in interface org.apache.metamodel.query.builder.FilterBuilder
Not like ...
NULL - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NULL - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
nullable(boolean) - Method in interface org.apache.metamodel.create.ColumnBuilder
Defines if the created column should be nullable or not.
NUMBER - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NumberComparator - Class in org.apache.metamodel.util
Comparator that can compare numbers of various kinds (short, integer, float, double etc)
NUMERIC - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NUMERIC - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
NVARCHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
NVARCHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 

O

ObjectComparator - Class in org.apache.metamodel.util
General purpose comparator to use for objects of various kinds.
of(E) - Static method in class org.apache.metamodel.util.ImmutableRef
 
ofDataSets(DataSetHeader, Collection<DataSet>) - Static method in class org.apache.metamodel.data.UnionDataSet
 
offerDocumentSource(DocumentSource) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
offerSource(DocumentSource) - Method in class org.apache.metamodel.schema.builder.InferentialTableBuilder
 
offerSource(DocumentSource) - Method in interface org.apache.metamodel.schema.builder.TableBuilder
Offers a DocumentSource to the TableBuilder.
offerSources(DocumentSourceProvider) - Method in class org.apache.metamodel.schema.builder.InferentialSchemaBuilder
 
offerSources(DocumentSourceProvider) - Method in interface org.apache.metamodel.schema.builder.SchemaBuilder
offerSources(DocumentSourceProvider) - Method in class org.apache.metamodel.schema.builder.SimpleTableDefSchemaBuilder
 
offerSources(DocumentSourceProvider) - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
offerSources(DocumentSourceProvider) - Method in class org.apache.metamodel.schema.builder.SingleTableInferentialSchemaBuilder
 
offset(int) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Sets the offset (number of rows to skip) of the query that is being built.
ofNativeType(String) - Method in interface org.apache.metamodel.create.ColumnBuilder
Defines the native type of the created column (useful especially for SQL based DataContexts).
ofQueries(DataSetHeader, Collection<InvokableQuery>) - Static method in class org.apache.metamodel.data.UnionDataSet
 
ofSize(int) - Method in interface org.apache.metamodel.create.ColumnBuilder
Defines the size of the created column.
ofType(ColumnType) - Method in interface org.apache.metamodel.create.ColumnBuilder
Defines the ColumnType of the created column.
on(Column, Column) - Method in interface org.apache.metamodel.query.builder.JoinFromBuilder
 
on(String, String) - Method in interface org.apache.metamodel.query.builder.JoinFromBuilder
 
onSchemaCacheRefreshed() - Method in class org.apache.metamodel.AbstractDataContext
Method invoked when schemas have been refreshed using AbstractDataContext.refreshSchemas().
OperatorType - Interface in org.apache.metamodel.query
Defines the types of operators that can be used in filters.
OperatorTypeImpl - Class in org.apache.metamodel.query
Simple implementation of OperatorType
OperatorTypeImpl(String, boolean) - Constructor for class org.apache.metamodel.query.OperatorTypeImpl
 
or(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedHavingBuilder
 
or(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedWhereBuilder
 
or(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedWhereBuilder
 
orderBy(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.GroupedQueryBuilder
 
orderBy(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
orderBy(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
orderBy(OrderByItem...) - Method in class org.apache.metamodel.query.Query
 
orderBy(String...) - Method in class org.apache.metamodel.query.Query
 
orderBy(Column) - Method in class org.apache.metamodel.query.Query
 
orderBy(Column, OrderByItem.Direction) - Method in class org.apache.metamodel.query.Query
 
OrderByClause - Class in org.apache.metamodel.query
Represents the ORDER BY clause of a query containing OrderByItem's.
OrderByClause(Query) - Constructor for class org.apache.metamodel.query.OrderByClause
 
OrderByItem - Class in org.apache.metamodel.query
Represents an ORDER BY item.
OrderByItem(SelectItem, OrderByItem.Direction) - Constructor for class org.apache.metamodel.query.OrderByItem
Creates an OrderByItem
OrderByItem(SelectItem) - Constructor for class org.apache.metamodel.query.OrderByItem
Creates an ascending OrderByItem
OrderByItem.Direction - Enum in org.apache.metamodel.query
 
org.apache.metamodel - package org.apache.metamodel
Root package for MetaModel
org.apache.metamodel.annotations - package org.apache.metamodel.annotations
 
org.apache.metamodel.convert - package org.apache.metamodel.convert
DataContext decorator for implicit conversion of value types after querying and before insertion.
org.apache.metamodel.create - package org.apache.metamodel.create
API for creating tables
org.apache.metamodel.data - package org.apache.metamodel.data
API for data sets
org.apache.metamodel.delete - package org.apache.metamodel.delete
API for deleting rows
org.apache.metamodel.drop - package org.apache.metamodel.drop
API for dropping tables
org.apache.metamodel.factory - package org.apache.metamodel.factory
 
org.apache.metamodel.insert - package org.apache.metamodel.insert
API for inserting rows
org.apache.metamodel.intercept - package org.apache.metamodel.intercept
 
org.apache.metamodel.query - package org.apache.metamodel.query
API for querying
org.apache.metamodel.query.builder - package org.apache.metamodel.query.builder
API for query building
org.apache.metamodel.query.parser - package org.apache.metamodel.query.parser
 
org.apache.metamodel.schema - package org.apache.metamodel.schema
API for schema structure
org.apache.metamodel.schema.builder - package org.apache.metamodel.schema.builder
API for schema building.
org.apache.metamodel.schema.naming - package org.apache.metamodel.schema.naming
 
org.apache.metamodel.update - package org.apache.metamodel.update
API for updating rows
org.apache.metamodel.util - package org.apache.metamodel.util
Utilities and convenient classes
OTHER - Static variable in interface org.apache.metamodel.schema.ColumnType
 
OTHER - Static variable in class org.apache.metamodel.schema.JdbcTypes
 

P

parse() - Method in class org.apache.metamodel.query.parser.QueryParser
 
parse(String, String) - Method in class org.apache.metamodel.query.parser.QueryPartCollectionProcessor
 
parse() - Method in class org.apache.metamodel.query.parser.QueryPartParser
 
parse(String, String) - Method in interface org.apache.metamodel.query.parser.QueryPartProcessor
Method invoked whenever the QueryPartParser identifies a token.
parse(String, String) - Method in class org.apache.metamodel.query.parser.SelectItemParser
 
parseBoolean(String) - Static method in class org.apache.metamodel.util.BooleanComparator
Parses a string and returns a boolean representation of it.
parseQuery(String) - Method in class org.apache.metamodel.AbstractDataContext
Parses a string-based SQL query and produces a corresponding Query object.
parseQuery(String) - Method in interface org.apache.metamodel.DataContext
Parses a string-based SQL query and produces a corresponding Query object.
parseQuery(String) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
parseQuery(DataContext, String) - Static method in class org.apache.metamodel.MetaModelHelper
 
parseSqlTime(ColumnType, String) - Static method in class org.apache.metamodel.util.FormatHelper
Parses a SQL string representation of a time based value
parseTableDef(String) - Static method in class org.apache.metamodel.util.SimpleTableDefParser
Parses a single table definition
parseTableDefs(String) - Static method in class org.apache.metamodel.util.SimpleTableDefParser
Parses an array of table definitions.
Predicate<E> - Interface in org.apache.metamodel.util
Deprecated.
use Predicate instead
PREFIX_FROM - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
PREFIX_GROUP_BY - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
PREFIX_HAVING - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
PREFIX_ORDER_BY - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
PREFIX_SELECT - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
PREFIX_WHERE - Static variable in class org.apache.metamodel.query.AbstractQueryClause
 
previous() - Method in enum org.apache.metamodel.util.Month
 
previous() - Method in enum org.apache.metamodel.util.Weekday
 
PROPERTY_CATALOG_NAME - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_COLUMN_NAME_LINE_NUMBER - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_DATA_CONTEXT_TYPE - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_DATA_SOURCE - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_DATABASE - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_DRIVER_CLASS - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_ENCODING - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_ESCAPE_CHAR - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_HOSTNAME - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_IS_FAIL_ON_INCONSISTENT_ROW_LENGTH - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_IS_MULTILINE_VALUES_ENABLED - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_PASSWORD - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_PORT - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_QUOTE_CHAR - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_RESOURCE_PROPERTIES - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_SEPARATOR_CHAR - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_SKIP_EMPTY_COLUMNS - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_SKIP_EMPTY_LINES - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_TABLE_DEFS - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_TABLE_TYPES - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_URL - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
PROPERTY_USERNAME - Static variable in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
publish(Row) - Method in interface org.apache.metamodel.data.RowPublisher
Publishes a row
publish(Object[]) - Method in interface org.apache.metamodel.data.RowPublisher
Publishes a row, represented by an array of values.
publish(Object[], Style[]) - Method in interface org.apache.metamodel.data.RowPublisher
Publishes a row, represented by an array of values and an array of styles.
put(String, Object) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 

Q

query() - Method in class org.apache.metamodel.AbstractDataContext
Starts building a query using the query builder API.
query() - Method in interface org.apache.metamodel.DataContext
Starts building a query using the query builder API.
query() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
Query - Class in org.apache.metamodel.query
Represents a query to retrieve data by.
Query() - Constructor for class org.apache.metamodel.query.Query
 
QueryClause<E> - Interface in org.apache.metamodel.query
 
QueryInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for Queries, allowing to touch or modify a query before execution.
QueryItem - Interface in org.apache.metamodel.query
Interface for items in a query.
QueryParameter - Class in org.apache.metamodel.query
Represents a query parameter, in SQL represented with a '?' symbol.
QueryParameter() - Constructor for class org.apache.metamodel.query.QueryParameter
 
QueryParser - Class in org.apache.metamodel.query.parser
A parser class of for full SQL-like queries.
QueryParser(DataContext, String) - Constructor for class org.apache.metamodel.query.parser.QueryParser
 
QueryParserException - Exception in org.apache.metamodel.query.parser
Subtype of MetaModelException which indicate a problem in parsing a query passed to the QueryParser.
QueryParserException() - Constructor for exception org.apache.metamodel.query.parser.QueryParserException
 
QueryParserException(Exception) - Constructor for exception org.apache.metamodel.query.parser.QueryParserException
 
QueryParserException(String, Exception) - Constructor for exception org.apache.metamodel.query.parser.QueryParserException
 
QueryParserException(String) - Constructor for exception org.apache.metamodel.query.parser.QueryParserException
 
QueryPartCollectionProcessor - Class in org.apache.metamodel.query.parser
Simple implementation of QueryPartProcessor which simply adds all elements to a collection.
QueryPartCollectionProcessor() - Constructor for class org.apache.metamodel.query.parser.QueryPartCollectionProcessor
 
QueryPartParser - Class in org.apache.metamodel.query.parser
Parser of query parts.
QueryPartParser(QueryPartProcessor, String, String...) - Constructor for class org.apache.metamodel.query.parser.QueryPartParser
 
QueryPartProcessor - Interface in org.apache.metamodel.query.parser
Callback of the QueryPartParser, which recieves notifications whenever a token is identified/parsed.
QueryPostprocessDataContext - Class in org.apache.metamodel
Abstract DataContext for data sources that do not support SQL queries natively.
QueryPostprocessDataContext() - Constructor for class org.apache.metamodel.QueryPostprocessDataContext
 
QueryPostprocessDataContext(boolean) - Constructor for class org.apache.metamodel.QueryPostprocessDataContext
 
QueryPostprocessDelegate - Class in org.apache.metamodel
A simple subclass of QueryPostprocessDataContext which provides less implementation fuzz when custom querying features (like composite datacontexts or type conversion) is needed.
QueryPostprocessDelegate() - Constructor for class org.apache.metamodel.QueryPostprocessDelegate
 

R

RANDOM - Static variable in interface org.apache.metamodel.query.FunctionType
 
RandomAggregateBuilder - Class in org.apache.metamodel.query
 
RandomAggregateBuilder() - Constructor for class org.apache.metamodel.query.RandomAggregateBuilder
 
RandomAggregateFunction - Class in org.apache.metamodel.query
 
RandomAggregateFunction() - Constructor for class org.apache.metamodel.query.RandomAggregateFunction
 
read(byte[], int, int) - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
read(byte[]) - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
read() - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
read(Action<InputStream>) - Method in class org.apache.metamodel.util.AbstractResource
 
read(Function<InputStream, E>) - Method in class org.apache.metamodel.util.AbstractResource
 
read(UncheckedFunc<InputStream, E>) - Method in class org.apache.metamodel.util.AbstractResource
 
read() - Method in class org.apache.metamodel.util.ClasspathResource
 
read() - Method in class org.apache.metamodel.util.FileResource
 
read() - Method in class org.apache.metamodel.util.InMemoryResource
 
read() - Method in interface org.apache.metamodel.util.Resource
Opens up an InputStream to read from the resource.
read(Action<InputStream>) - Method in interface org.apache.metamodel.util.Resource
Opens up an InputStream to read from the resource, and allows a callback to perform writing actions on it.
read(UncheckedFunc<InputStream, E>) - Method in interface org.apache.metamodel.util.Resource
Opens up an InputStream to read from the resource, and allows a callback function to perform writing actions on it and return the function's result.
read(Function<InputStream, E>) - Method in interface org.apache.metamodel.util.Resource
* Opens up an InputStream to read from the resource, and allows a callback function to perform writing actions on it and return the function's result.
read() - Method in class org.apache.metamodel.util.UrlResource
 
readAsBytes(InputStream) - Static method in class org.apache.metamodel.util.FileHelper
 
readAsString(Reader) - Static method in class org.apache.metamodel.util.FileHelper
 
readClassDescriptor() - Method in class org.apache.metamodel.util.LegacyDeserializationObjectInputStream
 
readDataSetFull(DataSet) - Static method in class org.apache.metamodel.MetaModelHelper
 
readFileAsString(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
readFileAsString(File) - Static method in class org.apache.metamodel.util.FileHelper
 
readInputStreamAsString(InputStream, String) - Static method in class org.apache.metamodel.util.FileHelper
 
REAL - Static variable in interface org.apache.metamodel.schema.ColumnType
 
REAL - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
REF - Static variable in interface org.apache.metamodel.schema.ColumnType
 
REF - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
Ref<E> - Interface in org.apache.metamodel.util
Deprecated.
use Supplier instead
refreshSchemas() - Method in class org.apache.metamodel.AbstractDataContext
Enforces a refresh of the schemas.
refreshSchemas() - Method in interface org.apache.metamodel.DataContext
Enforces a refresh of the schemas.
refreshSchemas() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
Relationship - Interface in org.apache.metamodel.schema
Represents a relationship between two tables where one set of columns is the primary key, and another set is the foreign key.
remove() - Method in class org.apache.metamodel.data.DataSetIterator
 
remove(Interceptor<E>) - Method in class org.apache.metamodel.intercept.InterceptorList
 
remove() - Method in class org.apache.metamodel.schema.MutableRelationship
 
removeColumn(Column) - Method in class org.apache.metamodel.schema.MutableTable
 
removeDataSetInterceptor(DataSetInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeItem(int) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
removeItem(E) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
removeItem(int) - Method in interface org.apache.metamodel.query.QueryClause
 
removeItem(E) - Method in interface org.apache.metamodel.query.QueryClause
 
removeItems() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
removeItems() - Method in interface org.apache.metamodel.query.QueryClause
 
removeQueryInterceptor(QueryInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeRelationship(Relationship) - Method in class org.apache.metamodel.schema.MutableTable
Protected method for removing a relationship from this table.
removeRowDeletionInterceptor(RowDeletionInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeRowInsertionInterceptor(RowInsertionInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeRowUpdationInterceptor(RowUpdationInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeSchemaInterceptor(SchemaInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeTable(Table) - Method in class org.apache.metamodel.schema.MutableSchema
 
removeTableCreationInterceptor(TableCreationInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
removeTableDropInterceptor(TableDropInterceptor) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
 
replaceFunction(FunctionType) - Method in class org.apache.metamodel.query.SelectItem
Creates a copy of the SelectItem, with a different FunctionType.
replaceFunction(FunctionType, Object...) - Method in class org.apache.metamodel.query.SelectItem
Creates a copy of the SelectItem, with a different FunctionType and parameters.
replaceFunctionApproximationAllowed(boolean) - Method in class org.apache.metamodel.query.SelectItem
Creates a copy of the SelectItem, with a different SelectItem.isFunctionApproximationAllowed() flag set.
requestLoad(Action<Throwable>) - Method in class org.apache.metamodel.util.LazyRef
Requests an asynchronous load of the lazy reference.
requestLoad() - Method in class org.apache.metamodel.util.LazyRef
Requests an asynchronous load of the lazy reference.
reset() - Method in class org.apache.metamodel.data.StyleBuilder
Resets the state of the built style, which will conceptually match it with Style.NO_STYLE.
resolveClass(ObjectStreamClass) - Method in class org.apache.metamodel.util.LegacyDeserializationObjectInputStream
 
resolveTable(FromItem) - Static method in class org.apache.metamodel.MetaModelHelper
 
resolveUnderlyingSchema(Schema) - Static method in class org.apache.metamodel.MetaModelHelper
 
resolveUnderlyingTable(Table) - Static method in class org.apache.metamodel.MetaModelHelper
 
Resource - Interface in org.apache.metamodel.util
Represents a resource from which we can read and write bytes
ResourceException - Exception in org.apache.metamodel.util
Exception type for errors that occur while dealing with Resources.
ResourceException(Resource, Exception) - Constructor for exception org.apache.metamodel.util.ResourceException
 
ResourceException(Resource, String, Exception) - Constructor for exception org.apache.metamodel.util.ResourceException
 
ResourceException(Resource, String) - Constructor for exception org.apache.metamodel.util.ResourceException
 
ResourceFactory - Interface in org.apache.metamodel.factory
 
ResourceFactoryRegistry - Interface in org.apache.metamodel.factory
 
ResourceFactoryRegistryImpl - Class in org.apache.metamodel.factory
 
ResourceFactoryRegistryImpl() - Constructor for class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
 
ResourceProperties - Interface in org.apache.metamodel.factory
Represents the Serializable properties used to fully describe and construct a Resource.
ResourcePropertiesImpl - Class in org.apache.metamodel.factory
 
ResourcePropertiesImpl() - Constructor for class org.apache.metamodel.factory.ResourcePropertiesImpl
 
ResourcePropertiesImpl(Map<String, Object>) - Constructor for class org.apache.metamodel.factory.ResourcePropertiesImpl
 
ResourceUtils - Class in org.apache.metamodel.util
Static utility methods for handling Resources.
ResourceUtils() - Constructor for class org.apache.metamodel.util.ResourceUtils
 
rightAligned() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the text alignment to right
rightJoin(Table) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
rightJoin(String) - Method in interface org.apache.metamodel.query.builder.TableFromBuilder
 
Row - Interface in org.apache.metamodel.data
Represents a row of data in a DataSet.
RowBuilder<RB extends RowBuilder<?>> - Interface in org.apache.metamodel.data
Abstract interface for objects that build rows, either for eg.
RowDeletable - Interface in org.apache.metamodel.delete
 
RowDeletionBuilder - Interface in org.apache.metamodel.delete
Builder object for row deletions in a Table.
RowDeletionInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for RowDeletionBuilder, allowing for interception of "delete from table" operations before they are executed.
ROWID - Static variable in interface org.apache.metamodel.schema.ColumnType
 
ROWID - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
RowInsertable - Interface in org.apache.metamodel.insert
An interface for objects that support inserting rows into tables.
RowInsertionBuilder - Interface in org.apache.metamodel.insert
Builder object for row insertion, into a Table.
RowInsertionInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for RowInsertionBuilder, allowing for interception of "insert into table" operations before they are executed.
RowPublisher - Interface in org.apache.metamodel.data
An object on which a push-style data reader can publish records to a RowPublisherDataSet.
RowPublisherDataSet - Class in org.apache.metamodel.data
Abstract DataSet implementation for use in scenarios where a pull-oriented style of reading data is not supported.
RowPublisherDataSet(SelectItem[], int, Action<RowPublisher>) - Constructor for class org.apache.metamodel.data.RowPublisherDataSet
 
RowPublisherDataSet(SelectItem[], int, Action<RowPublisher>, Closeable...) - Constructor for class org.apache.metamodel.data.RowPublisherDataSet
 
RowUpdateable - Interface in org.apache.metamodel.update
 
RowUpdationBuilder - Interface in org.apache.metamodel.update
Builder object for row update on a Table.
RowUpdationInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for RowUpdationBuilder, allowing for interception of "update table" operations before they are executed.
run(UpdateCallback) - Method in class org.apache.metamodel.create.CreateTable
 
run(UpdateCallback) - Method in class org.apache.metamodel.create.CreateTableColumnBuilder
 
run(UpdateCallback) - Method in class org.apache.metamodel.delete.DeleteFrom
 
run(UpdateCallback) - Method in class org.apache.metamodel.drop.DropTable
 
run(UpdateCallback) - Method in class org.apache.metamodel.insert.InsertInto
 
run(UpdateCallback) - Method in class org.apache.metamodel.update.Update
 
run(UpdateCallback) - Method in interface org.apache.metamodel.UpdateScript
Invoked by MetaModel when the update script should be run.
run(E) - Method in interface org.apache.metamodel.util.Action
 

S

safeClose(Object...) - Static method in class org.apache.metamodel.util.FileHelper
 
SatisfiedFromBuilder - Interface in org.apache.metamodel.query.builder
Represents a builder where the FROM part is satisfied, ie.
SatisfiedHavingBuilder - Interface in org.apache.metamodel.query.builder
 
SatisfiedOrderByBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
SatisfiedQueryBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
Represents a built query that is satisfied and ready for querying or further building.
SatisfiedSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
SatisfiedWhereBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
 
ScalarFunction - Interface in org.apache.metamodel.query
Interface that contains scalar specific methods.
ScalarFunctionDataSet - Class in org.apache.metamodel.data
A DataSet that enhances another DataSet with ScalarFunctions.
ScalarFunctionDataSet(List<SelectItem>, DataSet) - Constructor for class org.apache.metamodel.data.ScalarFunctionDataSet
 
Schema - Interface in org.apache.metamodel.schema
Represents a schema and it's metadata description.
SchemaBuilder - Interface in org.apache.metamodel.schema.builder
Component that builds Schema objects.
SchemaInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for Schemas, which allows for intercepting schema objects before they are returned to the user.
select(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(FunctionType, String) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(FunctionType, String, Object[]) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(FunctionType, Column, Object[]) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(Column...) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(List<Column>) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(String, boolean) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(String...) - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
select(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
select(Column...) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
select(FunctionType, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
select(FunctionType, String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
select(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
select(Column, FromItem) - Method in class org.apache.metamodel.query.Query
 
select(List<Column>) - Method in class org.apache.metamodel.query.Query
 
select(Column...) - Method in class org.apache.metamodel.query.Query
 
select(SelectItem...) - Method in class org.apache.metamodel.query.Query
 
select(FunctionType, Column) - Method in class org.apache.metamodel.query.Query
 
select(String, String) - Method in class org.apache.metamodel.query.Query
 
select(String) - Method in class org.apache.metamodel.query.Query
Adds a selection to this query.
select(String, boolean) - Method in class org.apache.metamodel.query.Query
Adds a selection to this query.
selectAll() - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
selectAll() - Method in class org.apache.metamodel.query.Query
Select all available select items from all currently available FROM items.
selectAll(FromItem) - Method in class org.apache.metamodel.query.Query
 
SelectClause - Class in org.apache.metamodel.query
Represents the SELECT clause of a query containing SelectItems.
SelectClause(Query) - Constructor for class org.apache.metamodel.query.SelectClause
 
selectCount() - Method in interface org.apache.metamodel.query.builder.SatisfiedFromBuilder
 
selectCount() - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
selectCount() - Method in class org.apache.metamodel.query.Query
 
selectDistinct() - Method in class org.apache.metamodel.query.Query
 
SelectItem - Class in org.apache.metamodel.query
Represents a SELECT item.
SelectItem(Column) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a simple SelectItem that selects from a column
SelectItem(FunctionType, Column) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem that uses a function on a column, for example SUM(price) or MAX(age)
SelectItem(FunctionType, Object[], Column) - Constructor for class org.apache.metamodel.query.SelectItem
Create a SelectItem that uses a function with parameters on a column.
SelectItem(Column, FromItem) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem that references a column from a particular FromItem, for example a.price or p.age
SelectItem(FunctionType, Column, FromItem) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem that uses a function on a column from a particular FromItem, for example SUM(a.price) or MAX(p.age)
SelectItem(FunctionType, Object[], Column, FromItem) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem that uses a function with parameters on a column from a particular FromItem, for example MAP_VALUE('path.to.value', doc)
SelectItem(String, String) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem based on an expression.
SelectItem(FunctionType, String, String) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem based on a function and an expression.
SelectItem(SelectItem, FromItem) - Constructor for class org.apache.metamodel.query.SelectItem
Creates a SelectItem that references another select item in a subquery
SelectItemParser - Class in org.apache.metamodel.query.parser
 
SelectItemParser(Query, boolean) - Constructor for class org.apache.metamodel.query.parser.SelectItemParser
 
SelectItemParser.MultipleSelectItemsParsedException - Exception in org.apache.metamodel.query.parser
 
SerializableRef<E> - Class in org.apache.metamodel.util
A serializable reference to an object which may or may not be serializable.
SerializableRef(E) - Constructor for class org.apache.metamodel.util.SerializableRef
 
SET - Static variable in interface org.apache.metamodel.schema.ColumnType
 
set(E) - Method in class org.apache.metamodel.util.MutableRef
 
setAlias(String) - Method in class org.apache.metamodel.query.FromItem
 
setAlias(String) - Method in class org.apache.metamodel.query.SelectItem
 
setColumnNumber(int) - Method in class org.apache.metamodel.schema.MutableColumn
 
setColumns(Column...) - Method in class org.apache.metamodel.schema.MutableTable
 
setColumns(Collection<Column>) - Method in class org.apache.metamodel.schema.MutableTable
 
setColumnSize(Integer) - Method in class org.apache.metamodel.schema.MutableColumn
 
setDataContextType(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
setDirection(OrderByItem.Direction) - Method in class org.apache.metamodel.query.OrderByItem
 
setDistinct(boolean) - Method in class org.apache.metamodel.query.SelectClause
 
setField(Class<?>, Object, String, Object) - Static method in class org.apache.metamodel.util.LegacyDeserializationObjectInputStream
Utility method for setting a field in a class
setFirstRow(Integer) - Method in class org.apache.metamodel.query.Query
Sets the first row (aka offset) of the query's result.
setFunctionApproximationAllowed(boolean) - Method in class org.apache.metamodel.query.SelectItem
 
setIndexed(boolean) - Method in class org.apache.metamodel.schema.MutableColumn
 
setItems(E...) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
setItems(E...) - Method in interface org.apache.metamodel.query.QueryClause
 
setMaxRows(Integer) - Method in class org.apache.metamodel.query.Query
Sets the maximum number of rows to be queried.
setName(String) - Method in class org.apache.metamodel.schema.MutableColumn
 
setName(String) - Method in class org.apache.metamodel.schema.MutableSchema
 
setName(String) - Method in class org.apache.metamodel.schema.MutableTable
 
setNativeType(String) - Method in class org.apache.metamodel.schema.MutableColumn
 
setNullable(Boolean) - Method in class org.apache.metamodel.schema.MutableColumn
 
setPrimaryKey(boolean) - Method in class org.apache.metamodel.schema.MutableColumn
 
setQuery(Query) - Method in class org.apache.metamodel.query.FilterItem
 
setQuery(Query) - Method in class org.apache.metamodel.query.FromItem
 
setQuery(Query) - Method in class org.apache.metamodel.query.GroupByItem
 
setQuery(Query) - Method in class org.apache.metamodel.query.OrderByItem
 
setQuery(Query) - Method in interface org.apache.metamodel.query.QueryItem
 
setQuery(Query) - Method in class org.apache.metamodel.query.SelectItem
 
setQuote(String) - Method in class org.apache.metamodel.schema.MutableColumn
 
setQuote(String) - Method in class org.apache.metamodel.schema.MutableTable
 
setRemarks(String) - Method in class org.apache.metamodel.schema.MutableColumn
 
setRemarks(String) - Method in class org.apache.metamodel.schema.MutableTable
 
setSchema(Schema) - Method in class org.apache.metamodel.schema.MutableTable
 
setTable(Table) - Method in class org.apache.metamodel.schema.MutableColumn
 
setTables(Collection<? extends Table>) - Method in class org.apache.metamodel.schema.MutableSchema
 
setTables(Table...) - Method in class org.apache.metamodel.schema.MutableSchema
 
setType(ColumnType) - Method in class org.apache.metamodel.schema.MutableColumn
 
setType(TableType) - Method in class org.apache.metamodel.schema.MutableTable
 
setValueAt(Object, int, int) - Method in class org.apache.metamodel.data.DataSetTableModel
 
SharedExecutorService - Class in org.apache.metamodel.util
A shared ExecutorService for use on ad-hoc tasks that can be optimized by running operations in parallel.
SimpleDataSetHeader - Class in org.apache.metamodel.data
Simple implementation of DataSetHeader which does no magic to improve performance.
SimpleDataSetHeader(List<SelectItem>) - Constructor for class org.apache.metamodel.data.SimpleDataSetHeader
 
SimpleDataSetHeader(SelectItem[]) - Constructor for class org.apache.metamodel.data.SimpleDataSetHeader
 
SimpleResourceProperties - Class in org.apache.metamodel.factory
 
SimpleResourceProperties(URI) - Constructor for class org.apache.metamodel.factory.SimpleResourceProperties
 
SimpleResourceProperties(String) - Constructor for class org.apache.metamodel.factory.SimpleResourceProperties
 
SimpleTableDef - Class in org.apache.metamodel.util
Represents a table definition to be used in scenarios where a DataContext is unable to detect/discover the table structure and needs some basic input around expected table structures.
SimpleTableDef(Table) - Constructor for class org.apache.metamodel.util.SimpleTableDef
Constructs a SimpleTableDef using a Table as a prototype.
SimpleTableDef(String, String[]) - Constructor for class org.apache.metamodel.util.SimpleTableDef
Constructs a SimpleTableDef.
SimpleTableDef(String, String[], ColumnType[]) - Constructor for class org.apache.metamodel.util.SimpleTableDef
Constructs a SimpleTableDef.
SimpleTableDefParser - Class in org.apache.metamodel.util
 
SimpleTableDefParser() - Constructor for class org.apache.metamodel.util.SimpleTableDefParser
 
SimpleTableDefSchemaBuilder - Class in org.apache.metamodel.schema.builder
A SchemaBuilder that builds a schema according to instructions in the form of SimpleTableDef objects.
SimpleTableDefSchemaBuilder(String, SimpleTableDef...) - Constructor for class org.apache.metamodel.schema.builder.SimpleTableDefSchemaBuilder
 
SingleMapColumnSchemaBuilder - Class in org.apache.metamodel.schema.builder
A very simple SchemaBuilder that builds a schema consisting of 1 table with 1 column, of type Map.
SingleMapColumnSchemaBuilder(Resource, String) - Constructor for class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
SingleMapColumnSchemaBuilder(String, String, String) - Constructor for class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
 
SingleTableInferentialSchemaBuilder - Class in org.apache.metamodel.schema.builder
InferentialSchemaBuilder that produces a single table.
SingleTableInferentialSchemaBuilder(Resource) - Constructor for class org.apache.metamodel.schema.builder.SingleTableInferentialSchemaBuilder
 
SingleTableInferentialSchemaBuilder(String, String) - Constructor for class org.apache.metamodel.schema.builder.SingleTableInferentialSchemaBuilder
 
size() - Method in class org.apache.metamodel.data.AbstractRow
 
size() - Method in interface org.apache.metamodel.data.DataSetHeader
 
size() - Method in class org.apache.metamodel.data.InMemoryDataSet
 
size() - Method in interface org.apache.metamodel.data.Row
Gets the amount of values/columns/select items represented in this row.
size() - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
SMALLINT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
SMALLINT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
SQLXML - Static variable in interface org.apache.metamodel.schema.ColumnType
 
SQLXML - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
startColumnNamingSession() - Method in class org.apache.metamodel.schema.naming.AlphabeticColumnNamingStrategy
 
startColumnNamingSession() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingStrategy
 
startColumnNamingSession() - Method in class org.apache.metamodel.schema.naming.CustomColumnNamingStrategy
 
startColumnNamingSession() - Method in class org.apache.metamodel.schema.naming.DelegatingIntrinsicSwitchColumnNamingStrategy
 
startColumnNamingSession() - Method in class org.apache.metamodel.schema.naming.UniqueColumnNamingStrategy
 
STRING - Static variable in interface org.apache.metamodel.schema.ColumnType
 
StringToBooleanConverter - Class in org.apache.metamodel.convert
A TypeConverter that converts String values (on the physical layer) to interpreted Booleans.
StringToBooleanConverter() - Constructor for class org.apache.metamodel.convert.StringToBooleanConverter
 
StringToDateConverter - Class in org.apache.metamodel.convert
A TypeConverter that converts String values (on the physical layer) to interpreted Dates.
StringToDateConverter() - Constructor for class org.apache.metamodel.convert.StringToDateConverter
Constructs a new StringToDateConverter which will use the TimeComparator.toDate(Object) method for parsing dates and the DateFormat.MEDIUM date time format for physical representation.
StringToDateConverter(String) - Constructor for class org.apache.metamodel.convert.StringToDateConverter
Constructs a new StringToDateConverter using a given date pattern.
StringToDateConverter(DateFormat) - Constructor for class org.apache.metamodel.convert.StringToDateConverter
Constructs a new StringToDateConverter using a given DateFormat.
StringToDoubleConverter - Class in org.apache.metamodel.convert
A TypeConverter that converts String values (on the physical layer) to interpreted Doubles.
StringToDoubleConverter() - Constructor for class org.apache.metamodel.convert.StringToDoubleConverter
 
StringToIntegerConverter - Class in org.apache.metamodel.convert
A TypeConverter that converts String values (on the physical layer) to interpreted Integers.
StringToIntegerConverter() - Constructor for class org.apache.metamodel.convert.StringToIntegerConverter
 
STRUCT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
STRUCT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
Style - Interface in org.apache.metamodel.data
A Style represents the visual presentation ('styling') attributes of a value in a Row.
Style.Color - Interface in org.apache.metamodel.data
Represents a color used for value highlighting.
Style.SizeUnit - Enum in org.apache.metamodel.data
Represents a unit of sizing elements (eg.
Style.TextAlignment - Enum in org.apache.metamodel.data
Represents the text alignment of a value.
StyleBuilder - Class in org.apache.metamodel.data
Builder class for Style and related objects, like Style.Color.
StyleBuilder() - Constructor for class org.apache.metamodel.data.StyleBuilder
Constructs a new StyleBuilder with the default foreground and background colors.
StyleBuilder(Style.Color, Style.Color) - Constructor for class org.apache.metamodel.data.StyleBuilder
Constructs a new StyleBuilder with a specified default foreground and background colors.
StyleImpl - Class in org.apache.metamodel.data
Default immutable implementation of Style.
StyleImpl() - Constructor for class org.apache.metamodel.data.StyleImpl
 
StyleImpl(boolean, boolean, boolean, Integer, Style.SizeUnit, Style.TextAlignment, Style.Color, Style.Color) - Constructor for class org.apache.metamodel.data.StyleImpl
 
SubSelectionDataSet - Class in org.apache.metamodel.data
DataSet wrapper for doing subselection.
SubSelectionDataSet(SelectItem[], DataSet) - Constructor for class org.apache.metamodel.data.SubSelectionDataSet
 
SubSelectionDataSet(List<SelectItem>, DataSet) - Constructor for class org.apache.metamodel.data.SubSelectionDataSet
 
SUBSTRING - Static variable in interface org.apache.metamodel.query.FunctionType
 
SubstringFunction - Class in org.apache.metamodel.query
 
SubstringFunction(boolean, boolean) - Constructor for class org.apache.metamodel.query.SubstringFunction
SUM - Static variable in interface org.apache.metamodel.query.FunctionType
 
SumAggregateFunction - Class in org.apache.metamodel.query
 
SumAggregateFunction() - Constructor for class org.apache.metamodel.query.SumAggregateFunction
 
SuperColumnType - Enum in org.apache.metamodel.schema
Represents an abstract, generalized type of column
SYSTEM_PROPERTY_CREATE_DEFAULT_TABLE_ALIAS - Static variable in class org.apache.metamodel.QueryPostprocessDataContext
 

T

Table - Interface in org.apache.metamodel.schema
Represents a table and it's metadata description.
TableBuilder - Interface in org.apache.metamodel.schema.builder
Component that builds Table objects.
TableCreatable - Interface in org.apache.metamodel.create
Interface for objects that support creating new tables.
TableCreationBuilder - Interface in org.apache.metamodel.create
Builder object for Table creation.
TableCreationInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for TableCreationBuilders, which allows for intercepting "create table" operations before they are executed.
TableDropBuilder - Interface in org.apache.metamodel.drop
 
TableDropInterceptor - Interface in org.apache.metamodel.intercept
An Interceptor for TableDropBuilders, which allows for intercepting "drop table" operations before they are executed.
TableDroppable - Interface in org.apache.metamodel.drop
 
TableFromBuilder - Interface in org.apache.metamodel.query.builder
 
TableType - Enum in org.apache.metamodel.schema
Represents the various types of tables
test(E) - Method in class org.apache.metamodel.util.ExclusionPredicate
 
test(E) - Method in class org.apache.metamodel.util.FalsePredicate
 
test(E) - Method in class org.apache.metamodel.util.InclusionPredicate
 
test(E) - Method in interface org.apache.metamodel.util.Predicate
Deprecated.
 
test(E) - Method in class org.apache.metamodel.util.TruePredicate
 
TIME - Static variable in interface org.apache.metamodel.schema.ColumnType
 
TIME - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
TimeComparator - Class in org.apache.metamodel.util
Compares dates of various formats.
TIMESTAMP - Static variable in interface org.apache.metamodel.schema.ColumnType
 
TIMESTAMP - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
TINYINT - Static variable in interface org.apache.metamodel.schema.ColumnType
 
TINYINT - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
TO_BOOLEAN - Static variable in interface org.apache.metamodel.query.FunctionType
 
TO_DATE - Static variable in interface org.apache.metamodel.query.FunctionType
 
TO_NUMBER - Static variable in interface org.apache.metamodel.query.FunctionType
 
TO_STRING - Static variable in interface org.apache.metamodel.query.FunctionType
 
toBoolean(Object) - Static method in class org.apache.metamodel.util.BooleanComparator
 
ToBooleanFunction - Class in org.apache.metamodel.query
 
ToBooleanFunction() - Constructor for class org.apache.metamodel.query.ToBooleanFunction
 
toCSS() - Method in interface org.apache.metamodel.data.Style
Creates a Cascading Style Sheets (CSS) representation of this style.
toCSS() - Method in class org.apache.metamodel.data.StyleImpl
 
toDate(Object) - Static method in class org.apache.metamodel.util.TimeComparator
 
ToDateFunction - Class in org.apache.metamodel.query
 
ToDateFunction() - Constructor for class org.apache.metamodel.query.ToDateFunction
 
toList(Object) - Static method in class org.apache.metamodel.util.CollectionUtils
General purpose list converter method.
toMap() - Method in interface org.apache.metamodel.factory.DataContextProperties
Gets all the properties represented as a Map.
toMap() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
 
toMap() - Method in interface org.apache.metamodel.factory.ResourceProperties
Gets all the properties represented as a Map.
toMap() - Method in class org.apache.metamodel.factory.ResourcePropertiesImpl
 
toMap() - Method in class org.apache.metamodel.factory.SimpleResourceProperties
 
toNumber(Object) - Static method in class org.apache.metamodel.util.NumberComparator
 
ToNumberFunction - Class in org.apache.metamodel.query
 
ToNumberFunction() - Constructor for class org.apache.metamodel.query.ToNumberFunction
 
toObjectArrays() - Method in class org.apache.metamodel.data.AbstractDataSet
Converts the DataSet into a list of object arrays (will load all values into memory)
toObjectArrays() - Method in interface org.apache.metamodel.data.DataSet
Converts the DataSet into a list of object arrays (will load all values into memory)
toPhysicalValue(Boolean) - Method in class org.apache.metamodel.convert.StringToBooleanConverter
Converts a virtual representation of a value into it's physical value.
toPhysicalValue(Date) - Method in class org.apache.metamodel.convert.StringToDateConverter
Converts a virtual representation of a value into it's physical value.
toPhysicalValue(Double) - Method in class org.apache.metamodel.convert.StringToDoubleConverter
Converts a virtual representation of a value into it's physical value.
toPhysicalValue(Integer) - Method in class org.apache.metamodel.convert.StringToIntegerConverter
Converts a virtual representation of a value into it's physical value.
toPhysicalValue(V) - Method in interface org.apache.metamodel.convert.TypeConverter
Converts a virtual representation of a value into it's physical value.
toQuery() - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
Gets the built query as a Query object.
toResource(URI) - Static method in class org.apache.metamodel.util.ResourceUtils
Creates a Resource based on a URI
toResource(String) - Static method in class org.apache.metamodel.util.ResourceUtils
Creates a Resource based on a path or URI (represented by a String)
toResource(ResourceProperties) - Static method in class org.apache.metamodel.util.ResourceUtils
Creates a Resource based on the ResourceProperties definition.
toRow() - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
toRow() - Method in interface org.apache.metamodel.data.RowBuilder
Gets the built record represented as a Row object.
toRows() - Method in class org.apache.metamodel.data.AbstractDataSet
 
toRows() - Method in interface org.apache.metamodel.data.DataSet
Converts the DataSet into a list of rows (will load all rows into memory)
toSql() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
toSql() - Method in interface org.apache.metamodel.create.TableCreationBuilder
Gets a SQL representation of this create table operation.
toSql() - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
toSql() - Method in interface org.apache.metamodel.delete.RowDeletionBuilder
Gets a SQL representation of this delete operation.
toSql() - Method in class org.apache.metamodel.drop.AbstractTableDropBuilder
 
toSql() - Method in interface org.apache.metamodel.drop.TableDropBuilder
Gets a SQL representation of this drop table operation.
toSql() - Method in class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
toSql() - Method in interface org.apache.metamodel.insert.RowInsertionBuilder
Gets a SQL representation of this insert operation.
toSql() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
toSql(boolean) - Method in class org.apache.metamodel.query.AbstractQueryClause
 
toSql() - Method in interface org.apache.metamodel.query.CompiledQuery
A representation of the query as SQL.
toSql() - Method in class org.apache.metamodel.query.DefaultCompiledQuery
 
toSql() - Method in class org.apache.metamodel.query.FilterItem
 
toSql(boolean) - Method in class org.apache.metamodel.query.FilterItem
Parses the constraint as a SQL Where-clause item
toSql() - Method in class org.apache.metamodel.query.FromItem
 
toSql(boolean) - Method in class org.apache.metamodel.query.FromItem
 
toSql() - Method in class org.apache.metamodel.query.GroupByItem
 
toSql(boolean) - Method in class org.apache.metamodel.query.GroupByItem
 
toSql() - Method in interface org.apache.metamodel.query.OperatorType
 
toSql() - Method in class org.apache.metamodel.query.OperatorTypeImpl
 
toSql(boolean) - Method in class org.apache.metamodel.query.OrderByItem
 
toSql() - Method in class org.apache.metamodel.query.OrderByItem
 
toSql() - Method in class org.apache.metamodel.query.Query
 
toSql(boolean) - Method in class org.apache.metamodel.query.Query
 
toSql(boolean) - Method in interface org.apache.metamodel.query.QueryClause
 
toSql() - Method in interface org.apache.metamodel.query.QueryClause
 
toSql() - Method in interface org.apache.metamodel.query.QueryItem
 
toSql(boolean) - Method in interface org.apache.metamodel.query.QueryItem
 
toSql(boolean) - Method in class org.apache.metamodel.query.SelectClause
 
toSql() - Method in class org.apache.metamodel.query.SelectItem
 
toSql(boolean) - Method in class org.apache.metamodel.query.SelectItem
 
toSql() - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
toSql() - Method in interface org.apache.metamodel.update.RowUpdationBuilder
Gets a SQL representation of this update operation.
toSql() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyOperatorType
 
toString() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
toString() - Method in class org.apache.metamodel.data.AbstractDataSet
toString() - Method in class org.apache.metamodel.data.AbstractRow
 
toString() - Method in class org.apache.metamodel.data.SimpleDataSetHeader
 
toString() - Method in class org.apache.metamodel.data.StyleImpl
 
toString() - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
toString() - Method in class org.apache.metamodel.drop.AbstractTableDropBuilder
 
toString() - Method in class org.apache.metamodel.insert.AbstractRowInsertionBuilder
 
toString() - Method in class org.apache.metamodel.query.AbstractQueryClause
 
toString() - Method in class org.apache.metamodel.query.DefaultAggregateFunction
 
toString() - Method in class org.apache.metamodel.query.DefaultCompiledQuery
 
toString() - Method in class org.apache.metamodel.query.DefaultScalarFunction
 
toString() - Method in class org.apache.metamodel.query.FilterItem
 
toString() - Method in class org.apache.metamodel.query.FromItem
 
toString() - Method in class org.apache.metamodel.query.GroupByItem
 
toString() - Method in class org.apache.metamodel.query.OrderByItem
 
toString() - Method in class org.apache.metamodel.query.Query
 
toString() - Method in interface org.apache.metamodel.query.QueryItem
 
toString() - Method in class org.apache.metamodel.query.QueryParameter
 
toString() - Method in class org.apache.metamodel.query.SelectItem
 
toString() - Method in class org.apache.metamodel.schema.AbstractColumn
 
toString() - Method in class org.apache.metamodel.schema.AbstractRelationship
 
toString() - Method in class org.apache.metamodel.schema.AbstractSchema
 
toString() - Method in class org.apache.metamodel.schema.AbstractTable
 
toString() - Method in class org.apache.metamodel.schema.ColumnTypeImpl
 
toString() - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
toString() - Method in class org.apache.metamodel.util.AbstractResource
 
toString() - Method in class org.apache.metamodel.util.BaseObject
 
toString() - Method in class org.apache.metamodel.util.ClasspathResource
 
toString() - Method in class org.apache.metamodel.util.FileResource
 
toString() - Method in class org.apache.metamodel.util.InMemoryResource
 
toString() - Method in class org.apache.metamodel.util.SimpleTableDef
 
toString() - Method in class org.apache.metamodel.util.UrlResource
 
ToStringComparator - Class in org.apache.metamodel.util
Uses the toString method for comparison of objects
ToStringFunction - Class in org.apache.metamodel.query
 
ToStringFunction() - Constructor for class org.apache.metamodel.query.ToStringFunction
 
toStringNoAlias() - Method in class org.apache.metamodel.query.FromItem
 
toStringNoAlias(boolean) - Method in class org.apache.metamodel.query.FromItem
 
toStringNoAlias() - Method in class org.apache.metamodel.query.SelectItem
 
toStringNoAlias(boolean) - Method in class org.apache.metamodel.query.SelectItem
 
toTable() - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
toTable() - Method in interface org.apache.metamodel.create.TableCreationBuilder
Returns this builder instance as a table.
toTable() - Method in class org.apache.metamodel.util.SimpleTableDef
Creates a MutableTable based on this SimpleTableDef.
toVirtualValue(String) - Method in class org.apache.metamodel.convert.StringToBooleanConverter
Converts a physical value into it's virtual representation.
toVirtualValue(String) - Method in class org.apache.metamodel.convert.StringToDateConverter
Converts a physical value into it's virtual representation.
toVirtualValue(String) - Method in class org.apache.metamodel.convert.StringToDoubleConverter
Converts a physical value into it's virtual representation.
toVirtualValue(String) - Method in class org.apache.metamodel.convert.StringToIntegerConverter
Converts a physical value into it's virtual representation.
toVirtualValue(P) - Method in interface org.apache.metamodel.convert.TypeConverter
Converts a physical value into it's virtual representation.
TruePredicate<E> - Class in org.apache.metamodel.util
A predicate that is always true
TruePredicate() - Constructor for class org.apache.metamodel.util.TruePredicate
 
TypeConverter<P,V> - Interface in org.apache.metamodel.convert
Defines an interface for converting values from and to their physical materializations and their virtual representations.

U

UncheckedFunc<I,O> - Interface in org.apache.metamodel.util
Represents a Function that allows for throwing checked exceptions, making it more appropriate for encapsulating code blocks that may fail.
underline() - Method in class org.apache.metamodel.data.StyleBuilder
Sets the text decoration to underlined
UnicodeWriter - Class in org.apache.metamodel.util
Writes Unicode text to an output stream.
UnicodeWriter(String, String) - Constructor for class org.apache.metamodel.util.UnicodeWriter
This is a utility constructor since the vast majority of the time, this class will be used to write Unicode files.
UnicodeWriter(File, String) - Constructor for class org.apache.metamodel.util.UnicodeWriter
This is a utility constructor since the vast majority of the time, this class will be used to write Unicode files.
UnicodeWriter(OutputStream, String) - Constructor for class org.apache.metamodel.util.UnicodeWriter
Creates a new writer.
UnionDataSet - Class in org.apache.metamodel.data
A DataSet that represents the union of two or more other data sets
UniqueColumnNamingStrategy - Class in org.apache.metamodel.schema.naming
A ColumnNamingStrategy that uses the intrinsic column names, but ensures that all column names are unique.
UniqueColumnNamingStrategy() - Constructor for class org.apache.metamodel.schema.naming.UniqueColumnNamingStrategy
 
unknownUpdates() - Static method in class org.apache.metamodel.DefaultUpdateSummary
Gets an UpdateSummary object to return when the extent of the updates are unknown.
UnsupportedDataContextPropertiesException - Exception in org.apache.metamodel.factory
Exception thrown if a DataContextFactory or DataContextFactoryRegistry is being invoked with DataContextProperties that are not supported by the implementation.
UnsupportedDataContextPropertiesException() - Constructor for exception org.apache.metamodel.factory.UnsupportedDataContextPropertiesException
 
UnsupportedDataContextPropertiesException(Exception) - Constructor for exception org.apache.metamodel.factory.UnsupportedDataContextPropertiesException
 
UnsupportedDataContextPropertiesException(String, Exception) - Constructor for exception org.apache.metamodel.factory.UnsupportedDataContextPropertiesException
 
UnsupportedDataContextPropertiesException(String) - Constructor for exception org.apache.metamodel.factory.UnsupportedDataContextPropertiesException
 
UnsupportedResourcePropertiesException - Exception in org.apache.metamodel.factory
 
UnsupportedResourcePropertiesException() - Constructor for exception org.apache.metamodel.factory.UnsupportedResourcePropertiesException
 
UnsupportedResourcePropertiesException(Exception) - Constructor for exception org.apache.metamodel.factory.UnsupportedResourcePropertiesException
 
UnsupportedResourcePropertiesException(String, Exception) - Constructor for exception org.apache.metamodel.factory.UnsupportedResourcePropertiesException
 
UnsupportedResourcePropertiesException(String) - Constructor for exception org.apache.metamodel.factory.UnsupportedResourcePropertiesException
 
update(String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
update(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
update(Table) - Method in class org.apache.metamodel.AbstractUpdateCallback
 
update(Table) - Method in interface org.apache.metamodel.update.RowUpdateable
Initiates a row updation builder.
update(String) - Method in interface org.apache.metamodel.update.RowUpdateable
Initiates a row updation builder.
update(String, String) - Method in interface org.apache.metamodel.update.RowUpdateable
Initiates a row updation builder.
Update - Class in org.apache.metamodel.update
Represents a single UPDATE operation to be applied to a UpdateableDataContext.
Update(Table) - Constructor for class org.apache.metamodel.update.Update
 
Update(Schema, String) - Constructor for class org.apache.metamodel.update.Update
 
UpdateableDataContext - Interface in org.apache.metamodel
Represents a DataContext that supports updating write-operations.
UpdateCallback - Interface in org.apache.metamodel
An UpdateCallback is used by an UpdateScript to perform updates on a DataContext.
UpdateScript - Interface in org.apache.metamodel
Represents any updating operation or update script that can be executed on a UpdateableDataContext.
UpdateSummary - Interface in org.apache.metamodel
Represents a summary of changes made in a given UpdateableDataContext.executeUpdate(UpdateScript) call.
UpdateSummaryBuilder - Class in org.apache.metamodel
A builder object for UpdateSummary.
UpdateSummaryBuilder() - Constructor for class org.apache.metamodel.UpdateSummaryBuilder
 
UrlResource - Class in org.apache.metamodel.util
Resource based on URL or URI.
UrlResource(URL) - Constructor for class org.apache.metamodel.util.UrlResource
 
UrlResource(URI) - Constructor for class org.apache.metamodel.util.UrlResource
 
UrlResource(String) - Constructor for class org.apache.metamodel.util.UrlResource
 
UrlResourceFactory - Class in org.apache.metamodel.factory
 
UrlResourceFactory() - Constructor for class org.apache.metamodel.factory.UrlResourceFactory
 
US_ASCII_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
 
UTF16BE_BOM - Static variable in class org.apache.metamodel.util.UnicodeWriter
 
UTF16LE_BOM - Static variable in class org.apache.metamodel.util.UnicodeWriter
 
UTF32BE_BOM - Static variable in class org.apache.metamodel.util.UnicodeWriter
 
UTF32LE_BOM - Static variable in class org.apache.metamodel.util.UnicodeWriter
 
UTF8_BOM - Static variable in class org.apache.metamodel.util.UnicodeWriter
 
UTF_16_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
 
UTF_8_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
 
UUID - Static variable in interface org.apache.metamodel.schema.ColumnType
 

V

value(Column, Object) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(Column, Object, Style) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(int, Object) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(int, Object, Style) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(String, Object) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(String, Object, Style) - Method in class org.apache.metamodel.data.AbstractRowBuilder
 
value(int, Object) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value of a column, by column index
value(int, Object, Style) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value of a column, by column index
value(Column, Object) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value of a column
value(Column, Object, Style) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value of a column
value(String, Object) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value of a column, by column name
value(String, Object, Style) - Method in interface org.apache.metamodel.data.RowBuilder
Sets the value and the style of this value of a column, by column name
valueOf(String) - Static method in enum org.apache.metamodel.data.Style.SizeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.data.Style.TextAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.query.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.query.LogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.query.OrderByItem.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.metamodel.schema.ColumnTypeImpl
 
valueOf(String) - Static method in enum org.apache.metamodel.schema.SuperColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.schema.TableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyOperatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.util.Month
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.metamodel.util.Weekday
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.metamodel.data.Style.SizeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.data.Style.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.query.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.query.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.query.OrderByItem.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.schema.SuperColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.schema.TableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyOperatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.util.Month
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.metamodel.util.Weekday
Returns an array containing the constants of this enum type, in the order they are declared.
VARBINARY - Static variable in interface org.apache.metamodel.schema.ColumnType
 
VARBINARY - Static variable in class org.apache.metamodel.schema.JdbcTypes
 
VARCHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
 
VARCHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
 

W

Weekday - Enum in org.apache.metamodel.util
Provides a handy and type-safe enum around the weekdays otherwise defined as int constants in java.util.Calendar.
where(Column) - Method in interface org.apache.metamodel.data.WhereClauseBuilder
Defines a where item to set as a criteria
where(String) - Method in interface org.apache.metamodel.data.WhereClauseBuilder
Defines a where item to set as a criteria
where(FilterItem...) - Method in interface org.apache.metamodel.data.WhereClauseBuilder
Applies where items to set criteria
where(Iterable<FilterItem>) - Method in interface org.apache.metamodel.data.WhereClauseBuilder
Applies where items to set criteria
where(Column) - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
where(String) - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
where(FilterItem...) - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
where(Iterable<FilterItem>) - Method in class org.apache.metamodel.delete.AbstractRowDeletionBuilder
 
where(Column) - Method in class org.apache.metamodel.delete.DeleteFrom
 
where(String) - Method in class org.apache.metamodel.delete.DeleteFrom
 
where(FilterItem...) - Method in class org.apache.metamodel.delete.DeleteFrom
 
where(Iterable<FilterItem>) - Method in class org.apache.metamodel.delete.DeleteFrom
 
where(Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(ScalarFunction, Column) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(ScalarFunction, String) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(FilterItem...) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(Iterable<FilterItem>) - Method in interface org.apache.metamodel.query.builder.SatisfiedQueryBuilder
 
where(FilterItem...) - Method in class org.apache.metamodel.query.Query
 
where(Iterable<FilterItem>) - Method in class org.apache.metamodel.query.Query
 
where(String...) - Method in class org.apache.metamodel.query.Query
 
where(SelectItem, OperatorType, Object) - Method in class org.apache.metamodel.query.Query
 
where(Column, OperatorType, Object) - Method in class org.apache.metamodel.query.Query
 
where(Column) - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
where(String) - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
where(FilterItem...) - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
where(Iterable<FilterItem>) - Method in class org.apache.metamodel.update.AbstractRowUpdationBuilder
 
where(Column) - Method in class org.apache.metamodel.update.Update
 
where(String) - Method in class org.apache.metamodel.update.Update
 
where(FilterItem...) - Method in class org.apache.metamodel.update.Update
 
where(Iterable<FilterItem>) - Method in class org.apache.metamodel.update.Update
 
WhereBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
Builder interface for WHERE items.
WhereClauseBuilder<T> - Interface in org.apache.metamodel.data
An interface for builder components that formulate a WHERE clause, either for querying, updating, deleting or other purposes.
WildcardPattern - Class in org.apache.metamodel.util
Represents a pattern with a wildcard character.
WildcardPattern(String, char) - Constructor for class org.apache.metamodel.util.WildcardPattern
 
withColumn(String) - Method in class org.apache.metamodel.create.AbstractTableCreationBuilder
 
withColumn(String) - Method in class org.apache.metamodel.create.CreateTable
Adds a column to the current builder
withColumn(String) - Method in class org.apache.metamodel.create.CreateTableColumnBuilder
 
withColumn(String) - Method in interface org.apache.metamodel.create.TableCreationBuilder
Adds a column to the current builder
wrapIfAppropriate(Schema) - Static method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
 
WrappingDataSet - Interface in org.apache.metamodel.data
Sub-interface for DataSets that wrap other DataSets, typically to apply some client-side filtering or enhancement logic on raw data.
WrappingSchema - Interface in org.apache.metamodel.schema
Sub-interface for Schemas that wrap other Schemas, typically to apply some client-side enhancement logic.
WrappingTable - Interface in org.apache.metamodel.schema
Sub-interface for Tables that wrap other Tables, typically to apply some client-side enhancement logic.
write(Action<OutputStream>) - Method in class org.apache.metamodel.util.AbstractResource
 
write() - Method in class org.apache.metamodel.util.ClasspathResource
 
write() - Method in class org.apache.metamodel.util.FileResource
 
write() - Method in class org.apache.metamodel.util.InMemoryResource
 
write(Action<OutputStream>) - Method in interface org.apache.metamodel.util.Resource
Opens up an OutputStream to write to the resource, and allows a callback to perform writing actions on it.
write() - Method in interface org.apache.metamodel.util.Resource
Opens up an OutputStream to write to the resource.
write(char[], int, int) - Method in class org.apache.metamodel.util.UnicodeWriter
Writes a portion of an array of characters.
write(int) - Method in class org.apache.metamodel.util.UnicodeWriter
Writes a single character.
write(String, int, int) - Method in class org.apache.metamodel.util.UnicodeWriter
Writes a portion of a string.
write() - Method in class org.apache.metamodel.util.UrlResource
 
writeString(OutputStream, String) - Static method in class org.apache.metamodel.util.FileHelper
 
writeString(OutputStream, String, String) - Static method in class org.apache.metamodel.util.FileHelper
 
writeString(Writer, String) - Static method in class org.apache.metamodel.util.FileHelper
 
writeString(Writer, String, String) - Static method in class org.apache.metamodel.util.FileHelper
 
writeStringAsFile(File, String) - Static method in class org.apache.metamodel.util.FileHelper
 
writeStringAsFile(File, String, String) - Static method in class org.apache.metamodel.util.FileHelper
 

_

_columns - Variable in class org.apache.metamodel.schema.MutableTable
 
_files - Variable in class org.apache.metamodel.util.AbstractDirectoryInputStream
 
_name - Variable in class org.apache.metamodel.schema.MutableTable
 
_quoteString - Variable in class org.apache.metamodel.schema.MutableTable
 
_relationships - Variable in class org.apache.metamodel.schema.MutableTable
 
_remarks - Variable in class org.apache.metamodel.schema.MutableTable
 
_schema - Variable in class org.apache.metamodel.schema.MutableTable
 
_type - Variable in class org.apache.metamodel.schema.MutableTable
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.