| Package | Description | 
|---|---|
| com.tangosol.coherence.dslquery.statement | 
 This package contains  
StatementBuilder implementations and
com.tangosol.coherence.dslquery.CohQLStatement implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
protected UpdateSetListMaker | 
InsertStatementBuilder.createUpdateSetListMaker(ExecutionContext ctx,
                        List listBindVars,
                        com.tangosol.config.expression.ParameterResolver namedBindVars)
Create an  
UpdateSetListMaker. | 
protected UpdateSetListMaker | 
UpdateStatementBuilder.createUpdateSetListMaker(ExecutionContext context,
                        List listBindVars,
                        com.tangosol.config.expression.ParameterResolver namedBindVars)
Create an instance of an  
UpdateSetListMaker. | 
| Modifier and Type | Method and Description | 
|---|---|
protected Object | 
InsertStatementBuilder.createInsertKey(Term termKey,
               UpdateSetListMaker transformer,
               Object oValue)
Create the key to use in the insert statement. 
 | 
protected Object | 
InsertStatementBuilder.createInsertValue(Term termValue,
                 UpdateSetListMaker transformer)
Create the instance of the value that will be inserted into the cache. 
 |