Copyright © 2005 Scientific Applications. All Rights Reserved.

com.sciapp.table.db
Interface DatabaseTableDefinition

All Superinterfaces:
TableDefinition
All Known Subinterfaces:
MeasureDefinition
All Known Implementing Classes:
DefaultDatabaseTableDefinition, DefaultMeasureDefinition

public interface DatabaseTableDefinition
extends TableDefinition

This interface supplies methods that define the structure of a database query.


Method Summary
 String getDatabaseColumn(int columnIndex)
          Returns the name of the column at columnIndex as it exists in the database.
 
Methods inherited from interface com.sciapp.table.TableDefinition
getColumnClass, getColumnCount, getColumnName
 

Method Detail

getDatabaseColumn

String getDatabaseColumn(int columnIndex)
Returns the name of the column at columnIndex as it exists in the database.

Parameters:
columnIndex - the index of the column
Returns:
the name of the column in the database

Copyright © 2005 Scientific Applications. All Rights Reserved.