org.teiid.connector.language
Interface IBulkInsert

All Superinterfaces:
ICommand, IInsert, ILanguageObject

public interface IBulkInsert
extends IInsert

This is a simple variation of insert, where multiple rows with single insert will be loaded.


Method Summary
 java.util.List<java.util.List<?>> getRows()
          Get the list of row values for this bulk insert
 
Methods inherited from interface org.teiid.connector.language.IInsert
getElements, getGroup, getValues, setGroup
 
Methods inherited from interface org.teiid.connector.language.ILanguageObject
acceptVisitor
 

Method Detail

getRows

java.util.List<java.util.List<?>> getRows()
Get the list of row values for this bulk insert

Returns:
list; never null


Copyright © 2009. All Rights Reserved.