Package org.basex.core.parse
Interface Commands
public interface Commands
This class defines the available command-line commands.
- Author:
- BaseX Team 2005-21, BSD License, Christian Gruen
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumCommand definitions.static enumAlter types.static enumCreate commands.static enumDrop commands.static enumIndex types.static enumIndex types.static enumInfo commands.static enumJobs commands.static enumOptimize commands.static enumPermission commands.static enumRepo types.static enumShow commands. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCommand string: "add".static final StringCommand string: "alter-backup".static final StringCommand string: "alter-db".static final StringCommand string: "alter-password".static final StringCommand string: "alter-user".static final StringCommand string: "check".static final StringCommand string: "close".static final StringCommand attribute: "command".static final StringRoot node of command scripts.static final StringCommand string: "copy".static final StringCommand string: "create-backup".static final StringCommand string: "create-db".static final StringCommand string: "create-index".static final StringCommand string: "create-user".static final StringCommand attribute: "database".static final StringCommand string: "delete".static final StringCommand string: "drop-backup".static final StringCommand string: "drop-db".static final StringCommand string: "drop-index".static final StringCommand string: "drop-user".static final StringCommand attribute: "end".static final StringCommand string: "execute".static final StringCommand string: "exit".static final StringCommand string: "export".static final StringCommand attribute: "file".static final StringCommand string: "find".static final StringCommand string: "flush".static final StringCommand string: "get".static final StringCommand string: "grant".static final StringCommand string: "help".static final StringCommand attribute: "id".static final StringCommand string: "info".static final StringCommand string: "info-db".static final StringCommand string: "info-index".static final StringCommand string: "info-storage".static final StringCommand attribute: "input".static final StringCommand string: "inspect".static final StringCommand string: "jobs-list".static final StringCommand string: "jobs-result".static final StringCommand string: "jobs-stop".static final StringCommand string: "kill".static final StringCommand string: "list".static final StringCommand attribute: "name".static final StringCommand attribute: "newname".static final StringCommand attribute: "newpath".static final StringCommand string: "open".static final StringCommand string: "optimize".static final StringCommand string: "optimize-all".static final StringCommand attribute: "option".static final StringCommand string: "password".static final StringCommand attribute: "path".static final StringCommand attribute: "pattern".static final StringCommand attribute: "permission".static final StringCommand attribute: "query".static final StringCommand string: "quit".static final StringCommand string: "rename".static final StringCommand string: "replace".static final StringCommand string: "repo-delete".static final StringCommand string: "repo-install".static final StringCommand string: "repo-list".static final StringCommand string: "restore".static final StringCommand string: "retrieve".static final StringCommand string: "run".static final StringCommand string: "set".static final StringCommand string: "show-backups".static final StringCommand string: "show-sessions".static final StringCommand string: "show-users".static final StringCommand attribute: "start".static final StringCommand string: "store".static final StringCommand attribute: "target".static final StringCommand string: "test".static final StringCommand attribute: "type".static final StringCommand attribute: "value".static final StringCommand string: "xquery".
-
Field Details
-
COMMANDS
Root node of command scripts.- See Also:
-
ADD
Command string: "add".- See Also:
-
ALTER_BACKUP
Command string: "alter-backup".- See Also:
-
ALTER_DB
Command string: "alter-db".- See Also:
-
ALTER_PASSWORD
Command string: "alter-password".- See Also:
-
ALTER_USER
Command string: "alter-user".- See Also:
-
CHECK
Command string: "check".- See Also:
-
CLOSE
Command string: "close".- See Also:
-
COPY
Command string: "copy".- See Also:
-
CREATE_BACKUP
Command string: "create-backup".- See Also:
-
CREATE_DB
Command string: "create-db".- See Also:
-
CREATE_INDEX
Command string: "create-index".- See Also:
-
CREATE_USER
Command string: "create-user".- See Also:
-
DELETE
Command string: "delete".- See Also:
-
DROP_BACKUP
Command string: "drop-backup".- See Also:
-
DROP_DB
Command string: "drop-db".- See Also:
-
DROP_INDEX
Command string: "drop-index".- See Also:
-
DROP_USER
Command string: "drop-user".- See Also:
-
EXECUTE
Command string: "execute".- See Also:
-
EXIT
Command string: "exit".- See Also:
-
EXPORT
Command string: "export".- See Also:
-
FIND
Command string: "find".- See Also:
-
FLUSH
Command string: "flush".- See Also:
-
GET
Command string: "get".- See Also:
-
GRANT
Command string: "grant".- See Also:
-
HELP
Command string: "help".- See Also:
-
INFO
Command string: "info".- See Also:
-
INFO_DB
Command string: "info-db".- See Also:
-
INFO_INDEX
Command string: "info-index".- See Also:
-
INFO_STORAGE
Command string: "info-storage".- See Also:
-
JOBS_LIST
Command string: "jobs-list".- See Also:
-
JOBS_STOP
Command string: "jobs-stop".- See Also:
-
JOBS_RESULT
Command string: "jobs-result".- See Also:
-
KILL
Command string: "kill".- See Also:
-
LIST
Command string: "list".- See Also:
-
OPEN
Command string: "open".- See Also:
-
OPTIMIZE
Command string: "optimize".- See Also:
-
OPTIMIZE_ALL
Command string: "optimize-all".- See Also:
-
PASSWORD
Command string: "password".- See Also:
-
QUIT
Command string: "quit".- See Also:
-
RENAME
Command string: "rename".- See Also:
-
REPLACE
Command string: "replace".- See Also:
-
REPO_DELETE
Command string: "repo-delete".- See Also:
-
REPO_INSTALL
Command string: "repo-install".- See Also:
-
REPO_LIST
Command string: "repo-list".- See Also:
-
RESTORE
Command string: "restore".- See Also:
-
RETRIEVE
Command string: "retrieve".- See Also:
-
RUN
Command string: "run".- See Also:
-
INSPECT
Command string: "inspect".- See Also:
-
SET
Command string: "set".- See Also:
-
SHOW_BACKUPS
Command string: "show-backups".- See Also:
-
SHOW_SESSIONS
Command string: "show-sessions".- See Also:
-
SHOW_USERS
Command string: "show-users".- See Also:
-
STORE
Command string: "store".- See Also:
-
TEST
Command string: "test".- See Also:
-
XQUERY
Command string: "xquery".- See Also:
-
PATH
Command attribute: "path".- See Also:
-
NAME
Command attribute: "name".- See Also:
-
PATTERN
Command attribute: "pattern".- See Also:
-
NEWNAME
Command attribute: "newname".- See Also:
-
INPUT
Command attribute: "input".- See Also:
-
QUERY
Command attribute: "query".- See Also:
-
TYPE
Command attribute: "type".- See Also:
-
ID
Command attribute: "id".- See Also:
-
START
Command attribute: "start".- See Also:
-
END
Command attribute: "end".- See Also:
-
DATABASE
Command attribute: "database".- See Also:
-
OPTION
Command attribute: "option".- See Also:
-
PERMISSION
Command attribute: "permission".- See Also:
-
TARGET
Command attribute: "target".- See Also:
-
NEWPATH
Command attribute: "newpath".- See Also:
-
FILE
Command attribute: "file".- See Also:
-
VALUE
Command attribute: "value".- See Also:
-
COMMAND
Command attribute: "command".- See Also:
-