- CachingDataSetHeader - Class in org.apache.metamodel.data
-
- CachingDataSetHeader(List<SelectItem>) - Constructor for class org.apache.metamodel.data.CachingDataSetHeader
-
- CassandraDataContext - Class in org.apache.metamodel.cassandra
-
DataContext implementation for Apache Cassandra database.
- CassandraDataContext(Cluster, String, SimpleTableDef...) - Constructor for class org.apache.metamodel.cassandra.CassandraDataContext
-
- CassandraDataContext(Cluster, String) - Constructor for class org.apache.metamodel.cassandra.CassandraDataContext
-
- CassandraDataContextFactory - Class in org.apache.metamodel.cassandra
-
- CassandraDataContextFactory() - Constructor for class org.apache.metamodel.cassandra.CassandraDataContextFactory
-
- CassandraUtils - Class in org.apache.metamodel.cassandra
-
A utility class for Cassandra module.
- CassandraUtils() - Constructor for class org.apache.metamodel.cassandra.CassandraUtils
-
- centerAligned() - Method in class org.apache.metamodel.data.StyleBuilder
-
Sets the text alignment to center
- CHAR - Static variable in interface org.apache.metamodel.schema.ColumnType
-
- CHAR - Static variable in class org.apache.metamodel.schema.JdbcTypes
-
- checkSameTable(List<Column>) - Static method in class org.apache.metamodel.schema.AbstractRelationship
-
- classEquals(BaseObject) - Method in class org.apache.metamodel.schema.AbstractRelationship
-
- classEquals(BaseObject) - Method in class org.apache.metamodel.util.BaseObject
-
Override this method if the equals method should support different
subtypes.
- ClasspathResource - Class in org.apache.metamodel.util
-
- ClasspathResource(String) - Constructor for class org.apache.metamodel.util.ClasspathResource
-
- ClasspathResourceFactory - Class in org.apache.metamodel.factory
-
- ClasspathResourceFactory() - Constructor for class org.apache.metamodel.factory.ClasspathResourceFactory
-
- clear() - Method in class org.apache.metamodel.hbase.HBaseFamilyMap
-
- clearFactories() - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
-
- clearFactories() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
-
- clearFactories() - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
-
- clearFactories() - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
-
- clearTables() - Method in class org.apache.metamodel.schema.MutableSchema
-
- CLOB - Static variable in interface org.apache.metamodel.schema.ColumnType
-
- CLOB - Static variable in class org.apache.metamodel.schema.JdbcTypes
-
- clone() - Method in class org.apache.metamodel.data.AbstractRow
-
- clone() - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
-
- clone() - Method in class org.apache.metamodel.query.FilterItem
-
- clone() - Method in class org.apache.metamodel.query.FromItem
-
- clone() - Method in class org.apache.metamodel.query.GroupByItem
-
- clone() - Method in class org.apache.metamodel.query.OrderByItem
-
- clone() - Method in class org.apache.metamodel.query.Query
-
- clone() - Method in class org.apache.metamodel.query.SelectItem
-
- clone(Query) - Method in class org.apache.metamodel.query.SelectItem
-
- cloneWithParameterValues(Object[]) - Method in class org.apache.metamodel.query.DefaultCompiledQuery
-
Clones the query while replacing query parameters with corresponding
values.
- close() - Method in class org.apache.metamodel.couchdb.CouchDbSamplingDocumentSource
-
- close() - Method in class org.apache.metamodel.data.AbstractDataSet
-
Closes the DataSet and any resources it may be holding.
- close() - Method in interface org.apache.metamodel.data.DataSet
-
Closes the DataSet and any resources it may be holding.
- close() - Method in interface org.apache.metamodel.data.DocumentSource
-
- close() - Method in class org.apache.metamodel.data.DocumentSourceDataSet
-
- close() - Method in class org.apache.metamodel.data.FilteredDataSet
-
- close() - Method in class org.apache.metamodel.data.FirstRowDataSet
-
- close() - Method in class org.apache.metamodel.data.MaxRowsDataSet
-
- close() - Method in class org.apache.metamodel.data.MaxRowsDocumentSource
-
- close() - Method in class org.apache.metamodel.data.RowPublisherDataSet
-
- close() - Method in class org.apache.metamodel.data.SubSelectionDataSet
-
- close() - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContext
-
- close() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataSet
-
- close(Connection) - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
Quietly closes the connection
- close() - Method in class org.apache.metamodel.openoffice.OpenOfficeDataContext
-
- close() - Method in interface org.apache.metamodel.query.CompiledQuery
-
Closes any resources related to the compiled query.
- close() - Method in class org.apache.metamodel.query.DefaultCompiledQuery
-
- close() - Method in class org.apache.metamodel.schema.builder.LazyDocumentSource
-
- close() - Method in interface org.apache.metamodel.schema.naming.ColumnNamingSession
-
Ends the column naming session.
- close(MessageContext) - Method in class org.apache.metamodel.sugarcrm.LoggingMessageHandler
- close() - Method in class org.apache.metamodel.sugarcrm.SugarCrmDataContext
-
- close() - Method in class org.apache.metamodel.util.AbstractDirectoryInputStream
-
- close() - Method in class org.apache.metamodel.util.UnicodeWriter
-
Closes this writer.
- closeNow() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataSet
-
- CollectionUtils - Class in org.apache.metamodel.util
-
Various utility methods for handling of collections and arrays.
- Column - Interface in org.apache.metamodel.schema
-
Represents a column and it's metadata description.
- COLUMN_KEY - Static variable in class org.apache.metamodel.kafka.KafkaDataContext
-
- COLUMN_NAME_ROW_ID - Static variable in class org.apache.metamodel.xml.XmlSaxDataContext
-
- COLUMN_OFFSET - Static variable in class org.apache.metamodel.kafka.KafkaDataContext
-
- COLUMN_PARTITION - Static variable in class org.apache.metamodel.kafka.KafkaDataContext
-
- COLUMN_TIMESTAMP - Static variable in class org.apache.metamodel.kafka.KafkaDataContext
-
- COLUMN_TYPE_BLOB_AS_BYTES - Static variable in class org.apache.metamodel.jdbc.JdbcDataContext
-
- COLUMN_TYPE_CLOB_AS_STRING - Static variable in class org.apache.metamodel.jdbc.JdbcDataContext
-
- COLUMN_VALUE - Static variable in class org.apache.metamodel.kafka.KafkaDataContext
-
- ColumnBuilder<T extends ColumnBuilder<?>> - Interface in org.apache.metamodel.create
-
Abstract interface for components that build columns.
- ColumnBuilder - Interface in org.apache.metamodel.schema.builder
-
Component that builds
Column
s.
- ColumnCreationBuilder - Interface in org.apache.metamodel.create
-
Builder object for creating
Column
s.
- ColumnNameAsKeysRowConverter - Class in org.apache.metamodel.schema.builder
-
Converter that assumes that keys in the documents are represented as columns
in a table.
- ColumnNameAsKeysRowConverter() - Constructor for class org.apache.metamodel.schema.builder.ColumnNameAsKeysRowConverter
-
- ColumnNamingContext - Interface in org.apache.metamodel.schema.naming
-
- ColumnNamingContextImpl - Class in org.apache.metamodel.schema.naming
-
- ColumnNamingContextImpl(Table, String, int) - Constructor for class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
-
- ColumnNamingContextImpl(int) - Constructor for class org.apache.metamodel.schema.naming.ColumnNamingContextImpl
-
- ColumnNamingSession - Interface in org.apache.metamodel.schema.naming
-
Represents a 'session' in which a single
Table
's
Column
s are
named.
- ColumnNamingStrategies - Class in org.apache.metamodel.schema.naming
-
- ColumnNamingStrategy - Interface in org.apache.metamodel.schema.naming
-
A strategy that defines how columns are logically named.
- ColumnSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
-
- ColumnType - Interface in org.apache.metamodel.schema
-
Represents the data-type of columns.
- ColumnTypeImpl - Class in org.apache.metamodel.schema
-
Default implementation of ColumnType
- ColumnTypeImpl(String, SuperColumnType) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
-
- ColumnTypeImpl(String, SuperColumnType, Class<?>) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
-
- ColumnTypeImpl(String, SuperColumnType, Class<?>, boolean) - Constructor for class org.apache.metamodel.schema.ColumnTypeImpl
-
- compare(Object, Object) - Method in class org.apache.metamodel.util.BooleanComparator
-
- compare(Object, Object) - Method in class org.apache.metamodel.util.NumberComparator
-
- compare(Object, Object) - Method in class org.apache.metamodel.util.ObjectComparator
-
- compare(Object, Object) - Method in class org.apache.metamodel.util.TimeComparator
-
- compare(Object, Object) - Method in class org.apache.metamodel.util.ToStringComparator
-
- compareTo(Column) - Method in class org.apache.metamodel.schema.AbstractColumn
-
- compareTo(Relationship) - Method in class org.apache.metamodel.schema.AbstractRelationship
-
- compareTo(Schema) - Method in class org.apache.metamodel.schema.AbstractSchema
-
- compareTo(Table) - Method in class org.apache.metamodel.schema.AbstractTable
-
- compile() - Method in interface org.apache.metamodel.query.InvokableQuery
-
Compiles the query
- CompiledQuery - Interface in org.apache.metamodel.query
-
A
CompiledQuery
is a
Query
which has been compiled, typically
by the data source itself, to provide optimized execution speed.
- compileQuery(Query) - Method in class org.apache.metamodel.AbstractDataContext
-
- compileQuery(Query) - Method in interface org.apache.metamodel.DataContext
-
Compiles a query, preparing it for reuse.
- compileQuery(Query) - Method in class org.apache.metamodel.intercept.InterceptableDataContext
-
- compileQuery(Query) - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- CompositeDataContext - Class in org.apache.metamodel
-
DataContext for composite datacontexts.
- CompositeDataContext(DataContext...) - Constructor for class org.apache.metamodel.CompositeDataContext
-
- CompositeDataContext(Collection<DataContext>) - Constructor for class org.apache.metamodel.CompositeDataContext
-
- CompositeSchema - Class in org.apache.metamodel.schema
-
A composite schema, comprising tables from several
DataContext
s.
- CompositeSchema(String, Collection<? extends Schema>) - Constructor for class org.apache.metamodel.schema.CompositeSchema
-
- concat(boolean, Collection<? extends E>, Collection<?>...) - Static method in class org.apache.metamodel.util.CollectionUtils
-
- ConnectionException - Exception in org.apache.metamodel
-
- ConnectionException() - Constructor for exception org.apache.metamodel.ConnectionException
-
- ConnectionException(Exception) - Constructor for exception org.apache.metamodel.ConnectionException
-
- ConnectionException(String, Exception) - Constructor for exception org.apache.metamodel.ConnectionException
-
- ConnectionException(String) - Constructor for exception org.apache.metamodel.ConnectionException
-
- ConstantFunc<I,O> - Class in org.apache.metamodel.util
-
A function that always returns the same constant response.
- ConstantFunc(O) - Constructor for class org.apache.metamodel.util.ConstantFunc
-
- ConsumerAndProducerFactory - Interface in org.apache.metamodel.kafka
-
Factory interface for Kafka Consumer
and Producer
objects to
be used by Apache MetaModel.
- containsColumnPair(Column, Column) - Method in class org.apache.metamodel.schema.AbstractRelationship
-
- containsColumnPair(Column, Column) - Method in interface org.apache.metamodel.schema.Relationship
-
Determines whether this relationship contains a specific pair of columns
- containsKey(Object) - Method in class org.apache.metamodel.hbase.HBaseFamilyMap
-
- containsNonSelectScalaFunctions(Query) - Static method in class org.apache.metamodel.MetaModelHelper
-
Determines if a query contains
ScalarFunction
s in any clause of the query EXCEPT for the SELECT clause.
- containsValue(Object) - Method in class org.apache.metamodel.hbase.HBaseFamilyMap
-
- convert(Document, DataSetHeader) - Method in interface org.apache.metamodel.convert.DocumentConverter
-
- convert(Document, DataSetHeader) - Method in class org.apache.metamodel.schema.builder.ColumnNameAsKeysRowConverter
-
- convert(Document, DataSetHeader) - Method in class org.apache.metamodel.schema.builder.SingleMapColumnSchemaBuilder
-
- convertColumnType(int) - Static method in class org.apache.metamodel.schema.ColumnTypeImpl
-
Finds the ColumnType enum corresponding to the incoming JDBC
type-constant
- convertColumnType(Class<?>) - Static method in class org.apache.metamodel.schema.ColumnTypeImpl
-
Finds the ColumnType enum corresponding to the incoming Java class.
- ConvertedDataSetInterceptor - Class in org.apache.metamodel.convert
-
- ConvertedDataSetInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedDataSetInterceptor
-
- ConvertedDataSetInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedDataSetInterceptor
-
- ConvertedRowInsertionInterceptor - Class in org.apache.metamodel.convert
-
- ConvertedRowInsertionInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
-
- ConvertedRowInsertionInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedRowInsertionInterceptor
-
- ConvertedRowUpdationInterceptor - Class in org.apache.metamodel.convert
-
- ConvertedRowUpdationInterceptor() - Constructor for class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
-
- ConvertedRowUpdationInterceptor(Map<Column, TypeConverter<?, ?>>) - Constructor for class org.apache.metamodel.convert.ConvertedRowUpdationInterceptor
-
- Converters - Class in org.apache.metamodel.convert
-
This class consists of static methods for decorating
DataContext
s
with
TypeConverter
s, which allows for automatic conversion of values
on data read and write operations.
- convertOperatorType(String) - Static method in class org.apache.metamodel.query.OperatorTypeImpl
-
Converts from SQL string literals to an OperatorType.
- convertRow(RB, Map<Column, TypeConverter<?, ?>>) - Static method in class org.apache.metamodel.convert.Converters
-
- copy(Reader, Writer) - Static method in class org.apache.metamodel.util.FileHelper
-
- copy(InputStream, OutputStream) - Static method in class org.apache.metamodel.util.FileHelper
-
- copy(Resource, Resource) - Static method in class org.apache.metamodel.util.FileHelper
-
- copy(File, File) - Static method in class org.apache.metamodel.util.FileHelper
-
- CouchDbDataContext - Class in org.apache.metamodel.couchdb
-
DataContext implementation for CouchDB
- CouchDbDataContext(StdHttpClient.Builder, SimpleTableDef...) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(StdHttpClient.Builder) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(HttpClient, SimpleTableDef...) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(HttpClient) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(CouchDbInstance) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(CouchDbInstance, String...) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContext(CouchDbInstance, SimpleTableDef...) - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContext
-
- CouchDbDataContextFactory - Class in org.apache.metamodel.couchdb
-
- CouchDbDataContextFactory() - Constructor for class org.apache.metamodel.couchdb.CouchDbDataContextFactory
-
- CouchDbDataContextFactoryBeanDelegate - Class in org.apache.metamodel.spring
-
- CouchDbDataContextFactoryBeanDelegate() - Constructor for class org.apache.metamodel.spring.CouchDbDataContextFactoryBeanDelegate
-
- CouchDbSamplingDocumentSource - Class in org.apache.metamodel.couchdb
-
A
DocumentSource
that instantiates several other
CouchDbDatabaseDocumentSource
on-demand when they are need to provide
a cross-database sample
- CouchDbSamplingDocumentSource(CouchDbInstance) - Constructor for class org.apache.metamodel.couchdb.CouchDbSamplingDocumentSource
-
- CouchDbSimpleTableDefSchemaBuilder - Class in org.apache.metamodel.couchdb
-
- CouchDbSimpleTableDefSchemaBuilder(SimpleTableDef[]) - Constructor for class org.apache.metamodel.couchdb.CouchDbSimpleTableDefSchemaBuilder
-
- COUNT - Static variable in interface org.apache.metamodel.query.FunctionType
-
- CountAggregateFunction - Class in org.apache.metamodel.query
-
- CountAggregateFunction() - Constructor for class org.apache.metamodel.query.CountAggregateFunction
-
- CountSelectBuilder<B extends SatisfiedQueryBuilder<?>> - Interface in org.apache.metamodel.query.builder
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.arff.ArffDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.cassandra.CassandraDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.couchdb.CouchDbDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.csv.CsvDataContextFactory
-
- create() - Method in class org.apache.metamodel.data.StyleBuilder
-
Creates a
Style
object based on the build characteristics.
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.elasticsearch.nativeclient.ElasticSearchDataContextFactory
-
Deprecated.
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.elasticsearch.rest.ElasticSearchRestDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.excel.ExcelDataContextFactory
-
- create(ResourceProperties) - Method in class org.apache.metamodel.factory.ClasspathResourceFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in interface org.apache.metamodel.factory.DataContextFactory
-
- create(ResourceProperties) - Method in class org.apache.metamodel.factory.FileResourceFactory
-
- create(ResourceProperties) - Method in class org.apache.metamodel.factory.InMemoryResourceFactory
-
- create(ResourceProperties) - Method in interface org.apache.metamodel.factory.ResourceFactory
-
- create(ResourceProperties) - Method in class org.apache.metamodel.factory.UrlResourceFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContextFactory
-
- create(ResourceProperties) - Method in class org.apache.metamodel.hadoop.HdfsResourceFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.hbase.HbaseDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.jdbc.JdbcDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.json.JsonDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.pojo.PojoDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.salesforce.SalesforceDataContextFactory
-
- create(Relationship, ImmutableSchema) - Static method in class org.apache.metamodel.schema.ImmutableRelationship
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.sugarcrm.SugarCrmDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.xml.XmlDomDataContextFactory
-
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.xml.XmlSaxDataContextFactory
-
- createAggregateBuilder() - Method in interface org.apache.metamodel.query.AggregateFunction
-
Creates a specific aggregate builder.
- createAggregateBuilder() - Method in class org.apache.metamodel.query.AverageAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.CountAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.FirstAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.LastAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.MaxAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.MinAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.RandomAggregateFunction
-
- createAggregateBuilder() - Method in class org.apache.metamodel.query.SumAggregateFunction
-
- createAggregateBuilder() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyFunctionType
-
- createCalendar() - Static method in class org.apache.metamodel.util.DateUtils
-
- createCassandraDataContext(Cluster, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new Cassandra datacontext.
- createClient(HttpHost, String, String) - Static method in class org.apache.metamodel.elasticsearch.rest.ElasticSearchRestUtil
-
Constructs and returns a RestHighLevelClient
for the given httpHost, username and password.
- createColor(String) - Static method in class org.apache.metamodel.data.StyleBuilder
-
Creates a Color based on a 6-letter RGB hex color code string, eg.
- createColor(int, int, int) - Static method in class org.apache.metamodel.data.StyleBuilder
-
Creates a color based on 3 RGB components, represented as ints
- createColor(short, short, short) - Static method in class org.apache.metamodel.data.StyleBuilder
-
Creates a color based on 3 RGB components, represented as shorts
- createCompositeDataContext(DataContext...) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a composite DataContext based on a set of delegate DataContexts.
- createCompositeDataContext(Collection<DataContext>) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a composite DataContext based on a set of delegate DataContexts.
- createConsumer(String, Class<K>, Class<V>) - Method in interface org.apache.metamodel.kafka.ConsumerAndProducerFactory
-
- createConsumer(String, Class<K>, Class<V>) - Method in class org.apache.metamodel.kafka.KafkaConsumerAndProducerFactory
-
- createCouchDbDataContext(String, Integer, String, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new CouchDB datacontext.
- createCouchDbDataContext(String, Integer, String, String, SimpleTableDef[]) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new CouchDB datacontext.
- createCsvDataContext(File) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a CSV file
- createCsvDataContext(File, char, char) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a CSV file
- createCsvDataContext(File, char, char, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a CSV file
- createCsvDataContext(File, CsvConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a CSV file
- createCsvDataContext(InputStream, char, char) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on CSV-content through an input stream
- createCsvDataContext(InputStream, char, char, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on CSV-content through an input stream
- createCsvDataContext(InputStream, CsvConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on CSV-content through an input stream
- createCsvReader(int) - Method in class org.apache.metamodel.csv.CsvDataContext
-
- createCsvReader(BufferedReader) - Method in class org.apache.metamodel.csv.CsvDataContext
-
- createDataContext(DataContextProperties) - Method in interface org.apache.metamodel.factory.DataContextFactoryRegistry
-
- createDataContext(DataContextProperties) - Method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.CouchDbDataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.CsvDataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in interface org.apache.metamodel.spring.DataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.ExcelDataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.JdbcDataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.MongoDbDataContextFactoryBeanDelegate
-
- createDataContext(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.PojoDataContextFactoryBeanDelegate
-
- createDateFormat() - Static method in class org.apache.metamodel.util.DateUtils
-
- createDateFormat(String) - Static method in class org.apache.metamodel.util.DateUtils
-
- createElasticSearchDataContext(ElasticSearchRestClient, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new JSON-based ElasticSearch datacontext.
- createElasticSearchDataContext(Client, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new ElasticSearch datacontext.
- createExcelDataContext(File, ExcelConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on an Excel spreadsheet file
- createExcelDataContext(File) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on an Excel spreadsheet file
- createFixedWidthDataContext(File, String, int) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a fixed width file.
- createFixedWidthDataContext(File, FixedWidthConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a fixed width file.
- createFixedWidthDataContext(Resource, FixedWidthConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a fixed width file.
- createFixedWidthDataContext(File, String, int, int) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a fixed width file.
- createFromClasspath() - Static method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
-
- createHBaseDataContext(HBaseConfiguration) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new HBase datacontext.
- createHBaseDataContext(HBaseConfiguration, Connection) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new HBase datacontext.
- createJavaStyle() - Static method in class org.apache.metamodel.query.SubstringFunction
-
- createJdbcDataContext(Connection) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC connection
- createJdbcDataContext(DataSource) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC datasource
- createJdbcDataContext(Connection, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC connection
- createJdbcDataContext(Connection, TableType...) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC connection
- createJdbcDataContext(Connection, String, TableType[]) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC connection
- createJdbcDataContext(DataSource, TableType...) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC datasource
- createJdbcDataContext(DataSource, String, TableType[]) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC datasource
- createJdbcDataContext(DataSource, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JDBC datasource
- createJsonDataContext(File) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on a JSON file
- createMapping(PutMappingRequest, Header...) - Method in class org.apache.metamodel.elasticsearch.rest.ElasticSearchRestClient
-
Deprecated.
- createMongoDbDataContext(String, Integer, String, String, char[], SimpleTableDef[]) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new MongoDB datacontext.
- createMongoDbDataContext(String, Integer, String, String, char[]) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new MongoDB datacontext.
- createMongoDbQuery(Table, List<FilterItem>) - Method in class org.apache.metamodel.mongodb.mongo2.MongoDbDataContext
-
- createMongoDbQuery(Table, List<FilterItem>, Consumer<FilterItem>) - Method in class org.apache.metamodel.mongodb.mongo3.MongoDbDataContext
-
- createOpenOfficeDataContext(File) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on an OpenOffice.org database file.
- createPojoDataContext() - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a new POJO data context that is empty but can be populated at
will.
- createPojoDataContext(List<TableDataProvider<?>>) - Static method in class org.apache.metamodel.DataContextFactory
-
- createPojoDataContext(String, TableDataProvider<?>[]) - Static method in class org.apache.metamodel.DataContextFactory
-
- createPojoDataContext(String, List<TableDataProvider<?>>) - Static method in class org.apache.metamodel.DataContextFactory
-
- createProducer(Class<K>, Class<V>) - Method in interface org.apache.metamodel.kafka.ConsumerAndProducerFactory
-
- createProducer(Class<K>, Class<V>) - Method in class org.apache.metamodel.kafka.KafkaConsumerAndProducerFactory
-
- createQueryBuilderForSimpleWhere(List<FilterItem>, LogicalOperator) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
Creates, if possible, a
QueryBuilder
object which can be used to
push down one or more
FilterItem
s to ElasticSearch's backend.
- createRelationship(List<Column>, List<Column>) - Static method in class org.apache.metamodel.schema.MutableRelationship
-
Factory method to create relations between two tables by specifying which
columns from the tables that enforce the relationship.
- createRelationship(Column, Column) - Static method in class org.apache.metamodel.schema.MutableRelationship
-
- createResource(ResourceProperties) - Method in interface org.apache.metamodel.factory.ResourceFactoryRegistry
-
- createResource(ResourceProperties) - Method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
-
- createRow(Map<String, Object>, String, DataSetHeader) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
Creates and returns a
Row
for the given sourceMap, using the documentId as primary key and the header as
definition of which columns are added to the row.
- createSalesforceDataContext(String, String, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext that connects to a Salesforce.com instance.
- createSelectItems(Column...) - Static method in class org.apache.metamodel.MetaModelHelper
-
- createSqlStyle() - Static method in class org.apache.metamodel.query.SubstringFunction
-
- createSugarCrmDataContext(String, String, String, String) - Static method in class org.apache.metamodel.DataContextFactory
-
Create a DataContext that connects to a SugarCRM system.
- createTable(String, String) - Method in class org.apache.metamodel.AbstractUpdateCallback
-
- CreateTable - Class in org.apache.metamodel.create
-
- CreateTable(Schema, String) - Constructor for class org.apache.metamodel.create.CreateTable
-
- CreateTable(String, String) - Constructor for class org.apache.metamodel.create.CreateTable
-
- createTable(Schema, String) - Method in interface org.apache.metamodel.create.TableCreatable
-
Initiates the building of a table creation operation.
- createTable(String, String) - Method in interface org.apache.metamodel.create.TableCreatable
-
Initiates the building of a table creation operation.
- CreateTableColumnBuilder - Class in org.apache.metamodel.create
-
- CreateTableColumnBuilder(CreateTable, MutableColumn) - Constructor for class org.apache.metamodel.create.CreateTableColumnBuilder
-
- createTempFile(String, String) - Static method in class org.apache.metamodel.util.FileHelper
-
- createWhereClause(List<FilterItem>, IQueryRewriter, boolean) - Static method in class org.apache.metamodel.jdbc.JdbcUtils
-
- createXmlDataContext(InputSource, String, boolean) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on XML-content from an input source.
- createXmlDataContext(File, boolean) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on XML-content from a File.
- createXmlDataContext(URL, boolean) - Static method in class org.apache.metamodel.DataContextFactory
-
Creates a DataContext based on XML-content from a URL.
- CsvConfiguration - Class in org.apache.metamodel.csv
-
Represents the configuration for reading/parsing CSV files.
- CsvConfiguration() - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int, boolean, boolean) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int, String, char, char, char) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int, String, char, char, char, boolean) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int, String, char, char, char, boolean, boolean) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvConfiguration(int, ColumnNamingStrategy, String, char, char, char, boolean, boolean) - Constructor for class org.apache.metamodel.csv.CsvConfiguration
-
- CsvDataContext - Class in org.apache.metamodel.csv
-
DataContext implementation for reading CSV files.
- CsvDataContext(File, CsvConfiguration) - Constructor for class org.apache.metamodel.csv.CsvDataContext
-
Constructs a CSV DataContext based on a file
The file provided can be either existing or non-existing.
- CsvDataContext(Resource, CsvConfiguration) - Constructor for class org.apache.metamodel.csv.CsvDataContext
-
- CsvDataContext(URL, CsvConfiguration) - Constructor for class org.apache.metamodel.csv.CsvDataContext
-
Constructs a CSV DataContext based on a
URL
- CsvDataContext(File) - Constructor for class org.apache.metamodel.csv.CsvDataContext
-
Constructs a CSV DataContext based on a file
- CsvDataContext(InputStream, CsvConfiguration) - Constructor for class org.apache.metamodel.csv.CsvDataContext
-
- CsvDataContextFactory - Class in org.apache.metamodel.csv
-
- CsvDataContextFactory() - Constructor for class org.apache.metamodel.csv.CsvDataContextFactory
-
- CsvDataContextFactoryBeanDelegate - Class in org.apache.metamodel.spring
-
- CsvDataContextFactoryBeanDelegate() - Constructor for class org.apache.metamodel.spring.CsvDataContextFactoryBeanDelegate
-
- CsvWriter - Class in org.apache.metamodel.csv
-
This class is an adaptation of the CSVWriter class of OpenCSV.
- CsvWriter(CsvConfiguration) - Constructor for class org.apache.metamodel.csv.CsvWriter
-
- current() - Method in class org.apache.metamodel.util.AlphabeticSequence
-
Gets the current value (ie.
- CustomColumnNamingStrategy - Class in org.apache.metamodel.schema.naming
-
- CustomColumnNamingStrategy(List<String>) - Constructor for class org.apache.metamodel.schema.naming.CustomColumnNamingStrategy
-
- CustomColumnNamingStrategy(String...) - Constructor for class org.apache.metamodel.schema.naming.CustomColumnNamingStrategy
-
- customNames(List<String>) - Static method in class org.apache.metamodel.schema.naming.ColumnNamingStrategies
-
- customNames(String...) - Static method in class org.apache.metamodel.schema.naming.ColumnNamingStrategies
-
- get(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- get(Object) - Method in class org.apache.metamodel.hbase.HBaseFamilyMap
-
- 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 class org.apache.metamodel.util.SerializableRef
-
- get() - Static method in class org.apache.metamodel.util.SharedExecutorService
-
- getAdmin() - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- 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
-
- getAttributes(Element) - Static method in class org.apache.metamodel.xml.XmlDomDataContext
-
- 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
-
- getBoolean(String, boolean) - Method in class org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
-
- 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, Charset) - Static method in class org.apache.metamodel.util.FileHelper
-
- getBufferedReader(File, String) - Static method in class org.apache.metamodel.util.FileHelper
-
- getBufferedReader(InputStream, Charset) - 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, Charset) - 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
-
- getCatalogName() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- getCatalogName() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getCatalogName() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getCatalogNames() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
Convenience method to get the available catalogNames using this connection.
- getCause() - Method in exception org.apache.metamodel.jdbc.RolledBackUpdateException
-
- getCause() - Method in exception org.apache.metamodel.jdbc.UncheckedSQLException
-
- getChar(Object, char) - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
-
- getChar(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getChar(String, char) - Method in class org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
-
- getChildElements(Element) - Static method in class org.apache.metamodel.xml.XmlDomDataContext
-
- 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
FilterItem
s 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 class org.apache.metamodel.csv.CsvConfiguration
-
The line number (1 based) from which to get the names of the columns.
- getColumnNameLineNumber() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
The line number (1 based) from which to get the names of the columns.
- getColumnNameLineNumber() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getColumnNameLineNumber() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getColumnNameLineNumber() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
The line number (1 based) from which to get the names of the columns.
- getColumnNameLineNumber() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getColumnNameLineNumber() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getColumnNames() - Method in class org.apache.metamodel.elasticsearch.common.ElasticSearchMetaData
-
- 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
- getColumnNamingStrategy() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
- getColumnNamingStrategy() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
- getColumnNamingStrategy() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
- 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
-
- getColumnsInLine() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the amount of columns in the parsed line.
- getColumnsInTable() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the expected amounts of columns, as defined by the table metadata.
- 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
.
- getColumnType(int, String, Integer) - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- getColumnType(int, String, Integer) - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Gets the column type for a specific JDBC type (as defined in
Types
), native type name and column size.
- getColumnType(int, String, Integer) - Method in class org.apache.metamodel.jdbc.dialects.OracleQueryRewriter
-
- getColumnType(int, String, Integer) - Method in class org.apache.metamodel.jdbc.dialects.PostgresqlQueryRewriter
-
- getColumnTypeFromElasticSearchType(String) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
- getColumnTypes() - Method in class org.apache.metamodel.elasticsearch.common.ElasticSearchMetaData
-
- 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
-
- getConfiguration() - Method in class org.apache.metamodel.csv.CsvDataContext
-
Gets the CSV configuration used
- getConfiguration() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Gets the Excel configuration used.
- getConfiguration() - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContext
-
Gets the Fixed width value configuration used.
- getConfiguration() - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- getConnection() - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- getConnection() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
Gets an appropriate connection object to use - either a dedicated connection or a new connection from the
datasource object.
- getConnection() - Method in class org.apache.metamodel.openoffice.OpenOfficeDataContext
-
- getConnection() - Method in class org.apache.metamodel.salesforce.SalesforceDataContext
-
Returns the Salesforce connection being used by this datacontext.
- getConverters(DataSet) - Method in class org.apache.metamodel.convert.ConvertedDataSetInterceptor
-
- getCouchDbInstance() - Method in class org.apache.metamodel.couchdb.CouchDbDataContext
-
- 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
-
- getDatabaseName() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getDatabaseName() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getDatabaseProductName() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- getDatabaseVersion() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- getDataContext() - Method in class org.apache.metamodel.AbstractUpdateCallback
-
- getDataContext() - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- 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
-
- getDataSource() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getDataSource() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getDayOfMonth(Date) - Static method in class org.apache.metamodel.util.DateUtils
-
- getDecimalDigits() - Method in interface org.apache.metamodel.schema.Column
-
Gets the number of decimal digits for this column.
- getDecimalDigits() - Method in class org.apache.metamodel.schema.ImmutableColumn
-
- getDecimalDigits() - Method in class org.apache.metamodel.schema.MutableColumn
-
- getDefaultInstance() - Static method in class org.apache.metamodel.factory.DataContextFactoryRegistryImpl
-
- getDefaultInstance() - Static method in class org.apache.metamodel.factory.ResourceFactoryRegistryImpl
-
- getDefaultRowKeyType() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- 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.jdbc.JdbcDataContext
-
- getDefaultSchemaName() - Method in class org.apache.metamodel.neo4j.Neo4jDataContext
-
- getDefaultSchemaName() - Method in class org.apache.metamodel.openoffice.OpenOfficeDataContext
-
- getDefaultSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDataContext
-
- getDelegate() - Method in class org.apache.metamodel.intercept.InterceptableDataContext
-
- getDelegate() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
Gets the delegate from the JDBC API (ie.
- 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.couchdb.CouchDbSimpleTableDefSchemaBuilder
-
- 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 class org.apache.metamodel.couchdb.CouchDbDataContext
-
- getDocumentSourceForTable(String) - Method in class org.apache.metamodel.json.JsonDataContext
-
- getDocumentSourceForTable(String) - Method in class org.apache.metamodel.neo4j.Neo4jDataContext
-
- 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
-
- getDriverClassName() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getDriverClassName() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getDynamoDb() - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContext
-
- getElasticSearchClient() - Method in class org.apache.metamodel.elasticsearch.nativeclient.ElasticSearchDataContext
-
Deprecated.
- getElasticSearchClient() - Method in class org.apache.metamodel.elasticsearch.rest.ElasticSearchRestDataContext
-
- getEncoding() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the file encoding to use for reading the file.
- getEncoding() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getEncoding() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getEncoding() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
Gets the file encoding to use for reading the file.
- getEncoding() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getEncoding() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getError() - Method in class org.apache.metamodel.util.LazyRef
-
Gets any error that occurred while fetching the lazy loaded value.
- getEscapeChar() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Gets the escape char, used for escaping eg.
- getEscapeChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getEscapeChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getEscapeChar() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getEscapeChar() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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
-
- getExistsQuery(String) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
- 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
-
- getFailOnInconsistentRowLength() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getFailOnInconsistentRowLength() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getFetchSizeCalculator() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- getFile() - Method in class org.apache.metamodel.util.FileResource
-
- getFilename() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getFilename() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getFilepath() - Method in class org.apache.metamodel.util.HdfsResource
-
- 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.
- getFixedValueWidth() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
Gets the width of each value within the fixed width value file.
- 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
-
- getHadoopConfDir() - Method in class org.apache.metamodel.util.HdfsResource
-
- getHadoopConfiguration() - Method in class org.apache.metamodel.util.HdfsResource
-
- getHadoopFileSystem() - Method in class org.apache.metamodel.util.HdfsResource
-
- getHadoopPath() - Method in class org.apache.metamodel.util.HdfsResource
-
- getHavingClause() - Method in class org.apache.metamodel.query.Query
-
- getHBaseClientRetries() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- 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
-
- getHeaders() - Method in class org.apache.metamodel.sugarcrm.LoggingMessageHandler
- getHostname() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getHostname() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getHostname() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getHostname() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getHostname() - Method in class org.apache.metamodel.util.HdfsResource
-
- getHTable(String) - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- getIdentifierQuoteString() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- 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.
- getIndexName() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataContext
-
Gets the name of the index that this
DataContext
is working on.
- 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
-
- getInt(String, int) - Method in class org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
-
- 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.spring.SpringResource
-
- 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.HdfsResource
-
- 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.arff.ArffDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.cassandra.CassandraDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.couchdb.CouchDbDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.csv.CsvDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.json.JsonDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.kafka.KafkaDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.mongodb.mongo2.MongoDbDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.mongodb.mongo3.MongoDbDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.neo4j.Neo4jDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.pojo.PojoDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.QueryPostprocessDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.QueryPostprocessDelegate
-
- getMainSchema() - Method in class org.apache.metamodel.salesforce.SalesforceDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.sugarcrm.SugarCrmDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.xml.XmlDomDataContext
-
- getMainSchema() - Method in class org.apache.metamodel.xml.XmlSaxDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.arff.ArffDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.cassandra.CassandraDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.couchdb.CouchDbDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.csv.CsvDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.hbase.HBaseDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.json.JsonDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.kafka.KafkaDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.mongodb.mongo2.MongoDbDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.mongodb.mongo3.MongoDbDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.neo4j.Neo4jDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.pojo.PojoDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.QueryPostprocessDelegate
-
- getMainSchemaName() - Method in class org.apache.metamodel.salesforce.SalesforceDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.sugarcrm.SugarCrmDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.xml.XmlDomDataContext
-
- getMainSchemaName() - Method in class org.apache.metamodel.xml.XmlSaxDataContext
-
- getMap(String) - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getMappings(String, Header...) - Method in class org.apache.metamodel.elasticsearch.rest.ElasticSearchRestClient
-
Deprecated.
- getMappingSource(MutableTable) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
- 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.csv.InconsistentRowLengthException
-
- getMessage() - Method in exception org.apache.metamodel.InconsistentRowFormatException
-
- getMissingQuery(String) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
- getMixedDocumentSourceForSampling() - Method in class org.apache.metamodel.couchdb.CouchDbDataContext
-
- getMixedDocumentSourceForSampling() - Method in class org.apache.metamodel.json.JsonDataContext
-
- getMixedDocumentSourceForSampling() - Method in class org.apache.metamodel.neo4j.Neo4jDataContext
-
- getMixedDocumentSourceForSampling() - Method in interface org.apache.metamodel.schema.builder.DocumentSourceProvider
-
- getMongoDb() - Method in class org.apache.metamodel.mongodb.mongo2.MongoDbDataContext
-
Gets the
DB
instance that this
DataContext
is backed by.
- getMongoDb() - Method in class org.apache.metamodel.mongodb.mongo3.MongoDbDataContext
-
Gets the
DB
instance that this
DataContext
is backed by.
- getMonth(Date) - Static method in class org.apache.metamodel.util.DateUtils
-
- getMultilineValues() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getMultilineValues() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getName() - Method in class org.apache.metamodel.fixedwidth.FixedWidthColumnSpec
-
- getName() - Method in class org.apache.metamodel.pojo.ArrayTableDataProvider
-
- getName() - Method in class org.apache.metamodel.pojo.MapTableDataProvider
-
- getName() - Method in class org.apache.metamodel.pojo.ObjectTableDataProvider
-
- 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.spring.SpringResource
-
- 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.HdfsResource
-
- 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.
- getNumberOfLinesToScan() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
The number of lines to scan when detecting the column types
- getObject() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getObjectType() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- 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
-
- getPassword() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getPassword() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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
-
- getPort() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getPort() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getPort() - Method in class org.apache.metamodel.util.HdfsResource
-
- 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.spring.SpringResource
-
- 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.HdfsResource
-
- 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 hierarchical 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
-
- getQueryRewriter() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- 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 class org.apache.metamodel.csv.CsvConfiguration
-
Gets the quote char, used for encapsulating values.
- getQuoteChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getQuoteChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getQuoteChar() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getQuoteChar() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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(InputStream, Charset) - Static method in class org.apache.metamodel.util.FileHelper
-
- getReader(File, Charset) - 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 class org.apache.metamodel.csv.CsvDataContext
-
Gets the resource that is being read from.
- getResource() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Gets the Excel resource being read
- getResource() - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContext
-
Gets the resource being read
- getResource(DataContextFactoryParameters) - Method in class org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
-
- getResource() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getResource() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getResource() - Method in class org.apache.metamodel.spring.SpringResource
-
Gets the underlying spring Resource
object.
- 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
-
- getResultSetValue(ResultSet, int, Column) - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- getResultSetValue(ResultSet, int, Column) - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Retrieves a value from a JDBC
ResultSet
when the anticipated value is mapped to a particular column.
- getResultSetValue(ResultSet, int, Column) - Method in class org.apache.metamodel.jdbc.dialects.PostgresqlQueryRewriter
-
- 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
-
- getRow() - Method in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataSet
-
- getRowCount() - Method in class org.apache.metamodel.data.DataSetTableModel
-
- getRowCount() - Method in class org.apache.metamodel.jdbc.QuerySplitter
-
- 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).
- getRowNumberSql(Query, Integer, Integer) - Method in class org.apache.metamodel.jdbc.dialects.RowNumberQueryRewriter
-
- 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
-
- getRowXpath() - Method in class org.apache.metamodel.xml.XmlSaxTableDef
-
- 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.jdbc.JdbcDataContext
-
- getSchemaByNameInternal(String) - Method in class org.apache.metamodel.openoffice.OpenOfficeDataContext
-
- 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.hbase.HBaseConfiguration
-
- 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.jdbc.JdbcDataContext
-
- getSchemaNamesInternal() - Method in class org.apache.metamodel.openoffice.OpenOfficeDataContext
-
- 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
-
- getScheme() - Method in class org.apache.metamodel.util.HdfsResource
-
- 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 class org.apache.metamodel.csv.CsvConfiguration
-
Gets the separator char (typically comma or semicolon) for separating
values.
- getSeparatorChar() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getSeparatorChar() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getSeparatorChar() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getSeparatorChar() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getSize() - Method in class org.apache.metamodel.spring.SpringResource
-
- 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.HdfsResource
-
- 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
-
- getSkipEmptyColumns() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getSkipEmptyColumns() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getSkipEmptyLines() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getSkipEmptyLines() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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.
- getSourceLine() - Method in exception org.apache.metamodel.csv.InconsistentRowLengthException
-
Gets the source line, as parsed by the CSV parser (regardless of table
metadata).
- getSourceLine() - Method in exception org.apache.metamodel.fixedwidth.InconsistentValueWidthException
-
Gets the source line as represented in the Fixed Width file
- getSourceObject() - Method in class org.apache.metamodel.data.Document
-
Gets the source representation of the document, if any.
- getSourceResult() - Method in exception org.apache.metamodel.fixedwidth.InconsistentValueWidthException
-
Gets the parsed result as read by the Fixed Width reader.
- getSpreadsheetReaderDelegateClass() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Convenient method for testing and inspecting internal state.
- 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
-
- getString(String, String) - Method in class org.apache.metamodel.spring.AbstractDataContextFactoryBeanDelegate
-
- 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
-
- getTableDef() - Method in class org.apache.metamodel.pojo.ArrayTableDataProvider
-
- getTableDef() - Method in class org.apache.metamodel.pojo.MapTableDataProvider
-
- getTableDef() - Method in class org.apache.metamodel.pojo.ObjectTableDataProvider
-
- getTableDef() - Method in interface org.apache.metamodel.pojo.TableDataProvider
-
- getTableDefinitions() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- getTableDefs() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- getTableDefs() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- getTableDefs() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getTableDefs() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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 occurrences 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
-
- getTableTypes() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- getTableTypes() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getTableTypes() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getTableTypesAsStrings(TableType[]) - Static method in class org.apache.metamodel.jdbc.JdbcUtils
-
- getTempDir() - Static method in class org.apache.metamodel.util.FileHelper
-
- getTextContent(Element) - Static method in class org.apache.metamodel.xml.XmlDomDataContext
-
- 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.arff.ArffDataContextFactory
-
- getType() - Method in class org.apache.metamodel.cassandra.CassandraDataContextFactory
-
- getType() - Method in class org.apache.metamodel.couchdb.CouchDbDataContextFactory
-
- getType() - Method in class org.apache.metamodel.csv.CsvDataContextFactory
-
- getType() - Method in class org.apache.metamodel.dynamodb.DynamoDbDataContextFactory
-
- getType() - Method in class org.apache.metamodel.excel.ExcelDataContextFactory
-
- getType() - Method in class org.apache.metamodel.factory.AbstractDataContextFactory
-
Gets the "type" value for the
DataContext
s that this factory produces.
- getType() - Method in class org.apache.metamodel.fixedwidth.FixedWidthDataContextFactory
-
- getType() - Method in class org.apache.metamodel.hbase.HbaseDataContextFactory
-
- getType() - Method in class org.apache.metamodel.jdbc.JdbcDataContextFactory
-
- getType() - Method in class org.apache.metamodel.json.JsonDataContextFactory
-
- getType() - Method in class org.apache.metamodel.pojo.PojoDataContextFactory
-
- getType() - Method in class org.apache.metamodel.salesforce.SalesforceDataContextFactory
-
- 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.
- getType() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getType() - Method in class org.apache.metamodel.sugarcrm.SugarCrmDataContextFactory
-
- 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
-
- getUrl() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getUrl() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- 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
-
- getUsername() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- getUsername() - Method in interface org.apache.metamodel.spring.DataContextFactoryParameters
-
- getValidatedFieldName(String) - Static method in class org.apache.metamodel.elasticsearch.common.ElasticSearchUtils
-
Field name special characters are:
.
- 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
- getValue(String, Object[]) - Method in class org.apache.metamodel.pojo.ArrayTableDataProvider
-
- getValue(String, Map<String, ? extends Object>) - Method in class org.apache.metamodel.pojo.MapTableDataProvider
-
- getValue(String, E) - Method in class org.apache.metamodel.pojo.ObjectTableDataProvider
-
- getValue(String, E) - Method in interface org.apache.metamodel.pojo.TableDataProvider
-
- getValueAsSql(Column, Object, IQueryRewriter) - Static method in class org.apache.metamodel.jdbc.JdbcUtils
-
- 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
- getValueWidth(int) - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
- getValueWidths() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
- getValueXpaths() - Method in class org.apache.metamodel.xml.XmlSaxTableDef
-
- 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
-
- getWidth() - Method in class org.apache.metamodel.fixedwidth.FixedWidthColumnSpec
-
- 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
-
- getWriteConcernAdvisor() - Method in class org.apache.metamodel.mongodb.mongo2.MongoDbDataContext
-
- getWriteConcernAdvisor() - Method in class org.apache.metamodel.mongodb.mongo3.MongoDbDataContext
-
- getWriter(File, Charset, boolean) - Static method in class org.apache.metamodel.util.FileHelper
-
- 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, Charset, boolean) - Static method in class org.apache.metamodel.util.FileHelper
-
- getWriter(OutputStream, String, boolean) - Static method in class org.apache.metamodel.util.FileHelper
-
- getWriter(File, Charset, boolean, 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, Charset) - 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
-
- getZookeeperHostname() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- getZookeeperPort() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- getZookeeperRecoveryRetries() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- getZookeeperSessionTimeout() - Method in class org.apache.metamodel.hbase.HBaseConfiguration
-
- 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(String, ColumnType, Table, int, Integer, 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
-
- ImpalaQueryRewriter - Class in org.apache.metamodel.jdbc.dialects
-
Query rewriter for Apache Impala
Because Impala uses the same metadata store as Hive to record information about table structure and properties,
so Impala provides a high degree of compatibility with the Hive Query Language (HiveQL) ;
- ImpalaQueryRewriter(JdbcDataContext) - Constructor for class org.apache.metamodel.jdbc.dialects.ImpalaQueryRewriter
-
- 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
-
- InconsistentRowLengthException - Exception in org.apache.metamodel.csv
-
Exception thrown when a line in a CSV file has an inconsistent amount of
columns compared to the previous lines (and headers).
- InconsistentRowLengthException(int, Row, String[], int) - Constructor for exception org.apache.metamodel.csv.InconsistentRowLengthException
-
- InconsistentValueWidthException - Exception in org.apache.metamodel.fixedwidth
-
Exception thrown when inconsistent widths of a Fixed Width Value file
- InconsistentValueWidthException(String[], String, int) - Constructor for exception org.apache.metamodel.fixedwidth.InconsistentValueWidthException
-
- InconsistentValueWidthException(Row, InconsistentValueWidthException) - Constructor for exception org.apache.metamodel.fixedwidth.InconsistentValueWidthException
-
- indexesOf(String, int[]) - Method in class org.apache.metamodel.query.parser.QueryParser
-
Finds the start and end indexes of a string in the query.
- indexName - Variable in class org.apache.metamodel.elasticsearch.AbstractElasticSearchDataContext
-
- 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
-
- INITIAL_STRING_SIZE - Static variable in class org.apache.metamodel.csv.CsvWriter
-
- 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
-
- insert(Map<String, Object>) - Method in class org.apache.metamodel.pojo.ArrayTableDataProvider
-
- insert(Map<String, Object>) - Method in class org.apache.metamodel.pojo.MapTableDataProvider
-
- insert(Map<String, Object>) - Method in class org.apache.metamodel.pojo.ObjectTableDataProvider
-
- insert(String, Map<String, Object>) - Method in class org.apache.metamodel.pojo.PojoDataContext
-
- insert(Map<String, Object>) - Method in interface org.apache.metamodel.pojo.TableDataProvider
-
- 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.
- IQueryRewriter - Interface in org.apache.metamodel.jdbc.dialects
-
A query rewriter can be used for rewriting (part of) a query's string
representation.
- 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.
- isAggregateFunctionSupported(AggregateFunction) - Method in class org.apache.metamodel.jdbc.dialects.DefaultQueryRewriter
-
- isAggregateFunctionSupported(AggregateFunction) - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Determines whether a specific aggregate function is supported by the
database or not.
- isAscending() - Method in class org.apache.metamodel.query.OrderByItem
-
- isAutoFlattenTables() - Method in class org.apache.metamodel.xml.XmlDomDataContext
-
- 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.
- isConstantValueWidth() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
- 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
- isDefaultAutoCommit() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- isDeleteSupported() - Method in interface org.apache.metamodel.delete.RowDeletable
-
Determines whether row delete is supported
- isDescending() - Method in class org.apache.metamodel.query.OrderByItem
-
- isDetectColumnTypes() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if columns in the excel spreadsheet should be detected on data types while reading the spreadsheet.
- 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.hbase.HBaseFamilyMap
-
- 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
-
- isEolPresent() - Method in class org.apache.metamodel.fixedwidth.EbcdicConfiguration
-
Determines if the input file contains new line characters.
- 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.spring.SpringResource
-
- 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.HdfsResource
-
- 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
-
- isFailOnInconsistentLineWidth() - Method in class org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
Determines if the
DataSet.next()
should throw an exception in
case of inconsistent line width in the fixed width value file.
- isFailOnInconsistentRowLength() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
- 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.
- isFirstRowSupported(Query) - Method in class org.apache.metamodel.jdbc.dialects.DB2QueryRewriter
-
- isFirstRowSupported(Query) - Method in class org.apache.metamodel.jdbc.dialects.DefaultQueryRewriter
-
- isFirstRowSupported(Query) - Method in class org.apache.metamodel.jdbc.dialects.HsqldbQueryRewriter
-
- isFirstRowSupported(Query) - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Gets whether this query rewriter is able to write the "First row" query
property to the query string.
- isFirstRowSupported(Query) - Method in class org.apache.metamodel.jdbc.dialects.LimitOffsetQueryRewriter
-
- isFirstRowSupported(Query) - Method in class org.apache.metamodel.jdbc.dialects.OffsetFetchQueryRewriter
-
- isFunctionApproximationAllowed() - Method in class org.apache.metamodel.query.SelectItem
-
- isIgnoreLine(String) - Static method in class org.apache.metamodel.arff.ArffDataContext
-
- 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
-
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.DB2QueryRewriter
-
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.DefaultQueryRewriter
-
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.HsqldbQueryRewriter
-
- isMaxRowsSupported() - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Gets whether this query rewriter is able to write the "Max rows" query
property to the query string.
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.LimitOffsetQueryRewriter
-
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.OffsetFetchQueryRewriter
-
- isMaxRowsSupported() - Method in class org.apache.metamodel.jdbc.dialects.SQLServerQueryRewriter
-
- isMultilineValues() - Method in class org.apache.metamodel.csv.CsvConfiguration
-
Determines whether the CSV files read using this configuration should be
allowed to have multiline values in them.
- 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_CHARSET - Static variable in class org.apache.metamodel.util.FileHelper
-
- ISO_8859_1_ENCODING - Static variable in class org.apache.metamodel.util.FileHelper
-
- isPreparedParameterCandidate(FilterItem) - Static method in class org.apache.metamodel.jdbc.JdbcUtils
-
Determines if a particular
FilterItem
will have it's parameter (operand) replaced during SQL generation.
- 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
-
- isPrimaryKeySupported() - Method in class org.apache.metamodel.jdbc.dialects.DefaultQueryRewriter
-
- isPrimaryKeySupported() - Method in class org.apache.metamodel.jdbc.dialects.Hive2QueryRewriter
-
- isPrimaryKeySupported() - Method in class org.apache.metamodel.jdbc.dialects.HiveQueryRewriter
-
- isPrimaryKeySupported() - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Determines if the JDBC data source supports primary keys or not.
- isQualifiedPathDelim(char) - Method in class org.apache.metamodel.AbstractDataContext
-
- isQualifiedPathDelim(char) - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- isReadOnly() - Method in class org.apache.metamodel.spring.SpringResource
-
- 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.HdfsResource
-
- 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.
- isRootElement(Element) - Static method in class org.apache.metamodel.xml.XmlDomDataContext
-
- isScalarFunctionMaterialized(ScalarFunction) - Method in class org.apache.metamodel.QueryPostprocessDataContext
-
- isScalarFunctionSupported(ScalarFunction) - Method in class org.apache.metamodel.jdbc.dialects.DefaultQueryRewriter
-
- isScalarFunctionSupported(ScalarFunction) - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Determines whether a specific scalar function is supported by the
database or not.
- isSchemaIncludedInColumnPaths() - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- isSchemaIncludedInColumnPaths() - Method in class org.apache.metamodel.jdbc.dialects.DB2QueryRewriter
-
DB2 expects the fully qualified column name, including schema, in select
items.
- isSchemaIncludedInColumnPaths() - Method in class org.apache.metamodel.jdbc.dialects.SQLServerQueryRewriter
-
SQL server expects the fully qualified column name, including schema, in
select items.
- 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.
- isSingleConnection() - Method in class org.apache.metamodel.jdbc.JdbcDataContext
-
- isSingleton() - Method in class org.apache.metamodel.spring.DataContextFactoryBean
-
- isSkipEbcdicHeader() - Method in class org.apache.metamodel.fixedwidth.EbcdicConfiguration
-
Determines if the input file contains a header that should be skipped before reading records data.
- isSkipEmptyColumns() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if empty columns in the excel spreadsheet should be skipped while
reading the spreadsheet.
- isSkipEmptyColumns() - Method in interface org.apache.metamodel.factory.DataContextProperties
-
- isSkipEmptyColumns() - Method in class org.apache.metamodel.factory.DataContextPropertiesImpl
-
- isSkipEmptyLines() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if empty lines in the excel spreadsheet should be skipped while
reading the spreadsheet.
- 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 delimiter.
- isSpaceDelimited() - Method in class org.apache.metamodel.query.OperatorTypeImpl
-
- isSpaceDelimited() - Method in enum org.apache.metamodel.util.LegacyDeserializationObjectInputStream.LegacyOperatorType
-
- isSplittable(Query) - Static method in class org.apache.metamodel.jdbc.QuerySplitter
-
- isSupportedVersion(String, int) - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- 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
-
- isTransactional() - Method in class org.apache.metamodel.jdbc.dialects.AbstractQueryRewriter
-
- isTransactional() - Method in class org.apache.metamodel.jdbc.dialects.Hive2QueryRewriter
-
- isTransactional() - Method in class org.apache.metamodel.jdbc.dialects.HiveQueryRewriter
-
- isTransactional() - Method in interface org.apache.metamodel.jdbc.dialects.IQueryRewriter
-
Determines if the JDBC data source supports transactions or not.
- 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
- isWritable() - Method in class org.apache.metamodel.csv.CsvDataContext
-
- 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.
- iterator() - Method in class org.apache.metamodel.pojo.ArrayTableDataProvider
-
- iterator() - Method in class org.apache.metamodel.pojo.MapTableDataProvider
-
- iterator() - Method in class org.apache.metamodel.pojo.ObjectTableDataProvider
-
- 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.jdbc.JdbcUtils.JdbcActionType
-
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() - Method in class org.apache.metamodel.hbase.HBaseFamilyMap
-
- values() - Static method in enum org.apache.metamodel.jdbc.JdbcUtils.JdbcActionType
-
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
-