|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseTableDefinition
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 |
---|
String getDatabaseColumn(int columnIndex)
columnIndex
- the index of the column
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |