|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.instruction.Adapter
com.hardcode.gdbms.engine.instruction.CustomAdapter
public class CustomAdapter
Adapter node of the CUSTOM syntax node
| Constructor Summary | |
|---|---|
CustomAdapter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getQueryName()
gets the name of the custom query |
DataSource[] |
getTables()
Gets the DataSource's of the 'tables' clause of the custom query |
Expression[] |
getValues()
gets the values of the values clause |
| Methods inherited from class com.hardcode.gdbms.engine.instruction.Adapter |
|---|
getChilds, getEntity, getInstructionContext, getParent, replaceChild, setChilds, setEntity, setInstructionContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CustomAdapter()
| Method Detail |
|---|
public DataSource[] getTables()
throws com.hardcode.driverManager.DriverLoadException,
NoSuchTableException,
DataSourceCreationException
SemanticException - If there is any semantic error in the tables
clause
NoSuchTableException
CreationException
com.hardcode.driverManager.DriverLoadException
DriverException
DataSourceCreationExceptionpublic Expression[] getValues()
public java.lang.String getQueryName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||