|
||||||||||
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.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<Void> |
CloseConnectionCommand
|
static Command<Void> |
CommitTransactionCommand
|
static Command<SeDelete> |
CreateSeDeleteCommand
|
static Command<SeInsert> |
CreateSeInsertCommand
|
static Command<SeUpdate> |
CreateSeUpdateCommand
|
static Command<String> |
GetDatabaseNameCommand
|
static Command<SeDBMSInfo> |
getDBMSInfoCommand
|
static Command<SeVersion> |
GetDefaultVersionCommand
Command to fetch the default version |
static Command<List<SeLayer>> |
GetLayersCommand
|
static Command<List<String>> |
GetRasterColumnNamesCommand
|
static Command<SeRelease> |
GetReleaseCommand
|
static Command<String> |
GetUserCommand
|
static Command<Void> |
RollbackTransactionCommand
|
static Command<Void> |
StartTransactionCommand
|
static Command<Void> |
TEST_SERVER_COMMAND
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_COMMAND
public static final Command<SeVersion> GetDefaultVersionCommand
public static final Command<Void> StartTransactionCommand
public static final Command<List<String>> GetRasterColumnNamesCommand
public static final Command<Void> CommitTransactionCommand
public static final Command<Void> RollbackTransactionCommand
public static final Command<Void> CloseConnectionCommand
public static final Command<List<SeLayer>> GetLayersCommand
public static final Command<String> GetUserCommand
public static final Command<SeRelease> GetReleaseCommand
public static final Command<String> GetDatabaseNameCommand
public static final Command<SeDBMSInfo> getDBMSInfoCommand
public static final Command<SeInsert> CreateSeInsertCommand
public static final Command<SeUpdate> CreateSeUpdateCommand
public static final Command<SeDelete> CreateSeDeleteCommand
Constructor Detail |
---|
public Commands()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |