Uses of Class
uba.db.TableCreationException

Packages that use TableCreationException
uba.db   
uba.db.impl.filesystem   
uba.db.impl.memory   
 

Uses of TableCreationException in uba.db
 

Methods in uba.db that throw TableCreationException
protected abstract  Table DatabaseBehavior.basicCreateTable(TableSchema tableSchema)
          Las sub-clases deben implementar este método creando la instancia concreta de la tabla a utilizar.
 Table Database.createTable(TableSchema tableSchema)
          Crea una nueva tabla.
 Table DatabaseBehavior.createTable(TableSchema tableSchema)
           
 

Uses of TableCreationException in uba.db.impl.filesystem
 

Methods in uba.db.impl.filesystem that throw TableCreationException
protected  Table FileSystemDatabase.basicCreateTable(TableSchema tableSchema)
           
 

Uses of TableCreationException in uba.db.impl.memory
 

Methods in uba.db.impl.memory that throw TableCreationException
protected  Table MemoryDatabase.basicCreateTable(TableSchema tableSchema)
           
 



Copyright © -2005 . All Rights Reserved.