public final class InfoDB extends Command
| Modifier and Type | Field and Description |
|---|---|
static java.text.SimpleDateFormat |
DATE
Date format.
|
| Constructor and Description |
|---|
InfoDB()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
static java.lang.String |
db(MetaData meta,
boolean bold,
boolean index,
boolean create)
Creates a database information string.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
close, error, execute, execute, getOption, getOption, info, info, newData, pinned, result, run, setInput, setInput, stoppable, supportsProg, toString, updated, updatingprotected boolean run()
throws java.io.IOException
Commandpublic static java.lang.String db(MetaData meta, boolean bold, boolean index, boolean create)
meta - meta databold - header bold header flagindex - add index informationcreate - create permissionspublic void build(CommandBuilder cb)
Command