Interface | Description |
---|---|
SQLSpecificTransform |
This interface is for objects that can take a SQL statement written for
Maximo and return SQL that will work on a specific server.
|
Class | Description |
---|---|
DB2SqlTransform |
Convert SQL statement for DB2.
|
EmptyTransform |
This class is used for Oracle and it simply returns the
SQL given.
|
SQLServerTransform |
Convert SQL statement for SQLServer.
|
SQLSpecificTransformFactory |
Utility class for SQLSpecificTransforms.
|