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