Uses of Class
com.hardcode.gdbms.engine.data.driver.DriverException

Packages that use DriverException
com.hardcode.gdbms.driver.csv   
com.hardcode.gdbms.driver.csvstring   
com.hardcode.gdbms.driver.foodriver   
com.hardcode.gdbms.driver.hsqldb   
com.hardcode.gdbms.driver.mysql   
com.hardcode.gdbms.driver.odbc   
com.hardcode.gdbms.driver.postgresql   
com.hardcode.gdbms.engine.data   
com.hardcode.gdbms.engine.data.command   
com.hardcode.gdbms.engine.data.db   
com.hardcode.gdbms.engine.data.driver   
com.hardcode.gdbms.engine.data.edition   
com.hardcode.gdbms.engine.data.file   
com.hardcode.gdbms.engine.data.file.spatial   
com.hardcode.gdbms.engine.data.indexes   
com.hardcode.gdbms.engine.data.metadata   
com.hardcode.gdbms.engine.data.object   
com.hardcode.gdbms.engine.data.object.spatial   
com.hardcode.gdbms.engine.instruction   
com.hardcode.gdbms.engine.strategies   
 

Uses of DriverException in com.hardcode.gdbms.driver.csv
 

Methods in com.hardcode.gdbms.driver.csv that throw DriverException
 java.lang.String CSVDriver.check(Field field, Value value)
           
 void CSVDriver.close()
           
 void CSVDriver.createSource(java.lang.String path, DriverMetadata dsm)
           
 java.lang.String[] CSVDriver.getAvailableTypes()
           
 DriverMetadata CSVDriver.getDriverMetadata()
           
 int CSVDriver.getFieldCount()
           
 java.lang.String CSVDriver.getFieldName(int fieldId)
           
 int CSVDriver.getFieldType(int i)
           
 Value CSVDriver.getFieldValue(long rowIndex, int fieldId)
           
 Metadata CSVDriver.getMetadata()
           
 java.lang.String[] CSVDriver.getParameters(java.lang.String driverType)
           
 void CSVDriver.open(java.io.File file)
           
 void CSVDriver.writeFile(java.io.File file, DataSource dataWare)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.csvstring
 

Methods in com.hardcode.gdbms.driver.csvstring that throw DriverException
 java.lang.String CSVStringDriver.check(Field field, Value value)
           
 void CSVStringDriver.close()
           
 void CSVStringDriver.createSource(java.lang.String path, DriverMetadata dsm)
           
 java.lang.String[] CSVStringDriver.getAvailableTypes()
           
 DriverMetadata CSVStringDriver.getDriverMetadata()
           
 int CSVStringDriver.getFieldCount()
           
 java.lang.String CSVStringDriver.getFieldName(int fieldId)
           
 int CSVStringDriver.getFieldType(int i)
           
 Value CSVStringDriver.getFieldValue(long rowIndex, int fieldId)
           
 Metadata CSVStringDriver.getMetadata()
           
 java.lang.String[] CSVStringDriver.getParameters(java.lang.String driverType)
           
 void CSVStringDriver.open(java.io.File file)
           
 void CSVStringDriver.writeFile(java.io.File file, DataSource dataWare)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.foodriver
 

Methods in com.hardcode.gdbms.driver.foodriver that throw DriverException
 java.lang.String FooDriver.check(Field field, Value value)
           
 void FooDriver.close()
           
 void FooDriver.createSource(DBSource source, DriverMetadata driverMetadata)
           
 java.lang.String[] FooDriver.getAvailableTypes()
           
 DriverMetadata FooDriver.getDriverMetadata()
           
 int FooDriver.getFieldCount()
           
 java.lang.String FooDriver.getFieldName(int fieldId)
           
 int FooDriver.getFieldType(int i)
           
 Value FooDriver.getFieldValue(long rowIndex, int fieldId)
           
 java.lang.String[] FooDriver.getParameters(java.lang.String driverType)
           
 long FooDriver.getRowCount()
           
 void FooDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.hsqldb
 

Methods in com.hardcode.gdbms.driver.hsqldb that throw DriverException
 java.lang.String HSQLDBDriver.check(Field f, Value value)
           
 void HSQLDBDriver.close()
           
 void HSQLDBDriver.createSource(DBSource source, DriverMetadata driverMetadata)
           
 java.lang.String[] HSQLDBDriver.getAvailableTypes()
           
 DriverMetadata HSQLDBDriver.getDriverMetadata()
           
 int HSQLDBDriver.getFieldCount()
           
 java.lang.String HSQLDBDriver.getFieldName(int fieldId)
           
 int HSQLDBDriver.getFieldType(int i)
           
 Value HSQLDBDriver.getFieldValue(long rowIndex, int fieldId)
           
 java.lang.String[] HSQLDBDriver.getParameters(java.lang.String driverType)
           
 long HSQLDBDriver.getRowCount()
           
 boolean HSQLDBDriver.isReadOnly(int i)
           
 void HSQLDBDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.mysql
 

Methods in com.hardcode.gdbms.driver.mysql that throw DriverException
 java.lang.String MySQLDriver.check(Field field, Value value)
           
 void MySQLDriver.close()
           
 void MySQLDriver.createSource(DBSource source, DriverMetadata driverMetadata)
           
 java.lang.String[] MySQLDriver.getAvailableTypes()
           
 DriverMetadata MySQLDriver.getDriverMetadata()
           
 int MySQLDriver.getFieldCount()
          DOCUMENT ME!
 java.lang.String MySQLDriver.getFieldName(int fieldId)
          DOCUMENT ME!
 int MySQLDriver.getFieldType(int i)
          DOCUMENT ME!
 Value MySQLDriver.getFieldValue(long rowIndex, int fieldId)
          DOCUMENT ME!
 java.lang.String[] MySQLDriver.getParameters(java.lang.String driverType)
           
 long MySQLDriver.getRowCount()
          DOCUMENT ME!
 boolean MySQLDriver.isReadOnly(int i)
           
 void MySQLDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.odbc
 

Methods in com.hardcode.gdbms.driver.odbc that throw DriverException
 java.lang.String ODBCDriver.check(Field field, Value value)
           
 void ODBCDriver.close()
           
 void ODBCDriver.createSource(DBSource source, DriverMetadata driverMetadata)
           
 java.lang.String[] ODBCDriver.getAvailableTypes()
           
 DriverMetadata ODBCDriver.getDriverMetadata()
           
 int ODBCDriver.getFieldCount()
          DOCUMENT ME!
 java.lang.String ODBCDriver.getFieldName(int fieldId)
          DOCUMENT ME!
 int ODBCDriver.getFieldType(int i)
          DOCUMENT ME!
 Value ODBCDriver.getFieldValue(long rowIndex, int fieldId)
          DOCUMENT ME!
 java.lang.String[] ODBCDriver.getParameters(java.lang.String driverType)
           
 long ODBCDriver.getRowCount()
          DOCUMENT ME!
 boolean ODBCDriver.isReadOnly(int i)
           
 void ODBCDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
           
 

Uses of DriverException in com.hardcode.gdbms.driver.postgresql
 

