|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.easyinsight.helper.DataSourceOperationFactory
public class DataSourceOperationFactory
User: jamesboe Date: 12/22/10 Time: 10:20 AM
| Constructor Summary | |
|---|---|
DataSourceOperationFactory(java.lang.String apiKey,
java.lang.String apiSecretKey,
java.lang.String dataSourceKey)
|
|
| Method Summary | |
|---|---|
DataSourceTarget |
addRowsOperation()
Creates a DataSourceTarget object that you can use to add a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object. |
TransactionTarget |
addRowsTransaction()
Creates a TransactionTarget object that you can use to add a set of rows to the data source
using transactional boundaries. |
java.lang.String |
getDataSourceKey()
|
DataSourceTarget |
replaceRowsOperation()
Creates a DataSourceTarget object that you can use to replace a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object. |
TransactionTarget |
replaceRowsTransaction()
Creates a TransactionTarget object that you can use to replace a set of rows to the data source
using transactional boundaries. |
DataSourceTarget |
updateRowsOperation(WhereClause... whereClauses)
Creates a DataSourceTarget object that you can use to update a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataSourceOperationFactory(java.lang.String apiKey,
java.lang.String apiSecretKey,
java.lang.String dataSourceKey)
| Method Detail |
|---|
public java.lang.String getDataSourceKey()
public DataSourceTarget addRowsOperation()
DataSourceTarget object that you can use to add a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object.
public DataSourceTarget replaceRowsOperation()
DataSourceTarget object that you can use to replace a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object.
public DataSourceTarget updateRowsOperation(WhereClause... whereClauses)
DataSourceTarget object that you can use to update a set of rows to the data source
referenced in construction of this DataSourceOperationFactory object.
whereClauses -
public TransactionTarget addRowsTransaction()
TransactionTarget object that you can use to add a set of rows to the data source
using transactional boundaries.
public TransactionTarget replaceRowsTransaction()
TransactionTarget object that you can use to replace a set of rows to the data source
using transactional boundaries.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||