public interface Delia
| Modifier and Type | Method and Description |
|---|---|
DeliaSession |
beginSession(String src) |
ResultValue |
continueExecution(String src,
DeliaSession dbsess) |
DeliaCompiler |
createCompiler() |
ResultValue |
execute(String src) |
DeliaSession |
executeMigrationPlan(String src,
MigrationPlan plan) |
DBInterface |
getDBInterface() |
FactoryService |
getFactoryService() |
Log |
getLog() |
DeliaOptions |
getOptions() |
ResultValue execute(String src)
DeliaSession beginSession(String src)
ResultValue continueExecution(String src, DeliaSession dbsess)
DeliaSession executeMigrationPlan(String src, MigrationPlan plan)
Log getLog()
FactoryService getFactoryService()
DeliaCompiler createCompiler()
DeliaOptions getOptions()
DBInterface getDBInterface()
Copyright © 2020. All rights reserved.