Package org.teiid.language
Interface BulkCommand
-
- All Superinterfaces:
BatchedCommand,Command,LanguageObject
public interface BulkCommand extends BatchedCommand
A command the can optionally provide bulk values forParameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<? extends List<?>>getParameterValues()TheParametervalues.voidsetParameterValues(Iterator<? extends List<?>> values)-
Methods inherited from interface org.teiid.language.LanguageObject
acceptVisitor
-
-
-
-
Method Detail
-
getParameterValues
Iterator<? extends List<?>> getParameterValues()
TheParametervalues. May be null.- Specified by:
getParameterValuesin interfaceBatchedCommand
-
setParameterValues
void setParameterValues(Iterator<? extends List<?>> values)
- Specified by:
setParameterValuesin interfaceBatchedCommand
-
-