Class PostgresListTablesForSchema
- java.lang.Object
 - 
- com.ibm.fhir.database.utils.postgres.PostgresListTablesForSchema
 
 
- 
- All Implemented Interfaces:
 IDatabaseSupplier<java.util.List<SchemaInfoObject>>
public class PostgresListTablesForSchema extends java.lang.Object implements IDatabaseSupplier<java.util.List<SchemaInfoObject>>
DAO to fetch the names of tables in the given schema 
- 
- 
Constructor Summary
Constructors Constructor Description PostgresListTablesForSchema(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:IDatabaseSupplierExecute the statement using the connection and return the value- Specified by:
 runin interfaceIDatabaseSupplier<java.util.List<SchemaInfoObject>>- Parameters:
 translator- to translate any exceptions
 
 - 
 
 -