External Interfaces > Reality Java Interface > SQL/JDBC Interface to Reality > JDBC Interfaces > RealSQLDatabaseMetaData

Comment on this topic

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)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RealSQLDatabaseMetaData

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.

RealityV15.1 (MoTW) Revision 7Comment on this topic