| java.lang.Object org.geotools.arcsde.data.view.TableQualifier
TableQualifier | class TableQualifier (Code) | | Utility used to qualify table names
author: Gabriel Roldan, Axios Engineering version: $Id: TableQualifier.java 29135 2008-02-07 19:49:09Z desruisseaux $ since: 2.3.x |
Method Summary | |
public static Table | qualify(SeConnection conn, Table table) Returns a Table with the same name as the argument one but fully
qualified in the ArcSDE sense. |
qualify | public static Table qualify(SeConnection conn, Table table) throws IllegalStateException(Code) | | Returns a Table with the same name as the argument one but fully
qualified in the ArcSDE sense.
Parameters: conn - connection to obtain database and user name from Parameters: table - table whose schema name is to be qualified a qualified Table. throws: IllegalStateException - if an SDE error is catched up while askingconn for the database and user name. |
|
|