RDMDatabaseMetaData class

Implements the DatabaseMetaData interface of java.sql.

References

For more information, reference JDBC documentation for: DatabaseMetaData

Public Methods

Unsupported Methods

For all these unsupported methods the JDBC Driver will throw a SQLFeatureNotSupportedException instead of a SQLFeatureNotSupportedException.

  • DatabaseMetaData.getColumnPrivileges(String, String, String, String)
  • DatabaseMetaData.getFunctionColumns(String, String, String, String)
  • DatabaseMetaData.getFunctions(String, String, String)
  • DatabaseMetaData.getTablePrivileges(String, String, String)