In a Java environment, the OpenAccess SDK Server maps the schema object requests to calls to methods on the sqlip interface, such as sqlipTables, sqlipColumns, etc. (see
Connection-level Methods for Java). The third-party SQL engine IP must implement these methods to open the cursors according to their definitions in the Schema Objects section. The cursor opened must match the column sequence and types described in this section. Column names are not important. By default, the third-party SQL engine API calls the schema methods. Alternatively, the queries can be sent directly to your data source.