Package com.ibm.fhir.bucket.persistence
Class AddBucketPath
- java.lang.Object
-
- com.ibm.fhir.bucket.persistence.AddBucketPath
-
- All Implemented Interfaces:
IDatabaseSupplier<Long>
public class AddBucketPath extends Object implements IDatabaseSupplier<Long>
DAO to encapsulate all the SQL/DML used to retrieve and persist data in the schema
-
-
Constructor Summary
Constructors Constructor Description AddBucketPath(String schemaName, String bucketName, String bucketPath)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
run(IDatabaseTranslator translator, Connection c)
Execute the statement using the connection and return the value
-
-
-
Method Detail
-
run
public Long run(IDatabaseTranslator translator, Connection c)
Description copied from interface:IDatabaseSupplier
Execute the statement using the connection and return the value- Specified by:
run
in interfaceIDatabaseSupplier<Long>
- Parameters:
translator
- to translate any exceptions
-
-