org.axiondb.engine.commands
public class RemountCommand extends BaseAxionCommand
REMOUNT
command, which points the database at
a new location or refresh the external table.
Version: $Revision: 1.15 $ $Date: 2005/12/20 18:32:28 $
Constructor Summary | |
---|---|
RemountCommand() |
Method Summary | |
---|---|
protected void | buildBindVariables() |
boolean | execute(Database db) |
AxionResultSet | executeQuery(Database database) Unsupported |
int | executeUpdate(Database database) |
boolean | getDataFilesOnly() |
Object | getDirectory() |
TableIdentifier | getTable() |
void | setDataFilesOnly(boolean data) |
void | setDirectory(String dir) |
void | setDirectory(Literal dir) |
void | setTable(TableIdentifier table) |
String | toString() |