sqlipSchemas
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
The sqlipSchemas method is called by the OpenAccess SDK layer to get a schema list.
public int sqlipSchemas(String catalog, String schema);
Parameters for sqlipSchemas
| Parameter | Type | Description |
| catalog | String | A string object representing a catalog name used to narrow the search. Null indicates that the catalog name should not be used to narrow the search. |
| schema | String | A string object representing a schema name used to narrow the search. Null indicates that the schema name should not be used to narrow the search. |
| RETURN | ||
| int | OADS_SUCCESS OADS_ERROR |