org.axiondb.engine.commands

Class RemountCommand

public class RemountCommand extends BaseAxionCommand

A 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 $

Author: Rodney Waldhoff Ahimanikya Satapathy

Constructor Summary
RemountCommand()
Method Summary
protected voidbuildBindVariables()
booleanexecute(Database db)
AxionResultSetexecuteQuery(Database database)
Unsupported
intexecuteUpdate(Database database)
booleangetDataFilesOnly()
ObjectgetDirectory()
TableIdentifiergetTable()
voidsetDataFilesOnly(boolean data)
voidsetDirectory(String dir)
voidsetDirectory(Literal dir)
voidsetTable(TableIdentifier table)
StringtoString()

Constructor Detail

RemountCommand

public RemountCommand()

Method Detail

buildBindVariables

protected void buildBindVariables()

execute

public boolean execute(Database db)

executeQuery

public AxionResultSet executeQuery(Database database)
Unsupported

executeUpdate

public int executeUpdate(Database database)

getDataFilesOnly

public boolean getDataFilesOnly()

getDirectory

public Object getDirectory()

getTable

public TableIdentifier getTable()

setDataFilesOnly

public void setDataFilesOnly(boolean data)

setDirectory

public void setDirectory(String dir)

setDirectory

public void setDirectory(Literal dir)

setTable

public void setTable(TableIdentifier table)

toString

public String toString()