|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.RemountCommand
A REMOUNT
command, which points the database at
a new location or refresh the external table.
Constructor Summary | |
RemountCommand()
|
Method Summary | |
boolean |
execute(Database db)
Executes an SQL statement that may return multiple results. |
AxionResultSet |
executeQuery(Database database)
Unsupported |
int |
executeUpdate(Database database)
Executes an SQL that may add, delete or modify zero or more rows within the database, such as an INSERT, UPDATE or DELETE statement. |
protected Iterator |
getBindVariableIterator()
Returns an Iterator over all my BindVariable s, in the proper
order. |
boolean |
getDataFilesOnly()
|
Object |
getDirectory()
|
TableIdentifier |
getTable()
|
void |
setDataFilesOnly(boolean data)
|
void |
setDirectory(Literal dir)
|
void |
setDirectory(String dir)
|
void |
setTable(TableIdentifier table)
|
String |
toString()
|
Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand |
appendBindVariables, assertNotReadOnly, attemptToConvertValue, bind, clearBindings, getEffectedRowCount, getResultSet, getRowIterator, getRowIterator, getTableForIdentifier, resolveSelectableList, resolveSelectableList, setEffectedRowCount, setResultSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RemountCommand()
Method Detail |
public void setDirectory(String dir)
public void setDirectory(Literal dir)
public Object getDirectory()
public void setTable(TableIdentifier table)
public TableIdentifier getTable()
public void setDataFilesOnly(boolean data)
public boolean getDataFilesOnly()
public boolean execute(Database db) throws AxionException
AxionCommand
ResultSet
s
were generated, false otherwise
AxionException
Statement.execute(java.lang.String)
,
PreparedStatement.execute()
public AxionResultSet executeQuery(Database database) throws AxionException
ResultSet
AxionException
Statement.executeQuery(java.lang.String)
,
PreparedStatement.executeQuery()
public int executeUpdate(Database database) throws AxionException
AxionCommand
AxionException
Statement.executeUpdate(java.lang.String)
,
PreparedStatement.executeUpdate()
public String toString()
protected Iterator getBindVariableIterator()
BaseAxionCommand
Iterator
over all my BindVariable
s, in the proper
order. Default impl returns empty iterator.
getBindVariableIterator
in class BaseAxionCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |