com.hardcode.gdbms.engine.instruction
Class TableListAdapter

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

public class TableListAdapter
extends Adapter

Adaptador

Author:
Fernando González Cortés

Constructor Summary
TableListAdapter()
           
 
Method Summary
 DataSource[] getTables()
          Obtiene los DataSources de la cláusula from
 
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

TableListAdapter

public TableListAdapter()
Method Detail

getTables

public DataSource[] getTables()
                       throws com.hardcode.driverManager.DriverLoadException,
                              NoSuchTableException,
                              DataSourceCreationException
Obtiene los DataSources de la cláusula from

Returns:
array de datasources
Throws:
TableNotFoundException - Si no se encontró alguna tabla
CreationException
NoSuchTableException
com.hardcode.driverManager.DriverLoadException
DriverException
DataSourceCreationException
java.lang.RuntimeException


Copyright © 2005-2006 . All Rights Reserved.