public interface GoogleSpreadsheetConnection
extends javax.resource.cci.Connection
Modifier and Type | Field and Description |
---|---|
static org.teiid.core.BundleUtil |
UTIL |
Modifier and Type | Method and Description |
---|---|
UpdateResult |
deleteRows(String worksheetID,
String criteria) |
UpdateResult |
executeListFeedUpdate(String worksheetID,
String criteria,
List<UpdateSet> set) |
RowsResult |
executeQuery(String worksheetName,
String query,
Integer offset,
Integer limit,
int batchSize) |
UpdateResult |
executeRowInsert(String worksheetID,
Map<String,String> pair) |
SpreadsheetInfo |
getSpreadsheetInfo()
Returns information about existing Spreadsheets and worksheets.
|
RowsResult executeQuery(String worksheetName, String query, Integer offset, Integer limit, int batchSize)
UpdateResult executeListFeedUpdate(String worksheetID, String criteria, List<UpdateSet> set)
UpdateResult deleteRows(String worksheetID, String criteria)
UpdateResult executeRowInsert(String worksheetID, Map<String,String> pair)
SpreadsheetInfo getSpreadsheetInfo()
Copyright © 2013–2015 JBoss by Red Hat. All rights reserved.