com.esri.sde.sdk.client
Class SeRegistration

java.lang.Object
  extended by com.esri.sde.sdk.client.SeRegistration

public class SeRegistration
extends java.lang.Object


Field Summary
static int SE_REGISTRATION_ROW_ID_ALLOCATION_SINGLE
           
static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_NONE
           
static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_SDE
           
static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_USER
           
 
Constructor Summary
SeRegistration(SeConnection conn)
           
SeRegistration(SeConnection c, java.lang.String s)
           
 
Method Summary
 void alter()
           
 void getInfo()
           
 int getRowIdAllocation()
           
 java.lang.String getRowIdColumnName()
           
 int getRowIdColumnType()
           
 java.lang.String getTableName()
           
 boolean hasLayer()
           
 boolean isHidden()
           
 boolean isMultiVersion()
           
 boolean isView()
           
 void setMultiVersion(boolean b)
           
 void setRowIdColumnName(java.lang.String s)
           
 void setRowIdColumnType(int i)
           
 void setTableName(java.lang.String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_REGISTRATION_ROW_ID_ALLOCATION_SINGLE

public static int SE_REGISTRATION_ROW_ID_ALLOCATION_SINGLE

SE_REGISTRATION_ROW_ID_COLUMN_TYPE_SDE

public static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_SDE

SE_REGISTRATION_ROW_ID_COLUMN_TYPE_USER

public static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_USER

SE_REGISTRATION_ROW_ID_COLUMN_TYPE_NONE

public static int SE_REGISTRATION_ROW_ID_COLUMN_TYPE_NONE
Constructor Detail

SeRegistration

public SeRegistration(SeConnection c,
                      java.lang.String s)
               throws SeException
Throws:
SeException

SeRegistration

public SeRegistration(SeConnection conn)
Method Detail

getRowIdColumnName

public java.lang.String getRowIdColumnName()

setRowIdColumnName

public void setRowIdColumnName(java.lang.String s)

getRowIdColumnType

public int getRowIdColumnType()
                       throws SeException
Throws:
SeException

setRowIdColumnType

public void setRowIdColumnType(int i)

alter

public void alter()

getTableName

public java.lang.String getTableName()

isMultiVersion

public boolean isMultiVersion()

isView

public boolean isView()

setMultiVersion

public void setMultiVersion(boolean b)

getInfo

public void getInfo()
             throws SeException
Throws:
SeException

setTableName

public void setTableName(java.lang.String tableName)

getRowIdAllocation

public int getRowIdAllocation()

isHidden

public boolean isHidden()

hasLayer

public boolean hasLayer()


Copyright © 1996-2010 Geotools. All Rights Reserved.