| Package | Description |
|---|---|
| com.cs.software.api | |
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.database | |
| com.cs.software.engine.datastore.storage |
| Modifier and Type | Method and Description |
|---|---|
DataStoreParamIntf |
DataStoreParamIntf.cloneDBParam() |
DataStoreParamIntf |
DataStoreIntf.getDataStoreParam(String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<DataStoreParamIntf> |
DataStoreIntf.getParameterList() |
Map<String,DataStoreParamIntf> |
DataStoreIntf.getParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
DataStoreParamIntf |
TypeBaseIntf.createDBParam() |
DataStoreParamIntf |
DataStoreTableIntf.getDBParam(String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<DataStoreParamIntf> |
DatabaseQuery.getDBParams(String aRefName) |
List<DataStoreParamIntf> |
DataStoreTableIntf.getParameterList() |
Map<String,DataStoreParamIntf> |
DataStoreTableIntf.getParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
static String |
DatabaseQuery.buildInsertSqlString(String aTableName,
List<DataStoreParamIntf> aList) |
static String |
DatabaseQuery.buildUpdateSqlString(String aTableName,
List<DataStoreParamIntf> aList) |
int[] |
DatabaseQuery.doBatch(String aSqlStr,
int aNumberRows,
List<DataStoreParamIntf> aParams) |
int[] |
DatabaseQuery.doBatchSQL(String aSqlStr,
List<DataStoreParamIntf> aFields,
List<Map<String,Object>> aParams)
This method
doBatch executes all SQL statements from addBatch
and the number of rows affected are returned. |
void |
DatabaseQuery.doCountQuery(String aSql,
List<DataStoreParamIntf> aParams) |
int[] |
DatabaseQuery.doFakeBatch(String aSqlStr,
int aNumberRows,
List<DataStoreParamIntf> aParams)
This method
doBatch executes all SQL statements from addBatch
and the number of rows affected are returned. |
void |
DatabaseQuery.doQuery(String aRefName,
String aSqlStr,
List<DataStoreParamIntf> aParams)
This method
doQuery executes the specified SQL |
int |
DatabaseQuery.doSQL(String aSqlStr,
List<DataStoreParamIntf> aParams)
This method
doSql executes the specified SQL and returns
a row count for the number of rows affected. |
String |
DatabaseQuery.logDbParams(String aSqlStr,
List<DataStoreParamIntf> aParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
DBParam |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataStoreParamIntf> |
TableAccess.batchFields |
protected Map<String,DataStoreParamIntf> |
TableAccess.fieldMap |
protected List<DataStoreParamIntf> |
TableAccess.fields |
| Modifier and Type | Method and Description |
|---|---|
DataStoreParamIntf |
TableAccess.getDBParam(String aFieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<DataStoreParamIntf> |
DBTableUtil.cloneParameters(List<DataStoreParamIntf> aParameterList) |
List<DataStoreParamIntf> |
TableAccess.getParameterList() |
Map<String,DataStoreParamIntf> |
TableAccess.getParameterMap() |
List<DataStoreParamIntf> |
DBTableUtil.getParameters(String aDBPoolName,
String aTableName) |
List<DataStoreParamIntf> |
DBTableUtil.getParametersInt(String aDBPoolName,
String aTableName) |
Map<String,DataStoreParamIntf> |
DBTableUtil.getParametersMap(List<DataStoreParamIntf> aParameterList)
Convert from a List of DBParam objects to a Map from the param name to the object itself.
|
| Modifier and Type | Method and Description |
|---|---|
DataStoreParamIntf |
TypeDB.createDBParam() |
DataStoreParamIntf |
Type.createDBParam() |
Copyright © 2020. All rights reserved.