Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RealSQLDatabaseMetaData (RealSQL-JDBC) (database.htm)
The RealSQLDatabaseMetaData
class provides information about the database on
a given connection. For example, the client can call the getUserName()
method to retrieve
the username as known to the database and can call the getTables()
method to
retrieve information about the tables in the database's SQL catalog.