com.hardcode.gdbms.engine.instruction
Class UnionAdapter

java.lang.Object
  extended by com.hardcode.gdbms.engine.instruction.Adapter
      extended by com.hardcode.gdbms.engine.instruction.UnionAdapter

public class UnionAdapter
extends Adapter

Adaptador de la instrucción UNION

Author:
Fernando González Cortés

Constructor Summary
UnionAdapter()
           
 
Method Summary
 DataSource getFirstTable()
           
 DataSource getSecondTable()
           
 
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

UnionAdapter

public UnionAdapter()
Method Detail

getFirstTable

public DataSource getFirstTable()
                         throws NoSuchTableException,
                                DataSourceCreationException,
                                ExecutionException,
                                com.hardcode.driverManager.DriverLoadException
Throws:
ExecutionException
DataSourceCreationException
NoSuchTableException
com.hardcode.driverManager.DriverLoadException
See Also:
com.hardcode.gdbms.engine.instruction.UnionInstruction#getFirstTable()

getSecondTable

public DataSource getSecondTable()
                          throws com.hardcode.driverManager.DriverLoadException,
                                 NoSuchTableException,
                                 DataSourceCreationException,
                                 ExecutionException
Throws:
ExecutionException
DataSourceCreationException
com.hardcode.driverManager.DriverLoadException
NoSuchTableException
See Also:
com.hardcode.gdbms.engine.instruction.UnionInstruction#getSecondTable()


Copyright © 2005-2006 . All Rights Reserved.