Schema Discovery
You can use JDBC classes to discover the metadata the driver uses to structure NetSuite data into the Data Model. The driver retrieves metadata from NetSuite to detect new or modified entities in the data source and dynamically generates normalized tables.
The driver metadata can be accessed with the the DatabaseMetaData interface. Tables shows how to use the DatabaseMetadata interface to retrieve the catalog of tables. Columns shows how to retrieve detailed information about the columns of a table.