|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.AbstractDataObject
thinkui.command.AbstractCommand
thinkui.desktop.AbstractSwingCommand
thinkui.sqlclient.AbstractSQLClientCommand
thinkui.sqlclient.commands.ImportSQLQueryCommand
Command to export the data model for the selected tables.
Field Summary | |
static DataClass |
DATA_CLASS
|
static java.lang.String |
DB_CONNECTION_ID
|
static java.lang.String |
DIRECTORY
|
static java.lang.String |
FILE_TYPES
|
static java.lang.String |
PARSER_CLASS_NAME
|
static java.lang.String |
PROJECT_ID
|
static java.lang.String |
RECURSIVE
|
Fields inherited from interface thinkui.command.Command |
NO_RESULT |
Fields inherited from interface thinkui.db.DataObject |
INDEX_SEPARATOR, NAME_SEPARATOR |
Constructor Summary | |
ImportSQLQueryCommand()
ImportSQLQueryCommand constructor. |
Method Summary | |
java.lang.Object |
execute(thinkui.command.CommandContext commandContext)
Execute the command with the specified context. |
DataClass |
getDataClass()
|
boolean |
isAbortable()
Override method to indicate that this command may be aborted. |
Methods inherited from class thinkui.desktop.AbstractSwingCommand |
getCommandManager, getLabel, getSelectedObject, getSelectedObjects, setCommandManager, setLabel |
Methods inherited from class thinkui.command.AbstractCommand |
abort, equals, getData, getExecutionState, getInitCommand, getNextCommand, getObjectClassName, isAbortRequested, isEnabled, isPrecondition, setAbortRequested, setData, setEnabled, setExecutionState, setInitCommand, setNextCommand |
Methods inherited from class thinkui.db.AbstractDataObject |
clearValue, clearValues, compareTo, copy, copyFrom, copyFrom, copyFrom, copyNonEmptyValuesFrom, getAsString, getAttribute, getBigDecimal, getBigInteger, getBoolean, getCaption, getCharacter, getDate, getInteger, getLong, getModifiedAttrNames, getName, getNumber, getPersistentState, getPrimaryKey, getShort, getString, getTimestamp, getValue, getValuesMap, hashCode, initFrom, initFrom, initFrom, initValue, isAttribute, isModified, isModified, isNew, isOverridden, isReadOnly, isReadOnly, isValueEmpty, isValueSet, override, setModifiedAttrNames, setName, setPersistentState, setReadOnly, setValue, setValuesMap, toString, validate |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface thinkui.db.DataObject |
clearValue, clearValues, copy, copyFrom, copyFrom, copyFrom, getAsString, getAttribute, getBigDecimal, getBigInteger, getBoolean, getCharacter, getDate, getInteger, getLong, getModifiedAttrNames, getName, getPersistentState, getPrimaryKey, getShort, getString, getTimestamp, getValue, getValuesMap, hashCode, initFrom, initFrom, initFrom, initValue, isAttribute, isModified, isModified, isNew, isOverridden, isReadOnly, isReadOnly, isValueEmpty, isValueSet, override, setModifiedAttrNames, setName, setPersistentState, setReadOnly, setValue, setValuesMap, toString, validate |
Methods inherited from interface java.lang.Comparable |
compareTo |
Methods inherited from interface thinkui.common.CaptionSupport |
getCaption |
Field Detail |
public static final DataClass DATA_CLASS
public static final java.lang.String DB_CONNECTION_ID
public static final java.lang.String DIRECTORY
public static final java.lang.String FILE_TYPES
public static final java.lang.String PARSER_CLASS_NAME
public static final java.lang.String PROJECT_ID
public static final java.lang.String RECURSIVE
Constructor Detail |
public ImportSQLQueryCommand()
Method Detail |
public final java.lang.Object execute(thinkui.command.CommandContext commandContext) throws java.lang.Exception
java.lang.Exception
public final DataClass getDataClass()
public final boolean isAbortable()
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |