テーブル
本製品 はWordPress のデータを、標準のSQL ステートメントを使用してクエリできるリレーショナルデータベースのテーブルのリストとしてモデル化します。
CData JDBC Driver for WordPress テーブル
| Name | Description |
| Categories | Returns information about WordPress categories, including their names, descriptions, and post counts. |
| Comments | Returns comments from WordPress posts, including author details, content, and status information. |
| Media | Create, update, delete, and query Media to attach in your posts. |
| Members | Create, update, delete, and list the Members of the website. |
| Pages | Create, update, delete, and query Wordpress Pages. |
| Plugins | Create, update, delete, and query Plugins. |
| Posts | Create, update, delete, and query Wordpress Posts. |
| Tags | Create, update, delete, and query Tags to associate with your posts. |
| Users | Create, update, delete, and list the Users of the website. |