public class NativeScriptDatabaseWork extends Object implements TransactionCallable
| Constructor and Description |
|---|
NativeScriptDatabaseWork(ResourceEnvironment resourceEnvironment,
String... filenames)
Create NativeScriptDatabaseWork object
|
public NativeScriptDatabaseWork(ResourceEnvironment resourceEnvironment, String... filenames)
filenames - SQL script file namespublic Boolean call(com.j256.ormlite.support.DatabaseConnection databaseConnection) throws Exception
call in interface TransactionCallableException - if unable to compute a resultTransactionCallable.call(com.j256.ormlite.support.DatabaseConnection)This documentation is licensed by Andrew Bowley under the GPLv3 License.