Stored Procedures
Stored Procedures are available to complement the data available from Provider Schema. Sometimes it is necessary to update data available from a view using a stored procedure because the data does not provide for direct, table-like, two-way updates. In these situations, the retrieval of the data is done using the appropriate view or table, while the update is done by calling a stored procedure. Stored procedures take a list of parameters and return back a dataset which contains the collection of tuples that constitute the response.
RSSBus Google ADO.NET Provider Stored Procedures
| Name | Description |
| AddGoogleData | GData: Adds data to a google service. |
| AddMessageFlags | GMail: Add the specified flags to the specified messages. |
| AddMessageLabels | GMail: Add the specified labels to the specified messages. |
| AddSheetRow | Google SpreadSheet: Add a new row to a Google worksheet. Note that this only works with worksheets containing column headers. |
| Authenticate | Authenticate to the Google Calendar service. |
| CreateDocumentFolder | Creates a new folder in Google Docs. |
| DeleteDocument | Google Docs: Deletes the specified document from Google Docs. |
| DeleteGoogleData | GData: Search all the entries of a particular feed for a specific String. |
| DeleteMailMessage | GMail: Moves the specified message specified to the Trash folder. |
| DeleteSheetRow | Google Spreadsheet: Delete a row from a Google worksheet. Note that this only works with worksheets containing column headers. |
| DownloadDocument | Google Docs: Download a document in a specific format. |
| GetCellRange | Google Spreadsheet: Get a specified range of cells from a Google worksheet. |
| GetDirections | Calculates directions between locations. |
| GetDistance | Calculates directions between locations. |
| GetGeocode | Google Geocoding: Retrieve geocode information for an address from Google. |
| GetMailMessage | GMail: Gets the message specified from the GMail server. |
| GetPart | Gets the message part specified by LocalFile or PartID from the message specified by ID on the Gmail server. |
| GetSheets | Query Google worksheets. |
| ListBuddies | Google Talk: Get a list of Google Talk contacts. |
| MoveMessage | GMail: Move the message(s) from mailbox to destination in the Gmail server. |
| QuerySheet | Google Spreadsheet: Query rows in a Google worksheet. |
| Search | Search using the Google web search. |
| SearchGoogleData | GData: Search all the entries of a particular feed for a specific String. |
| SendIM | Google Talk: Send an instant message using Google Talk. |
| SendMailMessage | GMail: Gets the message specified from the GMail server. |
| UpdateCell | Google Spreadsheet: Update a particular cell value in a Google worksheet. |
| UpdateGoogleData | GData: Update an existing entry. |
| UploadDocument | Google Docs: Uploads a document to Google Docs. |