- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getWrappedSchema() - Method in class org.apache.metamodel.schema.DefaultTableAliasedSchema
-
- getWrappedSchema() - Method in interface org.apache.metamodel.schema.WrappingSchema
-
- getWrappedTable() - Method in class org.apache.metamodel.schema.AliasTable
-
- getWrappedTable() - Method in interface org.apache.metamodel.schema.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...
- 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
-
- ImmutableColumn(Column, Table) - Constructor for class org.apache.metamodel.schema.ImmutableColumn
-
- 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
-
- 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
-
- InMemoryResource(String) - Constructor for class org.apache.metamodel.util.InMemoryResource
-
- InMemoryResource(String, byte[], long) - Constructor for class org.apache.metamodel.util.InMemoryResource
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- TableDropBuilder - Interface in org.apache.metamodel.drop
-
- TableDropInterceptor - Interface in org.apache.metamodel.intercept
-
- 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
-
- 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
-
- 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.
- 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
-