Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard.
Dynamic views, such as queries exposed as views, and views for looking up specific combinations of project_team work items are supported.
CData JDBC Driver for Amazon S3 Views
Name | Description |
BucketsACL | Returns the access control list (ACL) of a bucket. An ACL allows you to set permissions on each object in a specific bucket. |
BucketsAnalytics | Returns an analytics configuration (identified by the analytics configuration ID) from the bucket. |
BucketsCompliance | Returns information for a bucket's compliance. |
BucketsCORS | Returns the CORS configuration information set for the bucket. CORS allows cross-domain communication. |
BucketsInventory | Returns an inventory configuration (identified by the inventory configuration ID) from the bucket. |
BucketsLifecycle | Returns the lifecycle configuration information set on the bucket. |
BucketsReplication | Returns a bucket's replication configuration. |
ObjectsACL | Returns the access control list (ACL) of an object. |
ObjectsCompliance | Returns information for objects compliance inside a specific bucket. |
PublicAccessBlock | Retrieves the PublicAccessBlock configuration for an Amazon S3 bucket. |