deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.model.table.TableException

Packages that use TableException
org.deegree.model.table   
 

Uses of TableException in org.deegree.model.table
 

Methods in org.deegree.model.table that throw TableException
 void DefaultTable.appendRow(Object[] data)
          appends a row to the table and sets its data
 void Table.appendRow(Object[] data)
          appends a row to the table and sets its data
 void DefaultTable.setColumnType(int col, int type)
          sets the type of a column.
 void Table.setColumnType(int col, int type)
          sets the type of a column. the implementing class have to ensure that this is a valid operation
 void DefaultTable.setRow(Object[] data, int row)
          sets the data of the row'th row
 void Table.setRow(Object[] data, int row)
          sets the data of the row'th row
 

Constructors in org.deegree.model.table that throw TableException
DefaultTable(String tableName, String[] columnNames, int[] columnTypes)
           
DefaultTable(String tableName, String[] columnNames, int[] columnTypes, int initialCapacity)
           
DefaultTable(String tableName, String[] columnNames, int[] columnTypes, Object[][] data)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org