Uses of Class
org.geotools.arcsde.session.Command

Packages that use Command
org.geotools.arcsde.raster.info   
org.geotools.arcsde.session   
 

Uses of Command in org.geotools.arcsde.raster.info
 

Subclasses of Command in org.geotools.arcsde.raster.info
 class GatherCoverageMetadataCommand
          Session command to gather information for an ArcSDE Raster, such as dimensions, spatial extent, number of pyramid levels, etc; into a RasterDatasetInfo
 

Uses of Command in org.geotools.arcsde.session
 

Subclasses of Command in org.geotools.arcsde.session
static class Commands.CloseConnection
           
static class Commands.CloseStateCommand
           
static class Commands.CloseStreamCommand
          A command to close an stream (ie, SeDelete, SeInsert, SeQuery, SeUpdate).
static class Commands.CommitTransaction
           
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.FetchRowCommand
           
static class Commands.GetLayerCommand
           
static class Commands.GetTableCommand
           
static class Commands.GetVersionCommand
          Command to fetch a version.
static class Commands.PrepareQueryCommand
           
 

Fields in org.geotools.arcsde.session declared as Command
static Command<Void> Commands.CLOSE_CONNECTION
           
static Command<Void> Commands.COMMIT_TRANSACTION
           
static Command<SeDelete> Commands.CREATE_SEDELETE
           
static Command<SeInsert> Commands.CREATE_SEINSERT
           
static Command<SeUpdate> Commands.CREATE_SEUPDATE
           
static Command<String> Commands.GET_DATABASENAME
           
static Command<SeDBMSInfo> Commands.GET_DBMS_INFO
           
static Command<SeVersion> Commands.GET_DEFAULT_VERSION
          Command to fetch the default version
static Command<List<SeLayer>> Commands.GET_LAYERS
           
static Command<List<String>> Commands.GET_RASTER_COLUMN_NAMES
           
static Command<SeRelease> Commands.GET_RELEASE
           
static Command<String> Commands.GET_USER
           
static Command<Void> Commands.ROLLBACK_TRANSACTION
           
static Command<Void> Commands.START_TRANSACTION
           
static Command<Void> Commands.TEST_SERVER
          Command to check a connection is alive
 

Methods in org.geotools.arcsde.session with parameters of type Command
<T> T
SessionWrapper.issue(Command<T> command)
           
<T> T
ISession.issue(Command<T> command)
          Executes the given command and returns its result.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.