Users and database information is stored itself in databases. Majority of DBMS consist of s set of system tables, which lists: Tables in the databasePrimary keysForeign keysColumn names in each tableStored procedures Database features and table layout information is obtained by DBMS which consists of its own functions. Interface DatabaseMetaData is provided by the JDBC that shall be implemented by a driver writer. This is done information regarding DBMS ...
License4J 4.0
05-22-2013, 12:23 AM in Java Software