Uses of Class
com.hardcode.gdbms.engine.data.DataSourceCreationException

Packages that use DataSourceCreationException
com.hardcode.gdbms.engine.data   
com.hardcode.gdbms.engine.data.db   
com.hardcode.gdbms.engine.data.file   
com.hardcode.gdbms.engine.data.file.spatial   
com.hardcode.gdbms.engine.data.object   
com.hardcode.gdbms.engine.data.object.spatial   
com.hardcode.gdbms.engine.data.persistence   
com.hardcode.gdbms.engine.instruction   
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data
 

Methods in com.hardcode.gdbms.engine.data that throw DataSourceCreationException
 DataSource DataSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
          Creates a DataSource with the information of this object
 DataSource DataSourceFactory.createRandomDataSource(Memento m)
          Creates a DataSource from a memento object with the manual opening mode
 DataSource DataSourceFactory.createRandomDataSource(Memento m, int mode)
          Creates a DataSource from a memento object with the specified opening mode
 DataSource DataSourceFactory.createRandomDataSource(java.lang.String tableName)
          Dado el nombre de una tabla, se busca la fuente de datos asociada a dicha tabla y se obtiene un datasource adecuado en funcion del tipo de fuente de datos accediendo al subsistema de drivers
 DataSource DataSourceFactory.createRandomDataSource(java.lang.String tableName, int mode)
          Dado el nombre de una tabla, se busca la fuente de datos asociada a dicha tabla y se obtiene un datasource adecuado en funcion del tipo de fuente de datos accediendo al subsistema de drivers
 DataSource DataSourceFactory.createRandomDataSource(java.lang.String tableName, java.lang.String tableAlias)
          Dado el nombre de una tabla, se busca la fuente de datos asociada a dicha tabla y se obtiene un datasource adecuado en funcion del tipo de fuente de datos accediendo al subsistema de drivers.
 DataSource DataSourceFactory.createRandomDataSource(java.lang.String tableName, java.lang.String tableAlias, int mode)
          Dado el nombre de una tabla, se busca la fuente de datos asociada a dicha tabla y se obtiene un datasource adecuado en funcion del tipo de fuente de datos accediendo al subsistema de drivers.
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.db
 

Methods in com.hardcode.gdbms.engine.data.db that throw DataSourceCreationException
 DataSource DBQuerySourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 DataSource DBTableSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 DataSource SpatialDBTableSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.file
 

Methods in com.hardcode.gdbms.engine.data.file that throw DataSourceCreationException
 DataSource FileSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.file.spatial
 

Methods in com.hardcode.gdbms.engine.data.file.spatial that throw DataSourceCreationException
 DataSource SpatialFileSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.object
 

Methods in com.hardcode.gdbms.engine.data.object that throw DataSourceCreationException
 DataSource ObjectSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.object.spatial
 

Methods in com.hardcode.gdbms.engine.data.object.spatial that throw DataSourceCreationException
 DataSource SpatialObjectSourceDefinition.createDataSource(java.lang.String tableName, java.lang.String tableAlias)
           
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.data.persistence
 

Methods in com.hardcode.gdbms.engine.data.persistence that throw DataSourceCreationException
 DataSource MementoContentHandler.getDataSource(DataSourceFactory dsf, int mode)
          DOCUMENT ME!
 

Uses of DataSourceCreationException in com.hardcode.gdbms.engine.instruction
 

Methods in com.hardcode.gdbms.engine.instruction that throw DataSourceCreationException
 DataSource UnionAdapter.getFirstTable()
           
 DataSource UnionAdapter.getSecondTable()
           
 DataSource[] CustomAdapter.getTables()
          Gets the DataSource's of the 'tables' clause of the custom query
 DataSource[] SelectAdapter.getTables()
          Obtiene las tablas de la cláusula FROM de la instrucción
 DataSource[] TableListAdapter.getTables()
          Obtiene los DataSources de la cláusula from
 



Copyright © 2005-2006 . All Rights Reserved.