Class DerbyListViewsForSchema
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.derby.DerbyListViewsForSchema
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<List<SchemaInfoObject>>
public class DerbyListViewsForSchema extends Object implements IDatabaseSupplier<List<SchemaInfoObject>>
DAO to fetch the names of views in the given schema 
- 
- 
Constructor Summary
Constructors Constructor Description DerbyListViewsForSchema(String schemaName)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SchemaInfoObject>run(IDatabaseTranslator translator, Connection c)Execute the statement using the connection and return the value 
 - 
 
- 
- 
Constructor Detail
- 
DerbyListViewsForSchema
public DerbyListViewsForSchema(String schemaName)
Public constructor- Parameters:
 schemaName-
 
 - 
 
- 
Method Detail
- 
run
public List<SchemaInfoObject> run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<List<SchemaInfoObject>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -