Getting a list of layers

To get a list of layers available in an IBM® spatial database, you need first to set up your connection, and then:
IlvDBConnectionInfo cx=…;
String[] layersList = cx.getSpatiallyEnabledTableNames();