com.esri.sde.sdk.client
Class SeConnection
java.lang.Object
com.esri.sde.sdk.client.SeConnection
public class SeConnection
- extends java.lang.Object
Constructor Summary |
SeConnection(java.lang.String a,
int i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
|
SeConnection(java.lang.String a,
java.lang.String i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SE_TRYLOCK_POLICY
public static int SE_TRYLOCK_POLICY
SE_UNPROTECTED_POLICY
public static int SE_UNPROTECTED_POLICY
SE_ONE_THREAD_POLICY
public static int SE_ONE_THREAD_POLICY
SeConnection
public SeConnection(java.lang.String a,
int i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
throws SeException
- Throws:
SeException
SeConnection
public SeConnection(java.lang.String a,
java.lang.String i,
java.lang.String b,
java.lang.String c,
java.lang.String d)
throws SeException
- Throws:
SeException
getDatabaseName
public java.lang.String getDatabaseName()
throws SeException
- Throws:
SeException
getUser
public java.lang.String getUser()
throws SeException
- Throws:
SeException
getLayers
public java.util.Vector getLayers()
throws SeException
- Throws:
SeException
getRasterColumns
public java.util.Vector getRasterColumns()
throws SeException
- Throws:
SeException
getRelease
public SeRelease getRelease()
isClosed
public boolean isClosed()
close
public void close()
throws SeException
- Throws:
SeException
commitTransaction
public void commitTransaction()
throws SeException
- Throws:
SeException
rollbackTransaction
public void rollbackTransaction()
throws SeException
- Throws:
SeException
setConcurrency
public void setConcurrency(int i)
throws SeException
- Throws:
SeException
setTransactionAutoCommit
public int setTransactionAutoCommit(int i)
throws SeException
- Throws:
SeException
startTransaction
public void startTransaction()
throws SeException
- Throws:
SeException
getDBMSInfo
public SeDBMSInfo getDBMSInfo()
throws SeException
- Throws:
SeException
getSdeDbaName
public java.lang.String getSdeDbaName()
throws SeException
- Throws:
SeException
getTimeSinceLastRT
public long getTimeSinceLastRT()
testServer
public void testServer(long testServerRoundtripIntervalSeconds)
throws SeException
- Throws:
SeException
getVersionList
public SeVersion[] getVersionList(java.lang.String where)
throws SeException
- Throws:
SeException
getTables
public java.util.Vector getTables(int se_select_privilege)
throws SeException
- Throws:
SeException
Copyright © 1996-2010 Geotools. All Rights Reserved.