Tables
The driver models the data in Twitter into a list of tables that can be queried using standard SQL statements.
Generally, querying Twitter tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.
CData JDBC Driver for Twitter Tables
Name | Description |
DirectMessages | Send direct messages and query messages sent and received by the authenticated user. |
Favorites | Create, delete, and query a list of favorite tweets of the authenticated user and allow the user to favorite new tweets or remove existing favorites. |
Following | Create, delete, and query a list of users that the current Twitter account is following, otherwise known as friends. |
Tweets | Create, delete, and query status updates and tweets from the authenticated user. |