h1. *SimpleDB Translator* |
|
The SimpleDB Translator, known by the type name _simpledb_, exposes querying functionality to [SimpleDB Data Sources]. The translator translates Teiid push down commands into [SimpleDB queries|http://aws.amazon.com/simpledb/]. *Properties* The SimpleDB Translator currently has no import or execution properties. h3. *Usage* The SimpleDB Translator supports SELECT statements with a restrictive set of capabilities including: comparison predicates, IN predicates, and LIMIT. Consider a custom extension or create an enhancement request should your usage require additional capabilities. Insert, update, delete are also supported. Multi-valued properties are supported and handled as bracketed semi-colon delimited lists. h3. Native Queries Not yet supported. h3. *JCA Resource Adapter* The Teiid specific SimpleDB Resource Adapter should be used with this translator. See [SimpleDB Data Sources] for connecting to SimpleDB. |
The SimpleDB Translator, known by the type name simpledb, exposes querying functionality to SimpleDB Data Sources. The translator translates Teiid push down commands into SimpleDB queries.
Properties
The SimpleDB Translator currently has no import or execution properties.
The SimpleDB Translator supports SELECT statements with a restrictive set of capabilities including: comparison predicates, IN predicates, and LIMIT. Consider a custom extension or create an enhancement request should your usage require additional capabilities. Insert, update, delete are also supported.
Multi-valued properties are supported and handled as bracketed semi-colon delimited lists.
Not yet supported.
The Teiid specific SimpleDB Resource Adapter should be used with this translator. See SimpleDB Data Sources for connecting to SimpleDB.