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 |
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.