public class Commands extends Object
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Commands() |
public static final Command<SeVersion> GET_DEFAULT_VERSION
public static final Command<SeRelease> GET_RELEASE
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
Copyright © 1996–2019 Geotools. All rights reserved.