com.esri.sde.sdk.client
Class SeTable
java.lang.Object
com.esri.sde.sdk.client.SeTable
public class SeTable
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeTable
public SeTable(SeConnection s,
java.lang.String y)
throws SeException
- Throws:
SeException
getQualifiedName
public java.lang.String getQualifiedName()
getName
public java.lang.String getName()
addColumn
public void addColumn(SeColumnDefinition s)
dropColumn
public void dropColumn(java.lang.String s)
delete
public void delete()
throws SeException
- Throws:
SeException
create
public void create(SeColumnDefinition[] c,
java.lang.String s)
describe
public SeColumnDefinition[] describe()
throws SeException
- Throws:
SeException
truncate
public void truncate()
throws SeException
- Throws:
SeException
getPermissions
public int getPermissions()
throws SeException
- Throws:
SeException
getIds
public SeTable.SeTableIdRange getIds(int i)
throws SeException
- Throws:
SeException
Copyright © 1996-2010 Geotools. All Rights Reserved.