|
||||||||||
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.CreateCommand
org.axiondb.engine.commands.CreateViewCommand
public class CreateViewCommand
A CREATE VIEW AS sub-query
command.
TODO: support for CREATE VIEW table_name [ ( column_name1, column_name2, ... ) ]...
Constructor Summary | |
---|---|
CreateViewCommand()
|
Method Summary | |
---|---|
boolean |
execute(Database db)
Executes an SQL statement that may return multiple results. |
void |
setSubQuery(java.lang.String query)
|
Methods inherited from class org.axiondb.engine.commands.CreateCommand |
---|
executeQuery, executeUpdate, getObjectName, isIfNotExists, setIfNotExists, setObjectName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CreateViewCommand()
Method Detail |
---|
public void setSubQuery(java.lang.String query)
public boolean execute(Database db) throws AxionException
AxionCommand
execute
in interface AxionCommand
execute
in class CreateCommand
ResultSet
s were generated,
false otherwise
AxionException
Statement.execute(java.lang.String)
,
PreparedStatement.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |