org.deegree.tools.jdbc
Class Table

java.lang.Object
  extended by org.deegree.tools.jdbc.Table

public class Table
extends Object

TODO add class documentation here

Version:
$Revision: 1.1 $, $Date: 2011-03-02 12:59:21 $
Author:
Lyn Buesching, last edited by: $Author: buesching $

Method Summary
 Pair<String,ICRS> getGeometryColumn(String field)
           
 String getName()
           
 String getSelect()
           
 List<Table> getTables()
           
 List<String> getVariables()
           
 void setName(String name)
           
 void setSelect(String select)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSelect

public String getSelect()
Returns:
the select

setSelect

public void setSelect(String select)
Parameters:
select - the select to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getTables

public List<Table> getTables()
Returns:
the tables

getVariables

public List<String> getVariables()
Returns:
the variables

getGeometryColumn

public Pair<String,ICRS> getGeometryColumn(String field)
Returns:


Copyright © 2011. All Rights Reserved.