klyn.databases.sql.odbc.OdbcDatabaseMetaData.functions
method
public functions(catalog as String = "",
schemaPattern as String = "",
functionPattern as String = "%") as ResultSet throws SQLException:
Description

Returns function metadata when the ODBC driver exposes it. The portable implementation falls back to procedure metadata.

Throws
  • SQLException if the ODBC metadata call fails.