Changeset 888 for MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/IDataContextStrategy.java
- Timestamp:
- 02/04/10 21:57:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/IDataContextStrategy.java
r886 r888 30 30 * if none is present or possible to deterministically tell. 31 31 */ 32 public String getDefaultSchemaName() throws Meta ModelException;32 public String getDefaultSchemaName() throws MetadataBeansException; 33 33 34 34 /** … … 38 38 * @return a dataset representing the result of the query. 39 39 */ 40 public DataSet executeQuery(Query query) throws Meta ModelException;40 public DataSet executeQuery(Query query) throws MetadataBeansException; 41 41 42 42 /** 43 43 * @return an array of schema names within this datastore. 44 44 */ 45 public String[] getSchemaNames() throws Meta ModelException;45 public String[] getSchemaNames() throws MetadataBeansException; 46 46 47 47 /** … … 50 50 * not available 51 51 */ 52 public Schema getSchemaByName(String name) throws Meta ModelException;52 public Schema getSchemaByName(String name) throws MetadataBeansException; 53 53 54 54 }
Note: See TracChangeset
for help on using the changeset viewer.
