| Package | Description |
|---|---|
| org.teiid.resource.adapter.google | |
| org.teiid.resource.adapter.google.gdata | |
| org.teiid.translator.google | |
| org.teiid.translator.goole.api |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
SpreadsheetConnectionImpl.deleteRows(String worksheetID,
String criteria) |
UpdateResult |
SpreadsheetConnectionImpl.executeListFeedUpdate(String worksheetID,
String criteria,
List<UpdateSet> set) |
UpdateResult |
SpreadsheetConnectionImpl.executeRowInsert(String worksheetID,
Map<String,String> pair) |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
GDataClientLoginAPI.listFeedDelete(String spreadsheetKey,
String worksheetID,
String criteria)
Deletes spreadsheet rows using the listfeed.
|
UpdateResult |
GDataClientLoginAPI.listFeedInsert(String spreadsheetKey,
String worksheetID,
Map<String,String> pair)
Insert row into spreadsheet using listfeed
|
UpdateResult |
GDataClientLoginAPI.listFeedUpdate(String spreadsheetKey,
String worksheetID,
String criteria,
List<UpdateSet> updateSet)
Updates spreadsheet using the listfeed.
|
| Modifier and Type | Field and Description |
|---|---|
protected UpdateResult |
AbstractSpreadsheetExecution.result |
| Modifier and Type | Method and Description |
|---|---|
UpdateResult |
GoogleSpreadsheetConnection.deleteRows(String worksheetID,
String criteria) |
UpdateResult |
GoogleSpreadsheetConnection.executeListFeedUpdate(String worksheetID,
String criteria,
List<UpdateSet> set) |
UpdateResult |
GoogleSpreadsheetConnection.executeRowInsert(String worksheetID,
Map<String,String> pair) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.