| Interface | Description |
|---|---|
| ADQLTranslator |
Translates ADQL objects into any language (i.e.
|
| Class | Description |
|---|---|
| JDBCTranslator |
Implementation of
ADQLTranslator which translates ADQL queries in
SQL queries. |
| MySQLTranslator |
Translates all ADQL objects into an SQL interrogation query designed for
MySQL.
|
| PgSphereTranslator |
Translates all ADQL objects into the SQL adaptation of Postgres+PgSphere.
|
| PgSphereTranslator.PgSphereGeometryParser |
Let parse a geometry serialized with the PgSphere syntax.
|
| PostgreSQLTranslator |
Translates all ADQL objects into an SQL interrogation query designed for
PostgreSQL.
|
| SQLServerTranslator |
MS SQL Server translator.
|
| Exception | Description |
|---|---|
| TranslationException |
Exception thrown by an
ADQLTranslator. |