org.geotools.arcsde.session
Class Commands
java.lang.Object
org.geotools.arcsde.session.Commands
public class Commands
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEST_SERVER_COMMAND
public static final Command<java.lang.Void> TEST_SERVER_COMMAND
- Command to check a connection is alive
GetDefaultVersionCommand
public static final Command<SeVersion> GetDefaultVersionCommand
- Command to fetch the default version
StartTransactionCommand
public static final Command<java.lang.Void> StartTransactionCommand
GetRasterColumnNamesCommand
public static final Command<java.util.List<java.lang.String>> GetRasterColumnNamesCommand
CommitTransactionCommand
public static final Command<java.lang.Void> CommitTransactionCommand
RollbackTransactionCommand
public static final Command<java.lang.Void> RollbackTransactionCommand
CloseConnectionCommand
public static final Command<java.lang.Void> CloseConnectionCommand
GetLayersCommand
public static final Command<java.util.List<SeLayer>> GetLayersCommand
GetUserCommand
public static final Command<java.lang.String> GetUserCommand
GetReleaseCommand
public static final Command<SeRelease> GetReleaseCommand
GetDatabaseNameCommand
public static final Command<java.lang.String> GetDatabaseNameCommand
getDBMSInfoCommand
public static final Command<SeDBMSInfo> getDBMSInfoCommand
CreateSeInsertCommand
public static final Command<SeInsert> CreateSeInsertCommand
CreateSeUpdateCommand
public static final Command<SeUpdate> CreateSeUpdateCommand
CreateSeDeleteCommand
public static final Command<SeDelete> CreateSeDeleteCommand
Commands
public Commands()
Copyright © 1996-2010 Geotools. All Rights Reserved.