Methods in com.hardcode.gdbms.driver.postgresql that throw DriverException
 java.lang.String PostgreSQLDriver.check(Field field, Value value)
           
 void PostgreSQLDriver.close()
           
 void PostgreSQLDriver.createSource(DBSource source, DriverMetadata driverMetadata)
           
 java.lang.String[] PostgreSQLDriver.getAvailableTypes()
           
 DriverMetadata PostgreSQLDriver.getDriverMetadata()
           
 int PostgreSQLDriver.getFieldCount()
          DOCUMENT ME!
 java.lang.String PostgreSQLDriver.getFieldName(int fieldId)
          DOCUMENT ME!
 int PostgreSQLDriver.getFieldType(int i)
          DOCUMENT ME!
 Value PostgreSQLDriver.getFieldValue(long rowIndex, int fieldId)
          DOCUMENT ME!
 java.lang.String[] PostgreSQLDriver.getParameters(java.lang.String driverType)
           
 long PostgreSQLDriver.getRowCount()
          DOCUMENT ME!
 boolean PostgreSQLDriver.isReadOnly(int i)
           
 void PostgreSQLDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
           
 

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

Methods in com.hardcode.gdbms.engine.data that throw DriverException
 void AutomaticDataSource.addField(java.lang.String name, java.lang.String type)
           
 void DataSource.addField(java.lang.String name, java.lang.String driverType)
          Adds a field to the DataSource
 void AutomaticDataSource.addField(java.lang.String name, java.lang.String driverType, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void DataSource.addField(java.lang.String name, java.lang.String driverType, java.lang.String[] paramNames, java.lang.String[] paramValues)
          Adds a field to the DataSource
 void AutomaticDataSource.beginTrans()
           
 void DataSource.beginTrans()
          Begins a transaction
 void SpatialDataSource.buildIndex()
          Builds a spatial index.
 void SpatialDataSourceImpl.buildIndex()
           
 java.lang.String AutomaticDataSource.check(int fieldId, Value value)
           
 java.lang.String DataSource.check(int fieldId, Value value)
          Checks if this value is a valid one for the specified field.
 void SpatialDataSource.clearIndex()
          Clears the spatial index.
 void SpatialDataSourceImpl.clearIndex()
          Performs the pending deletions and removes the spatial index
 void AutomaticDataSource.commitTrans()
           
 void DataSource.commitTrans()
          Commits the changes made during the transaction.
 void DataSourceCreation.create()
          Creates the source
 void DataSourceFactory.createDataSource(DataSourceCreation dsc)
          Creates a data source defined by the DataSourceCreation object
 void AlphanumericDataSource.deleteRow(long rowId)
          Deletes the ith row of the DataSource
 void AutomaticDataSource.deleteRow(long rowId)
           
 void SpatialDataSource.deleteRow(long rowId)
          Deletes the ith row of the DataSource if there is no spatial index.
 void SpatialDataSourceImpl.deleteRow(long rowIndex, Value v)
          Deletes the geometry at the specified index.
 java.lang.String AbstractDataSource.getAsString()
           
 java.lang.String AutomaticDataSource.getAsString()
           
 java.lang.String DataSource.getAsString()
          Gets the string representation of this DataSource
 java.lang.String DataSourceCommonImpl.getAsString()
          gets a string representation of this datasource
 Metadata AutomaticDataSource.getDataSourceMetadata()
           
 Metadata DataSource.getDataSourceMetadata()
          Gets the meta data about the source of this DataSource
 DriverMetadata AutomaticDataSource.getDriverMetadata()
           
 DriverMetadata DataSource.getDriverMetadata()
          Gets the driver metadata
 int AutomaticDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 int DataSource.getFieldIndexByName(java.lang.String fieldName)
          Obtiene el indice de un campo a partir de su nombre o -1 si no existe un campo con ese nombre
 java.lang.String[] AbstractDataSource.getFieldNames()
           
 java.lang.String[] AutomaticDataSource.getFieldNames()
           
 java.lang.String[] DataSource.getFieldNames()
          Gets the field names array
 java.lang.String[] DataSourceCommonImpl.getFieldNames()
           
 Value AutomaticDataSource.getFieldValue(long rowIndex, int fieldId)
           
 java.awt.geom.Rectangle2D SpatialDataSource.getFullExtent()
          Gets the full extent of the data accessed
 java.awt.geom.Rectangle2D SpatialDataSourceImpl.getFullExtent()
           
 java.awt.geom.Rectangle2D SpatialDataSource.getGeometryBounds(long rowIndex)
          Gets the bounds of the geometry at the specified index.
 java.awt.geom.Rectangle2D SpatialDataSourceImpl.getGeometryBounds(long rowIndex)
           
 int SpatialDataSource.getGeometryType()
          Gets the geometry type of the data source.
 int SpatialDataSourceImpl.getGeometryType()
           
 Value[] AbstractDataSource.getRow(long rowIndex)
           
 Value[] AutomaticDataSource.getRow(long rowIndex)
           
 Value[] DataSource.getRow(long rowIndex)
          Gets the value of all fields at the specified row
 Value[] DataSourceCommonImpl.getRow(long rowIndex)
           
 long AutomaticDataSource.getRowCount()
           
 int SpatialDataSource.getSpatialFieldIndex()
          Returns the index of the field containing spatial data
 void AutomaticDataSource.insertEmptyRow()
           
 void DataSource.insertEmptyRow()
          Inserts a row at the end of the dataware
 void SpatialDataSourceImpl.insertEmptyRow(int i)
          Inserts an empty row in the spatial index
 void AlphanumericDataSource.insertEmptyRowAt(long index)
          Inserts a row at the end of the dataware
 void AutomaticDataSource.insertEmptyRowAt(long index)
           
 void SpatialDataSource.insertEmptyRowAt(long index)
          Inserts an empty row at the end of the dataware.
 void AutomaticDataSource.insertFilledRow(Value[] values)
           
 void DataSource.insertFilledRow(Value[] values)
          Inserts a row at the end of the dataware with the specified values
 void SpatialDataSourceImpl.insertFilledRow(Value v, int rowCountBeforeInsertion)
          Inserts a geometry at the end of the theme
 void AlphanumericDataSource.insertFilledRowAt(long index, Value[] values)
          Inserts a row at the end of the dataware with the specified values
 void AutomaticDataSource.insertFilledRowAt(long index, Value[] values)
           
 void SpatialDataSource.insertFilledRowAt(long index, Value[] values)
          Inserts a row at the specified index with the specified values.
 void AutomaticDataSource.redo()
           
 void DataSource.redo()
          Redoes the last undone edition action
 void DataSourceCommonImpl.redo()
          Redoes the last undone edition action
 void AbstractDataSource.remove()
           
 void AutomaticDataSource.remove()
           
 void DataSource.remove()
          Removes from the system the data source this DataSource instance represents.
 void DataSourceCommonImpl.remove()
           
 void AutomaticDataSource.removeField(int index)
           
 void DataSource.removeField(int index)
          Removes the field at the indexth position
 void AutomaticDataSource.rollBackTrans()
           
 void DataSource.rollBackTrans()
          Cancels the changes made during the transaction
 void AutomaticDataSource.saveData(DataSource ds)
           
 void DataSource.saveData(DataSource ds)
          Saves the data in the parameter DataSource in the source of this DataSource.
 void AutomaticDataSource.setFieldName(int index, java.lang.String name)
           
 void DataSource.setFieldName(int index, java.lang.String name)
          Sets the name of the field at the indexth position
 void AutomaticDataSource.setFieldValue(long row, int fieldId, Value value)
           
 void DataSource.setFieldValue(long row, int fieldId, Value value)
          Sets the value of a cell of the table.
 void SpatialDataSourceImpl.setFieldValue(long rowIndex, Value oldGeometry, Value newGeometry)
          Changes the geometry at the specified index
 void AutomaticDataSource.start()
           
 void DataSource.start()
          Opens the DataSource to access the data it contains.
 void AutomaticDataSource.stop()
           
 void DataSource.stop()
          Closes the DataSource.
 void AutomaticDataSource.undo()
           
 void DataSource.undo()
          Undoes the last edition action
 void DataSourceCommonImpl.undo()
          Undoes the last edition action
 

Uses of DriverException in com.hardcode.gdbms.engine.data.command
 

Methods in com.hardcode.gdbms.engine.data.command that throw DriverException
 void AbstractUndoableDataSource.addField(java.lang.String name, java.lang.String type)
           
 void AbstractUndoableDataSource.addField(java.lang.String name, java.lang.String driverType, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void AbstractUndoableDataSource.beginTrans()
           
 void UndoableSpatialDataSource.buildIndex()
           
 java.lang.String AbstractUndoableDataSource.check(int fieldId, Value value)
           
 void UndoableSpatialDataSource.clearIndex()
           
 void AbstractUndoableDataSource.commitTrans()
           
 void UndoableAlphanumericDataSource.deleteRow(long rowId)
           
 void UndoableSpatialDataSource.deleteRow(long rowId)
           
 java.lang.String AbstractUndoableDataSource.getAsString()
           
 Metadata AbstractUndoableDataSource.getDataSourceMetadata()
           
 DriverMetadata AbstractUndoableDataSource.getDriverMetadata()
           
protected  Value[] AbstractUndoableDataSource.getEmptyRow()
           
 int AbstractUndoableDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String[] AbstractUndoableDataSource.getFieldNames()
           
 Value AbstractUndoableDataSource.getFieldValue(long rowIndex, int fieldId)
           
 java.awt.geom.Rectangle2D UndoableSpatialDataSource.getFullExtent()
           
 java.awt.geom.Rectangle2D UndoableSpatialDataSource.getGeometryBounds(long rowIndex)
           
 int UndoableSpatialDataSource.getGeometryType()
           
 Value[] AbstractUndoableDataSource.getRow(long rowIndex)
           
 long AbstractUndoableDataSource.getRowCount()
           
 int UndoableSpatialDataSource.getSpatialFieldIndex()
           
 void UndoableAlphanumericDataSource.insertEmptyRow()
           
 void UndoableSpatialDataSource.insertEmptyRow()
           
 void UndoableAlphanumericDataSource.insertEmptyRowAt(long index)
           
 void UndoableSpatialDataSource.insertEmptyRowAt(long index)
           
 void UndoableAlphanumericDataSource.insertFilledRow(Value[] values)
           
 void UndoableSpatialDataSource.insertFilledRow(Value[] values)
           
 void UndoableAlphanumericDataSource.insertFilledRowAt(long index, Value[] values)
           
 void UndoableSpatialDataSource.insertFilledRowAt(long index, Value[] values)
           
 void CommandStack.put(Command c)
           
 void AbstractUndoableDataSource.redo()
           
 void AlphanumericDeleteCommand.redo()
           
 void AlphanumericInsertAtCommand.redo()
           
 void AlphanumericInsertCommand.redo()
           
 void Command.redo()
           
 Command CommandStack.redo()
           
 void IndexedSpatialDeleteCommand.redo()
           
 void IndexedSpatialInsertCommand.redo()
           
 void ModifyCommand.redo()
           
 void SpatialDeleteCommand.redo()
           
 void SpatialInsertAtCommand.redo()
           
 void SpatialInsertCommand.redo()
           
 void AbstractUndoableDataSource.remove()
           
 void AbstractUndoableDataSource.removeField(int index)
           
 void AbstractUndoableDataSource.rollBackTrans()
           
 void AbstractUndoableDataSource.saveData(DataSource ds)
           
 void AbstractUndoableDataSource.setFieldName(int index, java.lang.String name)
           
 void AbstractUndoableDataSource.setFieldValue(long row, int fieldId, Value value)
           
 void AbstractUndoableDataSource.start()
           
 void AbstractUndoableDataSource.stop()
           
 void AbstractUndoableDataSource.undo()
           
 void AlphanumericDeleteCommand.undo()
           
 void AlphanumericInsertAtCommand.undo()
           
 void AlphanumericInsertCommand.undo()
           
 void Command.undo()
           
 Command CommandStack.undo()
           
 void IndexedSpatialDeleteCommand.undo()
           
 void IndexedSpatialInsertCommand.undo()
           
 void ModifyCommand.undo()
           
 void SpatialDeleteCommand.undo()
           
 void SpatialInsertAtCommand.undo()
           
 void SpatialInsertCommand.undo()
           
 

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

Methods in com.hardcode.gdbms.engine.data.db that throw DriverException
 void DBSpatialDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void DBTableDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void DBSpatialDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void DBTableDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void DBSpatialDataSourceAdapter.beginTrans()
           
 void DBTableDataSourceAdapter.beginTrans()
           
 void DBSpatialDataSourceAdapter.buildIndex()
           
 java.lang.String DBDataSourceSupport.check(Field field, Value value)
           
 java.lang.String DBSpatialDataSourceAdapter.check(int fieldId, Value value)
           
 java.lang.String DBTableDataSourceAdapter.check(int fieldId, Value value)
           
 void DBSpatialDataSourceAdapter.clearIndex()
           
 void DBSpatialDataSourceAdapter.commitTrans()
           
 void DBTableDataSourceAdapter.commitTrans()
           
 void DBSourceCreation.create()
           
static void JDBCSupport.createSource(java.sql.Connection c, java.lang.String tableName, DriverMetadata driverMetadata)
           
 void DBSpatialDataSourceAdapter.deleteRow(long rowId)
           
 void DBTableDataSourceAdapter.deleteRow(long rowId)
           
 java.lang.String DBSpatialDataSourceAdapter.getAsString()
           
 java.lang.String DBTableDataSourceAdapter.getAsString()
           
 Metadata DBDataSourceSupport.getDataSourceMetadata()
           
 Metadata DBSpatialDataSourceAdapter.getDataSourceMetadata()
           
 DriverMetadata DBDataSourceSupport.getDriverMetadata()
           
 DriverMetadata DBSpatialDataSourceAdapter.getDriverMetadata()
           
 DriverMetadata DBTableDataSourceAdapter.getDriverMetadata()
           
 DefaultDriverMetadata JDBCSupport.getDriverMetadata(java.sql.Connection c, java.lang.String tableName)
           
 int DBSpatialDataSourceAdapter.getFieldCount()
           
 int DBTableDataSourceAdapter.getFieldCount()
           
 int JDBCSupport.getFieldCount()
           
 int JDBCSupport.Spatial2AlphaMetadata.getFieldCount()
           
 int DBSpatialDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 int DBTableDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String DBSpatialDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String DBTableDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String JDBCSupport.getFieldName(int fieldId)
           
 java.lang.String JDBCSupport.Spatial2AlphaMetadata.getFieldName(int fieldId)
           
 java.lang.String[] DBSpatialDataSourceAdapter.getFieldNames()
           
 java.lang.String[] DBTableDataSourceAdapter.getFieldNames()
           
 java.lang.String JDBCSupport.Spatial2AlphaMetadata.getFieldParam(int fieldId, java.lang.String paramName)
           
 java.util.HashMap<java.lang.String,java.lang.String> JDBCSupport.Spatial2AlphaMetadata.getFieldParams(int fieldId)
           
 int DBSpatialDataSourceAdapter.getFieldType(int i)
           
 int DBTableDataSourceAdapter.getFieldType(int i)
           
 int JDBCSupport.getFieldType(int i)
           
 java.lang.String JDBCSupport.Spatial2AlphaMetadata.getFieldType(int fieldId)
           
 Value DBSpatialDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 Value DBTableDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 Value JDBCSupport.getFieldValue(long rowIndex, int fieldId)
           
 java.awt.geom.Rectangle2D DBSpatialDataSourceAdapter.getFullExtent()
           
 java.awt.geom.Rectangle2D DBSpatialDataSourceAdapter.getGeometryBounds(long rowIndex)
           
 int DBSpatialDataSourceAdapter.getGeometryType()
           
 DriverMetadata DBSpatialDataSourceAdapter.getOriginalDriverMetadata()
           
 DriverMetadata DBTableDataSourceAdapter.getOriginalDriverMetadata()
           
 int DBSpatialDataSourceAdapter.getOriginalFieldCount()
           
 int DBTableDataSourceAdapter.getOriginalFieldCount()
           
 Value DBDataSourceSupport.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Value DBSpatialDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Value DBTableDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Metadata DBSpatialDataSourceAdapter.getOriginalMetadata()
           
 Metadata DBTableDataSourceAdapter.getOriginalMetadata()
           
 long DBDataSourceSupport.getOriginalRowCount()
           
 long DBSpatialDataSourceAdapter.getOriginalRowCount()
           
 long DBTableDataSourceAdapter.getOriginalRowCount()
           
 java.lang.String[] JDBCSupport.Spatial2AlphaMetadata.getParamNames(int fieldId)
           
 java.lang.String[] JDBCSupport.Spatial2AlphaMetadata.getParamValues(int fieldId)
           
 int DBDataSourceSupport.getPKCardinality()
           
 int DBTableDataSourceAdapter.getPKCardinality()
           
 java.lang.String DBDataSourceSupport.getPKName(int fieldId)
           
 java.lang.String DBTableDataSourceAdapter.getPKName(int fieldId)
           
 java.lang.String[] DBDataSourceSupport.getPKNames()
           
 java.lang.String[] DBSpatialDataSourceAdapter.getPKNames()
           
 java.lang.String[] DBTableDataSourceAdapter.getPKNames()
           
 ValueCollection DBDataSourceSupport.getPKValue(long rowIndex)
          Gets the value of the primary key just before the beginTrans call
 ValueCollection DBSpatialDataSourceAdapter.getPKValue(long rowIndex)
           
 ValueCollection DBTableDataSourceAdapter.getPKValue(long rowIndex)
           
 int[] DBDataSourceSupport.getPrimaryKeys()
           
 java.lang.String[] JDBCSupport.Spatial2AlphaMetadata.getPrimaryKeys()
           
 Value[] DBSpatialDataSourceAdapter.getRow(long rowIndex)
           
 Value[] DBTableDataSourceAdapter.getRow(long rowIndex)
           
 long DBSpatialDataSourceAdapter.getRowCount()
           
 long DBTableDataSourceAdapter.getRowCount()
           
 long JDBCSupport.getRowCount()
           
 DefaultSpatialDriverMetadata JDBCSupport.getSpatialDriverMetadata(java.sql.Connection con, java.lang.String tableName, java.lang.String geomFieldName, int geometryType)
           
 int DBSpatialDataSourceAdapter.getSpatialFieldIndex()
           
 void DBSpatialDataSourceAdapter.insertEmptyRow()
           
 void DBTableDataSourceAdapter.insertEmptyRow()
           
 void DBSpatialDataSourceAdapter.insertEmptyRowAt(long index)
           
 void DBTableDataSourceAdapter.insertEmptyRowAt(long index)
           
 void DBSpatialDataSourceAdapter.insertFilledRow(Value[] values)
           
 void DBTableDataSourceAdapter.insertFilledRow(Value[] values)
           
 void DBSpatialDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 void DBTableDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 boolean JDBCSupport.isReadOnly(int fieldId)
           
 void DBSpatialDataSourceAdapter.redo()
           
 void DBTableDataSourceAdapter.redo()
           
 void DBSpatialDataSourceAdapter.remove()
           
 void DBTableDataSourceAdapter.remove()
           
 void DBSpatialDataSourceAdapter.removeField(int index)
           
 void DBTableDataSourceAdapter.removeField(int index)
           
 void DBSpatialDataSourceAdapter.rollBackTrans()
           
 void DBTableDataSourceAdapter.rollBackTrans()
           
 void DBDataSourceSupport.saveData(DataSource dataSource)
           
 void DBSpatialDataSourceAdapter.saveData(DataSource ds2)
           
 void DBTableDataSourceAdapter.saveData(DataSource ds)
           
 void DBSpatialDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void DBTableDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void DBSpatialDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 void DBTableDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 boolean DBDataSourceSupport.start()
           
 void DBSpatialDataSourceAdapter.start()
           
 void DBTableDataSourceAdapter.start()
           
 boolean SpatialDBDataSourceSupport.start()
           
 void DBDataSourceSupport.stop()
           
 void DBSpatialDataSourceAdapter.stop()
           
 void DBTableDataSourceAdapter.stop()
           
 void DBSpatialDataSourceAdapter.undo()
           
 void DBTableDataSourceAdapter.undo()
           
 void DBSpatialDataSourceAdapter.undoDeletion(int index, Value[] row)
           
 void DBTableDataSourceAdapter.undoDeletion(int index, Value[] row)
           
 void DBSpatialDataSourceAdapter.undoInsert(long row)
           
 void DBTableDataSourceAdapter.undoInsert(long row)
           
 void DBSpatialDataSourceAdapter.undoSet(long row, int field, Value value)
           
 void DBTableDataSourceAdapter.undoSet(long row, int field, Value value)
           
 

Constructors in com.hardcode.gdbms.engine.data.db that throw DriverException
JDBCSupport.Spatial2AlphaMetadata(SpatialDriverMetadata metadata)
           
 

Uses of DriverException in com.hardcode.gdbms.engine.data.driver
 

Methods in com.hardcode.gdbms.engine.data.driver that throw DriverException
 java.lang.String GDBMSDriver.check(Field field, Value value)
          Checks if a given value is suitable for the specified field
 void DBDriver.close()
          Free any resource reserved in the open method
 void FileDriver.close()
          Cierra el Fichero sobre el que se estaba accediendo
 void AlphanumericDBDriver.createSource(DBSource source, DriverMetadata driverMetadata)
          Creates a new table.
 void SpatialDBDriver.createSource(DBSpatialSource source, SpatialDriverMetadata metadata)
          Creates a new table.
 void AlphanumericFileDriver.createSource(java.lang.String path, DriverMetadata dsm)
          Creates a new file with the given field names and types
 void SpatialFileDriver.createSource(java.lang.String path, SpatialDriverMetadata dsm)
          Creates a new file with the given field names and types
 java.lang.String[] GDBMSDriver.getAvailableTypes()
          Gets a string identificator for each type a field can have
 DriverMetadata GDBMSDriver.getDriverMetadata()
          Gets the driver specific metadata
 Value ReadAccess.getFieldValue(long rowIndex, int fieldId)
          Obtiene el valor que se encuentra en la fila y columna indicada
 java.awt.geom.Rectangle2D SpatialDriver.getFullExtent()
          Gets the full extent of the data accessed
 int SpatialDriver.getGeometryType()
          Returns the geometry type of the data.
 java.lang.String[] GDBMSDriver.getParameters(java.lang.String driverType)
          Gets the parameters used in creating the type
 long ReadAccess.getRowCount()
          Obtiene el número de registros del DataSource
 boolean GDBMSDriver.isReadOnly(int i)
          Returns true if the specified field is read only
 void AlphanumericDBDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String orderFieldName)
          Connects to the data source and reads the specified table in the specified order
 void SpatialDBDriver.open(java.sql.Connection con, java.lang.String tableName, java.lang.String geomFieldName)
          Ejecuta la instruccion que se pasa como parámetro en el gestor de base de datos en el que está conectado el driver.
 void FileDriver.open(java.io.File file)
          Método invocado al comienzo para abrir el fichero.
 void AlphanumericObjectDriver.write(DataSource dataWare)
          Writes the content in the DataWare to the specified file
 void SpatialObjectDriver.write(SpatialDataSource dataSource)
          Writes the content in the DataWare to the specified file
 void AlphanumericFileDriver.writeFile(java.io.File file, DataSource dataSource)
          Writes the content of the DataWare to the specified file.
 void SpatialFileDriver.writeFile(java.io.File file, SpatialDataSource dataSource)
          Writes the content in the DataWare to specified file.
 

Uses of DriverException in com.hardcode.gdbms.engine.data.edition
 

Methods in com.hardcode.gdbms.engine.data.edition that throw DriverException
 void MetadataEditionSupport.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void PKOrientedEditionSupport.beginTrans()
           
 void RowOrientedEditionDataSourceImpl.beginTrans()
           
 void PKTransactionSupport.beginTrans(long rc)
           
 void RowTransactionSupport.beginTrans(long rc)
           
 void PKTransactionSupport.close()
           
 void RowTransactionSupport.close()
           
 void PKOrientedEditionSupport.commitTrans()
           
 void RowOrientedEditionDataSourceImpl.commitTrans()
           
 void MemoryInternalBuffer.deleteRow(long rowId)
           
 void PKOrientedEditionSupport.deleteRow(long rowId)
           
 void PKTransactionSupport.deleteRow(long rowId)
           
 void RowOrientedEditionDataSourceImpl.deleteRow(long rowId)
           
 void RowTransactionSupport.deleteRow(long rowId)
           
 Field MetadataEditionSupport.getField(int fieldId)
           
 int EditableDataSource.getFieldCount()
           
 int MetadataEditionSupport.getFieldCount()
           
 int MetadataEditionSupport.ModifiedMetadata.getFieldCount()
           
 int MetadataEditionSupport.ModifiedDriverMetadata.getFieldCount()
           
 int MetadataEditionSupport.getFieldIndexByName(java.lang.String name)
           
 java.lang.String EditableDataSource.getFieldName(int fieldId)
           
 java.lang.String MetadataEditionSupport.ModifiedMetadata.getFieldName(int fieldId)
           
 java.lang.String MetadataEditionSupport.ModifiedDriverMetadata.getFieldName(int fieldId)
           
 java.lang.String[] PKEditableDataSource.getFieldNames()
           
 java.lang.String MetadataEditionSupport.ModifiedDriverMetadata.getFieldParam(int fieldId, java.lang.String paramName)
           
 java.util.HashMap<java.lang.String,java.lang.String> MetadataEditionSupport.ModifiedDriverMetadata.getFieldParams(int fieldId)
           
protected  java.util.ArrayList<Field> MetadataEditionSupport.getFields()
           
 int EditableDataSource.getFieldType(int i)
           
 int MetadataEditionSupport.ModifiedMetadata.getFieldType(int fieldId)
           
 java.lang.String MetadataEditionSupport.ModifiedDriverMetadata.getFieldType(int fieldId)
           
 Value InternalBuffer.getFieldValue(long rowIndex, int fieldId)
           
 Value MemoryInternalBuffer.getFieldValue(long rowIndex, int fieldId)
           
 Value PKOrientedEditionSupport.getFieldValue(long rowIndex, int fieldId)
           
 Value PKTransactionSupport.getFieldValue(long rowIndex, int fieldId)
           
 Value RowOrientedEditionDataSourceImpl.getFieldValue(long rowIndex, int fieldId)
           
 Value RowTransactionSupport.getFieldValue(long rowIndex, int fieldId)
           
 java.lang.String MetadataEditionSupport.SpatialModifiedDriverMetadata.getGeometryFieldName()
           
 int MetadataEditionSupport.SpatialModifiedDriverMetadata.getGeometryType()
           
 java.lang.String PKTransactionSupport.getInstruction(int index)
           
 DriverMetadata EditableDataSource.getOriginalDriverMetadata()
          Gets the driver specific metadata from the driver directly without the new, modified or deleted fields
 int EditableDataSource.getOriginalFieldCount()
          Gets the number of field this DataSource had before edition started
 int MetadataEditionSupport.getOriginalFieldCount()
           
 Value EditableDataSource.getOriginalFieldValue(long rowIndex, int fieldId)
          Gets the value of the DataSource field before the edition started
 Metadata EditableDataSource.getOriginalMetadata()
          Gets the Metadata from the driver without taking care of added, removed or modified fields.
protected  Metadata MetadataEditionSupport.getOriginalMetadata()
           
 long PKEditableDataSource.getOriginalRowCount()
           
 java.lang.String[] MetadataEditionSupport.ModifiedDriverMetadata.getParamNames(int fieldId)
           
 java.lang.String[] MetadataEditionSupport.ModifiedDriverMetadata.getParamValues(int fieldId)
           
 java.lang.String[] PKEditableDataSource.getPKNames()
           
 ValueCollection PKEditableDataSource.getPKValue(long rowIndex)
           
 java.lang.String[] MetadataEditionSupport.ModifiedMetadata.getPrimaryKey()
           
 java.lang.String[] MetadataEditionSupport.ModifiedDriverMetadata.getPrimaryKeys()
           
 long PKOrientedEditionSupport.getRowCount()
           
 long RowOrientedEditionDataSourceImpl.getRowCount()
           
 int MetadataEditionSupport.getSpatialFieldIndex()
           
 java.lang.String DeleteEditionInfo.getSQL()
           
 java.lang.String EditionInfo.getSQL()
          Gets the SQL to modify the data source or null if the data source does not have to be modified
 java.lang.String InsertEditionInfo.getSQL()
           
 java.lang.String NoEditionInfo.getSQL()
           
 java.lang.String UpdateEditionInfo.getSQL()
           
 void PKOrientedEditionSupport.insertEmptyRow()
           
 void RowOrientedEditionDataSourceImpl.insertEmptyRow()
           
 void PKOrientedEditionSupport.insertEmptyRowAt(long index)
           
 void RowOrientedEditionDataSourceImpl.insertEmptyRowAt(long index)
           
 void PKOrientedEditionSupport.insertFilledRow(Value[] values)
           
 void RowOrientedEditionDataSourceImpl.insertFilledRow(Value[] values)
           
 void PKOrientedEditionSupport.insertFilledRowAt(long index, Value[] values)
           
 void RowOrientedEditionDataSourceImpl.insertFilledRowAt(long index, Value[] values)
           
 long InternalBuffer.insertRow(Value[] values)
          Inserts a row with data
 long MemoryInternalBuffer.insertRow(Value[] values)
           
 long PKTransactionSupport.insertRow(Value[] values)
           
 long RowTransactionSupport.insertRow(Value[] values)
           
 long PKTransactionSupport.insertRowAt(long rowIndex, Value[] values)
           
 long RowTransactionSupport.insertRowAt(long rowIndex, Value[] values)
           
protected  boolean DBMetadataEditionSupport.isPK(Field field)
           
 java.lang.Boolean MetadataEditionSupport.ModifiedMetadata.isReadOnly(int fieldId)
           
 void DBMetadataEditionSupport.removeField(int index)
           
 void MetadataEditionSupport.removeField(int index)
           
 void SpatialDBMetadataEditionSupport.removeField(int index)
           
 void SpatialMetadataEditionSupport.removeField(int index)
           
 void PKOrientedEditionSupport.rollBackTrans()
           
 void RowOrientedEditionDataSourceImpl.rollBackTrans()
           
 void DBMetadataEditionSupport.setFieldName(int index, java.lang.String name)
           
 void MetadataEditionSupport.setFieldName(int index, java.lang.String name)
           
 void InternalBuffer.setFieldValue(long row, int modifiedField, Value modifiedValue)
           
 void MemoryInternalBuffer.setFieldValue(long row, int modifiedField, Value modifiedValue)
           
 void PKOrientedEditionSupport.setFieldValue(long row, int fieldId, Value value)
           
 long PKTransactionSupport.setFieldValue(long row, int fieldId, Value value)
           
 void RowOrientedEditionDataSourceImpl.setFieldValue(long row, int fieldId, Value value)
           
 long RowTransactionSupport.setFieldValue(long row, int fieldId, Value value, Value[] originalRow)
          Sets the value in the internal buffer and returns the row where it's inserted
 void InternalBuffer.setRow(long row, Value[] modifiedRow)
          Set the modified row at the specified index
 void MemoryInternalBuffer.setRow(long row, Value[] modifiedRow)
           
 void InternalBuffer.start()
           
 void MemoryInternalBuffer.start()
           
 void InternalBuffer.stop()
           
 void MemoryInternalBuffer.stop()
           
 void EditableDataSource.undoDeletion(int index, Value[] deletedRow)
          Notifies the adapter that the specified index deletion is being undone
 void EditableDataSource.undoInsert(long row)
           
 void EditableDataSource.undoSet(long row, int field, Value value)
           
 

Constructors in com.hardcode.gdbms.engine.data.edition that throw DriverException
PKTransactionSupport(PKEditableDataSource ds, java.lang.String tableName, DBDriver driver, MetadataEditionSupport mes)
           
RowTransactionSupport(EditableDataSource ds, MetadataEditionSupport mes)
           
 

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

Methods in com.hardcode.gdbms.engine.data.file that throw DriverException
 void AlphanumericFileDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void AlphanumericFileDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void AlphanumericFileDataSourceAdapter.beginTrans()
           
 java.lang.String FileDataSourceSupport.check(Field field, Value value)
           
 java.lang.String AlphanumericFileDataSourceAdapter.check(int fieldId, Value value)
           
 void AlphanumericFileDataSourceAdapter.commitTrans()
           
 void FileSourceCreation.create()
           
 void AlphanumericFileDataSourceAdapter.deleteRow(long rowId)
           
 java.lang.String AlphanumericFileDataSourceAdapter.getAsString()
           
 Metadata AlphanumericFileDataSourceAdapter.getDataSourceMetadata()
           
 DriverMetadata AlphanumericFileDataSourceAdapter.getDriverMetadata()
           
 DriverMetadata FileDataSourceSupport.getDriverMetadata()
           
 int AlphanumericFileDataSourceAdapter.getFieldCount()
           
 int AlphanumericFileDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String AlphanumericFileDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String[] AlphanumericFileDataSourceAdapter.getFieldNames()
           
 int AlphanumericFileDataSourceAdapter.getFieldType(int i)
           
 Value AlphanumericFileDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 DriverMetadata AlphanumericFileDataSourceAdapter.getOriginalDriverMetadata()
           
 int AlphanumericFileDataSourceAdapter.getOriginalFieldCount()
           
 Value AlphanumericFileDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Metadata AlphanumericFileDataSourceAdapter.getOriginalMetadata()
           
 Metadata FileDataSourceSupport.getOriginalMetadata()
           
 int[] AlphanumericFileDataSourceAdapter.getPrimaryKeys()
           
 Value[] AlphanumericFileDataSourceAdapter.getRow(long rowIndex)
           
 long AlphanumericFileDataSourceAdapter.getRowCount()
           
 void AlphanumericFileDataSourceAdapter.insertEmptyRow()
           
 void AlphanumericFileDataSourceAdapter.insertEmptyRowAt(long index)
           
 void AlphanumericFileDataSourceAdapter.insertFilledRow(Value[] values)
           
 void AlphanumericFileDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 void AlphanumericFileDataSourceAdapter.redo()
           
 void AlphanumericFileDataSourceAdapter.remove()
           
 void AlphanumericFileDataSourceAdapter.removeField(int index)
           
 void AlphanumericFileDataSourceAdapter.rollBackTrans()
           
 void AlphanumericFileDataSourceAdapter.saveData(DataSource ds)
           
 void FileDataSourceSupport.saveData(DataSource ds)
           
 void AlphanumericFileDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void AlphanumericFileDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 void AlphanumericFileDataSourceAdapter.start()
           
 boolean FileDataSourceSupport.start()
           
 void AlphanumericFileDataSourceAdapter.stop()
           
 void FileDataSourceSupport.stop()
           
 void AlphanumericFileDataSourceAdapter.undo()
           
 void AlphanumericFileDataSourceAdapter.undoDeletion(int index, Value[] deletedRow)
           
 void AlphanumericFileDataSourceAdapter.undoInsert(long row)
           
 void AlphanumericFileDataSourceAdapter.undoSet(long row, int field, Value value)
           
 

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

Methods in com.hardcode.gdbms.engine.data.file.spatial that throw DriverException
 void SpatialFileDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void SpatialFileDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void SpatialFileDataSourceAdapter.beginTrans()
           
 void SpatialFileDataSourceAdapter.buildIndex()
           
 java.lang.String SpatialFileDataSourceAdapter.check(int fieldId, Value value)
           
 void SpatialFileDataSourceAdapter.clearIndex()
           
 void SpatialFileDataSourceAdapter.commitTrans()
           
 void SpatialFileDataSourceAdapter.deleteRow(long rowId)
           
 java.lang.String SpatialFileDataSourceAdapter.getAsString()
           
 Metadata SpatialFileDataSourceAdapter.getDataSourceMetadata()
           
 DriverMetadata SpatialFileDataSourceAdapter.getDriverMetadata()
           
 int SpatialFileDataSourceAdapter.getFieldCount()
           
 int SpatialFileDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String SpatialFileDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String[] SpatialFileDataSourceAdapter.getFieldNames()
           
 int SpatialFileDataSourceAdapter.getFieldType(int i)
           
 Value SpatialFileDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 java.awt.geom.Rectangle2D SpatialFileDataSourceAdapter.getFullExtent()
           
 java.awt.geom.Rectangle2D SpatialFileDataSourceAdapter.getGeometryBounds(long rowIndex)
           
 int SpatialFileDataSourceAdapter.getGeometryType()
           
 DriverMetadata SpatialFileDataSourceAdapter.getOriginalDriverMetadata()
           
 int SpatialFileDataSourceAdapter.getOriginalFieldCount()
           
 Value SpatialFileDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Metadata SpatialFileDataSourceAdapter.getOriginalMetadata()
           
 Value[] SpatialFileDataSourceAdapter.getRow(long rowIndex)
           
 long SpatialFileDataSourceAdapter.getRowCount()
           
 int SpatialFileDataSourceAdapter.getSpatialFieldIndex()
           
 void SpatialFileDataSourceAdapter.insertEmptyRow()
           
 void SpatialFileDataSourceAdapter.insertEmptyRowAt(long index)
           
 void SpatialFileDataSourceAdapter.insertFilledRow(Value[] values)
           
 void SpatialFileDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 void SpatialFileDataSourceAdapter.redo()
           
 void SpatialFileDataSourceAdapter.remove()
           
 void SpatialFileDataSourceAdapter.removeField(int index)
           
 void SpatialFileDataSourceAdapter.rollBackTrans()
           
 void SpatialFileDataSourceAdapter.saveData(DataSource ds)
           
 void SpatialFileDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void SpatialFileDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 void SpatialFileDataSourceAdapter.start()
           
 void SpatialFileDataSourceAdapter.stop()
           
 void SpatialFileDataSourceAdapter.undo()
           
 void SpatialFileDataSourceAdapter.undoDeletion(int index, Value[] row)
           
 void SpatialFileDataSourceAdapter.undoInsert(long row)
           
 void SpatialFileDataSourceAdapter.undoSet(long row, int field, Value value)
           
 

Uses of DriverException in com.hardcode.gdbms.engine.data.indexes
 

Subclasses of DriverException in com.hardcode.gdbms.engine.data.indexes
 class CannotCreateIndexException
          DOCUMENT ME!
 

Methods in com.hardcode.gdbms.engine.data.indexes that throw DriverException
 void QuickSort.quickSort(DataSource v, int fieldId, long low, long high)
          DOCUMENT ME!
 

Uses of DriverException in com.hardcode.gdbms.engine.data.metadata
 

Methods in com.hardcode.gdbms.engine.data.metadata that throw DriverException
 void DefaultSpatialDriverMetadata.addAll(DriverMetadata dmd)
           
 int DriverMetadata.getFieldCount()
          Gets the number of fields
 int Metadata.getFieldCount()
           
 java.lang.String DriverMetadata.getFieldName(int fieldId)
          Gets the name of the field.
 java.lang.String Metadata.getFieldName(int fieldId)
          Gets the name of the specified field
 java.lang.String DriverMetadata.getFieldParam(int fieldId, java.lang.String paramName)
           
 java.util.HashMap<java.lang.String,java.lang.String> DefaultDriverMetadata.getFieldParams(int fieldId)
           
 java.util.HashMap<java.lang.String,java.lang.String> DriverMetadata.getFieldParams(int fieldId)
          Gets the parameters for the specified field
 java.lang.String DriverMetadata.getFieldType(int fieldId)
          Gets the name of the field type.
 int Metadata.getFieldType(int fieldId)
          Gets the type of the specified field
 java.lang.String SpatialDriverMetadata.getGeometryFieldName()
           
 int SpatialDriverMetadata.getGeometryType()
          Gets the type of the geometry
 java.lang.String[] DriverMetadata.getParamNames(int fieldId)
          Gets the param names for the specified field
 java.lang.String[] DriverMetadata.getParamValues(int fieldId)
          Gets the param values for the specified field
 java.lang.String[] Metadata.getPrimaryKey()
          Gets the names of the primary key fields
 java.lang.String[] DriverMetadata.getPrimaryKeys()
          Gets the names of the fields which are primary key.
 java.lang.Boolean Metadata.isReadOnly(int fieldId)
           
 

Constructors in com.hardcode.gdbms.engine.data.metadata that throw DriverException
DefaultMetadata(DriverMetadata driverMetadata, TypeConverter driver, boolean[] readOnly, java.lang.String[] pks)
           
 

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

Methods in com.hardcode.gdbms.engine.data.object that throw DriverException
 void AlphanumericObjectDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void AlphanumericObjectDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void AlphanumericObjectDataSourceAdapter.beginTrans()
           
 java.lang.String AlphanumericObjectDataSourceAdapter.check(int fieldId, Value value)
           
 void AlphanumericObjectDataSourceAdapter.commitTrans()
           
 void AlphanumericObjectDataSourceAdapter.deleteRow(long rowId)
           
 java.lang.String AlphanumericObjectDataSourceAdapter.getAsString()
           
 DriverMetadata AlphanumericObjectDataSourceAdapter.getDriverMetadata()
           
 int AlphanumericObjectDataSourceAdapter.getFieldCount()
           
 int AlphanumericObjectDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String AlphanumericObjectDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String[] AlphanumericObjectDataSourceAdapter.getFieldNames()
           
 int AlphanumericObjectDataSourceAdapter.getFieldType(int i)
           
 Value AlphanumericObjectDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 DriverMetadata AlphanumericObjectDataSourceAdapter.getOriginalDriverMetadata()
           
 int AlphanumericObjectDataSourceAdapter.getOriginalFieldCount()
           
 Value AlphanumericObjectDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Metadata AlphanumericObjectDataSourceAdapter.getOriginalMetadata()
           
 Metadata ObjectDataSourceSupport.getOriginalMetadata()
           
 Value[] AlphanumericObjectDataSourceAdapter.getRow(long rowIndex)
           
 long AlphanumericObjectDataSourceAdapter.getRowCount()
           
 void AlphanumericObjectDataSourceAdapter.insertEmptyRow()
           
 void AlphanumericObjectDataSourceAdapter.insertEmptyRowAt(long index)
           
 void AlphanumericObjectDataSourceAdapter.insertFilledRow(Value[] values)
           
 void AlphanumericObjectDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 void AlphanumericObjectDataSourceAdapter.redo()
           
 void AlphanumericObjectDataSourceAdapter.remove()
           
 void AlphanumericObjectDataSourceAdapter.removeField(int index)
           
 void AlphanumericObjectDataSourceAdapter.rollBackTrans()
           
 void AlphanumericObjectDataSourceAdapter.saveData(DataSource ds)
           
 void ObjectDataSourceSupport.saveData(DataSource ds)
           
 void AlphanumericObjectDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void AlphanumericObjectDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 void AlphanumericObjectDataSourceAdapter.start()
           
 void ObjectDataSourceSupport.start()
           
 void AlphanumericObjectDataSourceAdapter.stop()
           
 void ObjectDataSourceSupport.stop()
           
 void AlphanumericObjectDataSourceAdapter.undo()
           
 void AlphanumericObjectDataSourceAdapter.undoDeletion(int index, Value[] deletedRow)
           
 void AlphanumericObjectDataSourceAdapter.undoInsert(long row)
           
 void AlphanumericObjectDataSourceAdapter.undoSet(long row, int field, Value value)
           
 

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

Methods in com.hardcode.gdbms.engine.data.object.spatial that throw DriverException
 void SpatialObjectDataSourceAdapter.addField(java.lang.String name, java.lang.String type)
           
 void SpatialObjectDataSourceAdapter.addField(java.lang.String name, java.lang.String type, java.lang.String[] paramNames, java.lang.String[] paramValues)
           
 void SpatialObjectDataSourceAdapter.beginTrans()
           
 void SpatialObjectDataSourceAdapter.buildIndex()
           
 java.lang.String SpatialObjectDataSourceAdapter.check(int fieldId, Value value)
           
 void SpatialObjectDataSourceAdapter.clearIndex()
           
 void SpatialObjectDataSourceAdapter.commitTrans()
           
 void SpatialObjectDataSourceAdapter.deleteRow(long rowId)
           
 java.lang.String SpatialObjectDataSourceAdapter.getAsString()
           
 Metadata SpatialObjectDataSourceAdapter.getDataSourceMetadata()
           
 DriverMetadata SpatialObjectDataSourceAdapter.getDriverMetadata()
           
 int SpatialObjectDataSourceAdapter.getFieldCount()
           
 int SpatialObjectDataSourceAdapter.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String SpatialObjectDataSourceAdapter.getFieldName(int fieldId)
           
 java.lang.String[] SpatialObjectDataSourceAdapter.getFieldNames()
           
 int SpatialObjectDataSourceAdapter.getFieldType(int i)
           
 Value SpatialObjectDataSourceAdapter.getFieldValue(long rowIndex, int fieldId)
           
 java.awt.geom.Rectangle2D SpatialObjectDataSourceAdapter.getFullExtent()
           
 java.awt.geom.Rectangle2D SpatialObjectDataSourceAdapter.getGeometryBounds(long rowIndex)
           
 int SpatialObjectDataSourceAdapter.getGeometryType()
           
 DriverMetadata SpatialObjectDataSourceAdapter.getOriginalDriverMetadata()
           
 int SpatialObjectDataSourceAdapter.getOriginalFieldCount()
           
 Value SpatialObjectDataSourceAdapter.getOriginalFieldValue(long rowIndex, int fieldId)
           
 Metadata SpatialObjectDataSourceAdapter.getOriginalMetadata()
           
 Value[] SpatialObjectDataSourceAdapter.getRow(long rowIndex)
           
 long SpatialObjectDataSourceAdapter.getRowCount()
           
 int SpatialObjectDataSourceAdapter.getSpatialFieldIndex()
           
 void SpatialObjectDataSourceAdapter.insertEmptyRow()
           
 void SpatialObjectDataSourceAdapter.insertEmptyRowAt(long index)
           
 void SpatialObjectDataSourceAdapter.insertFilledRow(Value[] values)
           
 void SpatialObjectDataSourceAdapter.insertFilledRowAt(long index, Value[] values)
           
 void SpatialObjectDataSourceAdapter.redo()
           
 void SpatialObjectDataSourceAdapter.remove()
           
 void SpatialObjectDataSourceAdapter.removeField(int index)
           
 void SpatialObjectDataSourceAdapter.rollBackTrans()
           
 void SpatialObjectDataSourceAdapter.saveData(DataSource ds)
           
 void SpatialObjectDataSourceAdapter.setFieldName(int index, java.lang.String name)
           
 void SpatialObjectDataSourceAdapter.setFieldValue(long row, int fieldId, Value value)
           
 void SpatialObjectDataSourceAdapter.undo()
           
 void SpatialObjectDataSourceAdapter.undoDeletion(int index, Value[] row)
           
 void SpatialObjectDataSourceAdapter.undoInsert(long row)
           
 void SpatialObjectDataSourceAdapter.undoSet(long row, int field, Value value)
           
 

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

Methods in com.hardcode.gdbms.engine.instruction that throw DriverException
static Field FieldFactory.createField(DataSource[] tables, java.lang.String fieldName, DataSource source)
          Dada una lista de tablas y el nombre de un campo, devuelve el objeto Field conteniendo la información del índice de la tabla a la que pertenece el campo y el índice del campo dentro de dicha tabla
 int Field.getAbsoluteIndex()
          Devuelve el índice que ocupa el campo en la colección de los campos de todas las tablas del array tables.
 

Uses of DriverException in com.hardcode.gdbms.engine.strategies
 

Methods in com.hardcode.gdbms.engine.strategies that throw DriverException
 Value[] FilteredDataSource.aggregatedFilter(Expression[] fields)
           
 void OperationDataSource.beginTrans()
           
 java.lang.String OperationDataSource.check(int fieldId, Value value)
           
 void OperationDataSource.commitTrans()
           
 void OperationDataSource.deleteRow(long rowId)
           
 void DistinctDataSource.filter()
          DOCUMENT ME!
 void FilteredDataSource.filtrar()
          Método que construye el array de índices de las posiciones que las filas filtradas ocupan en el DataSource origen
 java.lang.String OperationDataSource.getAsString()
           
 Metadata AggregateDataSource.getDataSourceMetadata()
           
 Metadata DistinctDataSource.getDataSourceMetadata()
           
 Metadata FilteredDataSource.getDataSourceMetadata()
           
 Metadata OrderedDataSource.getDataSourceMetadata()
           
 Metadata PDataSource.getDataSourceMetadata()
           
 Metadata ProjectionDataSource.getDataSourceMetadata()
           
 Metadata UnionDataSource.getDataSourceMetadata()
           
 int AggregateDataSource.getFieldCount()
           
 int PDataSource.getFieldCount()
           
 int ProjectionDataSource.getFieldCount()
           
 int FilteredDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 int OperationDataSource.getFieldIndexByName(java.lang.String name)
           
 int OrderedDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 int ProjectionDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 int UnionDataSource.getFieldIndexByName(java.lang.String fieldName)
           
 java.lang.String[] OperationDataSource.getFieldNames()
           
 int ProjectionDataSource.getFieldType(int i)
           
 Value AggregateDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value DistinctDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value FilteredDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value OrderedDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value PDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value ProjectionDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value UnionDataSource.getFieldValue(long rowIndex, int fieldId)
           
 Value[] OperationDataSource.getRow(long rowIndex)
           
 long AggregateDataSource.getRowCount()
           
 long DistinctDataSource.getRowCount()
           
 long FilteredDataSource.getRowCount()
           
 long OrderedDataSource.getRowCount()
           
 long ProjectionDataSource.getRowCount()
           
 long UnionDataSource.getRowCount()
           
 void OperationDataSource.insertEmptyRow()
           
 void OperationDataSource.insertEmptyRowAt(long index)
           
 void OperationDataSource.insertFilledRow(Value[] values)
           
 void OperationDataSource.insertFilledRowAt(long index, Value[] values)
           
 void OrderedDataSource.order()
           
 void OperationDataSource.redo()
           
 void OperationDataSource.remove()
           
 void OperationDataSource.rollBackTrans()
           
 void OperationDataSource.saveData(DataSource ds)
           
 void OperationDataSource.setFieldValue(long row, int fieldId, Value value)
           
 void AggregateDataSource.start()
           
 void DistinctDataSource.start()
           
 void FilteredDataSource.start()
           
 void OrderedDataSource.start()
           
 void PDataSource.start()
           
 void ProjectionDataSource.start()
           
 void UnionDataSource.start()
           
 void AggregateDataSource.stop()
           
 void DistinctDataSource.stop()
           
 void FilteredDataSource.stop()
           
 void OrderedDataSource.stop()
           
 void PDataSource.stop()
           
 void ProjectionDataSource.stop()
           
 void UnionDataSource.stop()
           
 void OperationDataSource.undo()
           
 

Constructors in com.hardcode.gdbms.engine.strategies that throw DriverException
OrderedDataSource(OperationDataSource ret, java.lang.String[] fieldNames, int[] types)
          DOCUMENT ME!
 



Copyright © 2005-2006 . All Rights Reserved.