Package com.hardcode.gdbms.engine.data

Interface Summary
AlphanumericDataSource  
DataSource Interfaz que define los origenes de datos para operaciones internas del motor de base de datos
DataSourceCreation  
DataSourceDefinition  
SelectionListener  
SpatialDataSource DataSource with spatial capabilities
 

Class Summary
AbstractDataSource  
AbstractDataSourceCreation  
AbstractDataSourceDefinition  
AutomaticDataSource Decorator over data sources in order to apply a automatic opening mode
DataSourceCommonImpl  
DataSourceFactory Factory of DataSource implementations.
DriverDataSourceImpl  
GDBMSEvent  
InnerDBUtils Utility class to generate SQL statements
OpenCloseCounter Used to keep a DataSource from being closed to many times
SelectionEvent  
SpatialDataSourceImpl  
 

Exception Summary
AlreadyClosedException Thrown if attempting to close an already closed DataSource
ClosedDataSourceException  
DataSourceCreationException  
DataSourceFinalizationException  
ExecutionException  
FreeingResourcesException  
InitializationException The system failed while initializing
NoSuchTableException Excepción que indica que a partir del nombre de una tabla no ha sido posible encontrar el fichero asociado.
OutOfTransactionException thrown when attempting to write data in a DataSource without a previous call to beginTrans or after finishing the transaction by calling commitTrans or rollBackTrans
SyntaxException  
UnknownTypeException Excepción que se dá cuando un driver devuelve un tipo de datos no reconocido
 

Annotation Types Summary
DriverDataSource  
 



Copyright © 2005-2006 . All Rights Reserved.