org.axiondb.engine.commands
Class CreateDatabaseLinkCommand
java.lang.Object
org.axiondb.engine.commands.BaseAxionCommand
org.axiondb.engine.commands.CreateCommand
org.axiondb.engine.commands.CreateDatabaseLinkCommand
- All Implemented Interfaces:
- AxionCommand
public class CreateDatabaseLinkCommand
- extends CreateCommand
A CREATE DATABASE LINK
command.
- Version:
- $Revision: 1.1 $ $Date: 2004/09/02 01:52:09 $
Methods inherited from class org.axiondb.engine.commands.BaseAxionCommand |
appendBindVariables, assertNotReadOnly, attemptToConvertValue, bind, clearBindings, getBindVariableIterator, getEffectedRowCount, getResultSet, getRowIterator, getRowIterator, getTableForIdentifier, resolveSelectableList, resolveSelectableList, setEffectedRowCount, setResultSet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateDatabaseLinkCommand
public CreateDatabaseLinkCommand()
CreateDatabaseLinkCommand
public CreateDatabaseLinkCommand(String serverName)
execute
public boolean execute(Database db)
throws AxionException
- Description copied from interface:
AxionCommand
- Executes an SQL statement that may return multiple results.
- Specified by:
execute
in interface AxionCommand
- Specified by:
execute
in class CreateCommand
- Returns:
- true if one or more
ResultSet
s
were generated, false otherwise
- Throws:
AxionException
- See Also:
Statement.execute(java.lang.String)
,
PreparedStatement.execute()
setProperties
public void setProperties(Properties prop)