org.geotools.arcsde.session
Class Commands

java.lang.Object
  extended by org.geotools.arcsde.session.Commands

public class Commands
extends java.lang.Object


Nested Class Summary
static class Commands.CloseStateCommand
           
static class Commands.CloseStreamCommand
          A command to close an stream (ie, SeDelete, SeInsert, SeQuery, SeUpdate).
static class Commands.CreateAndExecuteQueryCommand
          Command to create, prepare, and execute a query.
static class Commands.CreateSeRegistrationCommand
           
static class Commands.CreateSeStateCommand
           
static class Commands.CreateSeTableCommand
           
static class Commands.CreateVersionStateCommand
          Creates either a direct child state of parentStateId, or a sibling being an exact copy of parentStatId if either the state can't be closed because its in use or parentStateId does not belong to the current user.
static class Commands.DescribeTableCommand
           
static class Commands.GetVersionCommand
          Command to fetch a version.
 
Field Summary
static Command<java.lang.Void> CloseConnectionCommand
           
static Command<java.lang.Void> CommitTransactionCommand
           
static Command<SeDelete> CreateSeDeleteCommand
           
static Command<SeInsert> CreateSeInsertCommand
           
static Command<SeUpdate> CreateSeUpdateCommand
           
static Command<java.lang.String> GetDatabaseNameCommand
           
static Command<SeDBMSInfo> getDBMSInfoCommand
           
static Command<SeVersion> GetDefaultVersionCommand
          Command to fetch the default version
static Command<java.util.List<SeLayer>> GetLayersCommand
           
static Command<java.util.List<java.lang.String>> GetRasterColumnNamesCommand
           
static Command<SeRelease> GetReleaseCommand
           
static Command<java.lang.String> GetUserCommand
           
static Command<java.lang.Void> RollbackTransactionCommand
           
static Command<java.lang.Void> StartTransactionCommand
           
static Command<java.lang.Void> TEST_SERVER_COMMAND
          Command to check a connection is alive
 
Constructor Summary
Commands()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Commands

public Commands()


Copyright © 1996-2010 Geotools. All Rights Reserved.