Ignore:
Timestamp:
02/04/10 21:57:54 (2 years ago)
Author:
kasper
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • MetadataBeans/trunk/src/main/java/org/eobjects/metamodel/IDataContextStrategy.java

    r886 r888  
    3030         *         if none is present or possible to deterministically tell. 
    3131         */ 
    32         public String getDefaultSchemaName() throws MetaModelException; 
     32        public String getDefaultSchemaName() throws MetadataBeansException; 
    3333 
    3434        /** 
     
    3838         * @return a dataset representing the result of the query. 
    3939         */ 
    40         public DataSet executeQuery(Query query) throws MetaModelException; 
     40        public DataSet executeQuery(Query query) throws MetadataBeansException; 
    4141 
    4242        /** 
    4343         * @return an array of schema names within this datastore. 
    4444         */ 
    45         public String[] getSchemaNames() throws MetaModelException; 
     45        public String[] getSchemaNames() throws MetadataBeansException; 
    4646 
    4747        /** 
     
    5050         *         not available 
    5151         */ 
    52         public Schema getSchemaByName(String name) throws MetaModelException; 
     52        public Schema getSchemaByName(String name) throws MetadataBeansException; 
    5353 
    5454} 
Note: See TracChangeset for help on using the changeset viewer.