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

Packages that use TableException
org.deegree_impl.io   
org.deegree_impl.model.table   
org.deegree.model.table   
 

Uses of TableException in org.deegree_impl.io
 

Methods in org.deegree_impl.io that throw TableException
 java.lang.Object PostgisDBAccess.performQuery(java.lang.String query, int startFeature, int maxFeatures)
          performs a query against a postgis database. the returned object is an instance of org.deegree.model.table.Table
 java.lang.Object MySQLDBAccess.performQuery(java.lang.String query, int startFeature, int maxFeatures)
          performs a query against a postgis database. the returned object is an instance of org.deegree.model.table.Table
 

Uses of TableException in org.deegree_impl.model.table
 

Methods in org.deegree_impl.model.table that throw TableException
 void Table_Impl.setRow(java.lang.Object[] data, int row)
          sets the data of the row'th row
 void Table_Impl.appendRow(java.lang.Object[] data)
          appends a row to the table and sets its data
 void Table_Impl.setColumnType(int col, java.lang.String type)
          sets the type of a column.
 

Constructors in org.deegree_impl.model.table that throw TableException
Table_Impl(java.lang.String tableName, java.lang.String[] columnNames, java.lang.String[] columnTypes)
           
Table_Impl(java.lang.String tableName, java.lang.String[] columnNames, java.lang.String[] columnTypes, java.lang.Object[][] data)
           
Table_Impl(java.lang.String tableName, java.lang.String[] columnNames, java.lang.String[] columnTypes, int initialCapacity)
           
 

Uses of TableException in org.deegree.model.table
 

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