|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaModelException | |
|---|---|
| org.eobjects.metamodel | Root package for MetaModel |
| org.eobjects.metamodel.create | API for creating tables |
| org.eobjects.metamodel.delete | API for deleting rows |
| org.eobjects.metamodel.drop | API for dropping tables |
| org.eobjects.metamodel.insert | API for inserting rows |
| org.eobjects.metamodel.intercept | |
| org.eobjects.metamodel.query.parser | |
| org.eobjects.metamodel.update | API for updating rows |
| org.eobjects.metamodel.util | Utilities and convenient classes |
| Uses of MetaModelException in org.eobjects.metamodel |
|---|
| Subclasses of MetaModelException in org.eobjects.metamodel | |
|---|---|
class |
InconsistentRowFormatException
Abstract exception type that represents exceptions that occur when reading a data format which contain formatting errors or inconsistencies in on or more rows. |
| Methods in org.eobjects.metamodel that throw MetaModelException | |
|---|---|
CompiledQuery |
DataContext.compileQuery(Query query)
Compiles a query, preparing it for reuse. |
CompiledQuery |
AbstractDataContext.compileQuery(Query query)
|
void |
DeleteAndInsertBuilder.execute()
|
DataSet |
DataContext.executeQuery(Query query)
Executes a query against the DataContext. |
DataSet |
CompositeDataContext.executeQuery(Query query)
|
DataSet |
DataContext.executeQuery(String queryString)
Parses and executes a string-based SQL query. |
DataSet |
AbstractDataContext.executeQuery(String queryString)
Parses and executes a string-based SQL query. |
static Row |
MetaModelHelper.executeSingleRowQuery(DataContext dataContext,
Query query)
Executes a single row query, like "SELECT COUNT(*), MAX(SOME_COLUMN) FROM MY_TABLE" or similar. |
Schema |
DataContext.getDefaultSchema()
Gets the default schema of this DataContext. |
Schema |
AbstractDataContext.getDefaultSchema()
Gets the default schema of this DataContext. |
protected String |
QueryPostprocessDataContext.getDefaultSchemaName()
|
String |
CompositeDataContext.getDefaultSchemaName()
|
protected Schema |
QueryPostprocessDelegate.getMainSchema()
|
protected abstract Schema |
QueryPostprocessDataContext.getMainSchema()
|
protected String |
QueryPostprocessDelegate.getMainSchemaName()
|
protected abstract String |
QueryPostprocessDataContext.getMainSchemaName()
|
Schema |
DataContext.getSchemaByName(String name)
Gets a schema by a specified name. |
Schema |
AbstractDataContext.getSchemaByName(String name)
Gets a schema by a specified name. |
protected Schema |
QueryPostprocessDataContext.getSchemaByNameInternal(String name)
|
Schema |
CompositeDataContext.getSchemaByNameInternal(String name)
|
String[] |
DataContext.getSchemaNames()
Gets the names of all schemas within this DataContext. |
String[] |
AbstractDataContext.getSchemaNames()
m Gets the names of all schemas within this DataContext. |
protected String[] |
QueryPostprocessDataContext.getSchemaNamesInternal()
|
String[] |
CompositeDataContext.getSchemaNamesInternal()
|
Schema[] |
DataContext.getSchemas()
Gets all schemas within this DataContext. |
Schema[] |
AbstractDataContext.getSchemas()
Gets all schemas within this DataContext. |
Query |
DataContext.parseQuery(String queryString)
Parses a string-based SQL query and produces a corresponding Query object. |
Query |
AbstractDataContext.parseQuery(String queryString)
Parses a string-based SQL query and produces a corresponding Query object. |
| Uses of MetaModelException in org.eobjects.metamodel.create |
|---|
| Methods in org.eobjects.metamodel.create that throw MetaModelException | |
|---|---|
Table |
TableCreationBuilder.execute()
Commits the built table and requests that the table structure should be written to the DataContext. |
| Uses of MetaModelException in org.eobjects.metamodel.delete |
|---|
| Methods in org.eobjects.metamodel.delete that throw MetaModelException | |
|---|---|
void |
RowDeletionBuilder.execute()
Commits the row deletion operation. |
| Uses of MetaModelException in org.eobjects.metamodel.drop |
|---|
| Methods in org.eobjects.metamodel.drop that throw MetaModelException | |
|---|---|
void |
TableDropBuilder.execute()
Executes the drop table operation |
| Uses of MetaModelException in org.eobjects.metamodel.insert |
|---|
| Methods in org.eobjects.metamodel.insert that throw MetaModelException | |
|---|---|
void |
RowInsertionBuilder.execute()
Commits the row insertion operation. |
| Uses of MetaModelException in org.eobjects.metamodel.intercept |
|---|
| Methods in org.eobjects.metamodel.intercept that throw MetaModelException | |
|---|---|
DataSet |
InterceptableDataContext.executeQuery(Query query)
|
DataSet |
InterceptableDataContext.executeQuery(String queryString)
|
Schema |
InterceptableDataContext.getDefaultSchema()
|
Schema |
InterceptableDataContext.getSchemaByName(String name)
|
String[] |
InterceptableDataContext.getSchemaNames()
|
Schema[] |
InterceptableDataContext.getSchemas()
|
Query |
InterceptableDataContext.parseQuery(String queryString)
|
| Uses of MetaModelException in org.eobjects.metamodel.query.parser |
|---|
| Subclasses of MetaModelException in org.eobjects.metamodel.query.parser | |
|---|---|
class |
QueryParserException
Subtype of MetaModelException which indicate a problem in parsing a
query passed to the QueryParser. |
| Methods in org.eobjects.metamodel.query.parser that throw MetaModelException | |
|---|---|
void |
SelectItemParser.parse(String delim,
String itemToken)
|
| Uses of MetaModelException in org.eobjects.metamodel.update |
|---|
| Methods in org.eobjects.metamodel.update that throw MetaModelException | |
|---|---|
void |
RowUpdationBuilder.execute()
Commits the row updation operation. |
| Uses of MetaModelException in org.eobjects.metamodel.util |
|---|
| Subclasses of MetaModelException in org.eobjects.metamodel.util | |
|---|---|
class |
ResourceException
Exception type for errors that occur while dealing with Resources. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||