Package org.teiid.language
Interface BatchedCommand
-
- All Superinterfaces:
Command
,LanguageObject
- All Known Subinterfaces:
BulkCommand
@Deprecated public interface BatchedCommand extends Command
Deprecated.- See Also:
BulkCommand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<? extends List<?>>
getParameterValues()
Deprecated.void
setParameterValues(Iterator<? extends List<?>> values)
Deprecated.-
Methods inherited from interface org.teiid.language.LanguageObject
acceptVisitor
-
-