|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.strategies.OperationDataSource
com.hardcode.gdbms.engine.strategies.AggregateDataSource
public class AggregateDataSource
| Field Summary |
|---|
| Fields inherited from interface com.hardcode.gdbms.engine.data.DataSource |
|---|
COHERENT_ROW_ORDER, DIRECT_MODE, DISPATCH, IGNORE, STORE |
| Constructor Summary | |
|---|---|
AggregateDataSource(Value[] aggregateds)
|
|
| Method Summary | |
|---|---|
Metadata |
getDataSourceMetadata()
Gets the meta data about the source of this DataSource |
int |
getFieldCount()
|
Value |
getFieldValue(long rowIndex,
int fieldId)
Obtiene el valor que se encuentra en la fila y columna indicada |
Memento |
getMemento()
Gets a memento object with the current status of the DataSource |
long |
getRowCount()
Obtiene el número de registros del DataSource |
void |
start()
Opens the DataSource to access the data it contains. |
void |
stop()
Closes the DataSource. |
| Methods inherited from class com.hardcode.gdbms.engine.strategies.OperationDataSource |
|---|
addEditionListener, addField, addField, addMetadataEditionListener, addSelectionListener, beginTrans, canRedo, canUndo, check, commitTrans, deleteRow, getAlias, getAsString, getDataSourceFactory, getDispatchingMode, getDriver, getDriverMetadata, getFieldIndexByName, getFieldNames, getName, getRow, getSelectedRows, getSQL, getWhereFilter, insertEmptyRow, insertEmptyRowAt, insertFilledRow, insertFilledRowAt, isModified, redo, remove, removeEditionListener, removeField, removeMetadataEditionListener, removeSelectionListener, rollBackTrans, saveData, setAlias, setDataSourceFactory, setDispatchingMode, setFieldName, setFieldValue, setName, setSelectedRows, setSQL, undo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hardcode.gdbms.engine.data.DataSource |
|---|
addEditionListener, addField, addField, addMetadataEditionListener, addSelectionListener, beginTrans, canRedo, canUndo, check, commitTrans, getAlias, getAsString, getDataSourceFactory, getDispatchingMode, getDriver, getDriverMetadata, getFieldIndexByName, getFieldNames, getName, getRow, getSelectedRows, getWhereFilter, insertEmptyRow, insertFilledRow, isModified, redo, remove, removeEditionListener, removeField, removeMetadataEditionListener, removeSelectionListener, rollBackTrans, saveData, setDataSourceFactory, setDispatchingMode, setFieldName, setFieldValue, setSelectedRows, undo |
| Constructor Detail |
|---|
public AggregateDataSource(Value[] aggregateds)
aggregateds - | Method Detail |
|---|
public void start()
throws DriverException
DataSource
start in interface DataSourceDriverException - if the operation failsDataSource.start()
public void stop()
throws DriverException
DataSource
stop in interface DataSourceDriverException - If the operation failsDataSource.stop()
public Memento getMemento()
throws MementoException
DataSource
getMemento in interface DataSourcegetMemento in class OperationDataSourceMementoException - If the state cannot be obtainedDataSource.getMemento()
public Value getFieldValue(long rowIndex,
int fieldId)
throws DriverException
ReadAccess
getFieldValue in interface ReadAccessrowIndex - filafieldId - columna
DriverException - Si se produce un error accediendo al DataSourceReadAccess.getFieldValue(long, int)
public int getFieldCount()
throws DriverException
DriverExceptioncom.hardcode.gdbms.engine.data.driver.ReadAccess#getFieldCount()
public long getRowCount()
throws DriverException
ReadAccess
getRowCount in interface ReadAccessDriverException - Si se produce algún error accediendo al
DataSourceReadAccess.getRowCount()
public Metadata getDataSourceMetadata()
throws DriverException
DataSource
getDataSourceMetadata in interface DataSourceDriverException - If cannot get the DataSource metadata
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||