public class DeliaDao extends Object
| Constructor and Description |
|---|
DeliaDao(ConnectionInfo info) |
DeliaDao(ConnectionString connString,
DBType dbType,
Log log) |
DeliaDao(Delia delia) |
| Modifier and Type | Method and Description |
|---|---|
protected ResultValue |
beginExecution(String src) |
ResultValue |
deleteOne(String type,
String primaryKey) |
ResultValue |
execute(String src) |
DBInterface |
getDbInterface() |
Delia |
getDelia() |
FactoryService |
getFactorySvc() |
DeliaSession |
getMostRecentSess() |
DTypeRegistry |
getRegistry() |
boolean |
initialize(String src) |
ResultValue |
insertOne(String type,
String fields) |
ResultValue |
queryByFilter(String type,
String filter) |
ResultValue |
queryByPrimaryKey(String type,
String primaryKey) |
ResultValue |
queryByStatement(String type,
String filterEx) |
ResultValue |
updateOne(String type,
String primaryKey,
String fields) |
public DeliaDao(ConnectionInfo info)
public DeliaDao(Delia delia)
public DeliaDao(ConnectionString connString, DBType dbType, Log log)
public boolean initialize(String src)
protected ResultValue beginExecution(String src)
public ResultValue execute(String src)
public ResultValue queryByPrimaryKey(String type, String primaryKey)
public ResultValue queryByFilter(String type, String filter)
public ResultValue queryByStatement(String type, String filterEx)
public ResultValue insertOne(String type, String fields)
public ResultValue updateOne(String type, String primaryKey, String fields)
public ResultValue deleteOne(String type, String primaryKey)
public Delia getDelia()
public DBInterface getDbInterface()
public DeliaSession getMostRecentSess()
public FactoryService getFactorySvc()
public DTypeRegistry getRegistry()
Copyright © 2020. All rights reserved.