|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCommands
public class Commands
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 |
---|
public static final Command<Void> TEST_SERVER
public static final Command<SeVersion> GET_DEFAULT_VERSION
public static final Command<Void> START_TRANSACTION
public static final Command<List<String>> GET_RASTER_COLUMN_NAMES
public static final Command<Void> COMMIT_TRANSACTION
public static final Command<Void> ROLLBACK_TRANSACTION
public static final Command<Void> CLOSE_CONNECTION
public static final Command<List<SeLayer>> GET_LAYERS
public static final Command<String> GET_USER
public static final Command<SeRelease> GET_RELEASE
public static final Command<String> GET_DATABASENAME
public static final Command<SeDBMSInfo> GET_DBMS_INFO
public static final Command<SeInsert> CREATE_SEINSERT
public static final Command<SeUpdate> CREATE_SEUPDATE
public static final Command<SeDelete> CREATE_SEDELETE
Constructor Detail |
---|
public Commands()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |