org.geotools.arcsde.session
Class Commands

Object
  extended by Commands

public class Commands
extends Object


Nested Class Summary
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
           
 
Field Summary
static Command<Void> CLOSE_CONNECTION
           
static Command<Void> COMMIT_TRANSACTION
           
static Command<SeDelete> CREATE_SEDELETE
           
static Command<SeInsert> CREATE_SEINSERT
           
static Command<SeUpdate> CREATE_SEUPDATE
           
static Command<String> GET_DATABASENAME
           
static Command<SeDBMSInfo> GET_DBMS_INFO
           
static Command<SeVersion> GET_DEFAULT_VERSION
          Command to fetch the default version
static Command<List<SeLayer>> GET_LAYERS
           
static Command<List<String>> GET_RASTER_COLUMN_NAMES
           
static Command<SeRelease> GET_RELEASE
           
static Command<String> GET_USER
           
static Command<Void> ROLLBACK_TRANSACTION
           
static Command<Void> START_TRANSACTION
           
static Command<Void> TEST_SERVER
          Command to check a connection is alive
 
Constructor Summary
Commands()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_SERVER

public static final Command<Void> TEST_SERVER
Command to check a connection is alive


GET_DEFAULT_VERSION

public static final Command<SeVersion> GET_DEFAULT_VERSION
Command to fetch the default version


START_TRANSACTION

public static final Command<Void> START_TRANSACTION

GET_RASTER_COLUMN_NAMES

public static final Command<List<String>> GET_RASTER_COLUMN_NAMES

COMMIT_TRANSACTION

public static final Command<Void> COMMIT_TRANSACTION

ROLLBACK_TRANSACTION

public static final Command<Void> ROLLBACK_TRANSACTION

CLOSE_CONNECTION

public static final Command<Void> CLOSE_CONNECTION

GET_LAYERS

public static final Command<List<SeLayer>> GET_LAYERS

GET_USER

public static final Command<String> GET_USER

GET_RELEASE

public static final Command<SeRelease> GET_RELEASE

GET_DATABASENAME

public static final Command<String> GET_DATABASENAME

GET_DBMS_INFO

public static final Command<SeDBMSInfo> GET_DBMS_INFO

CREATE_SEINSERT

public static final Command<SeInsert> CREATE_SEINSERT

CREATE_SEUPDATE

public static final Command<SeUpdate> CREATE_SEUPDATE

CREATE_SEDELETE

public static final Command<SeDelete> CREATE_SEDELETE
Constructor Detail

Commands

public Commands()


Copyright © 1996-2014 Geotools. All Rights Reserved.