org.firebirdsql.jdbc
Interface FirebirdDatabaseMetaData
- DatabaseMetaData
- FBDatabaseMetaData
public interface FirebirdDatabaseMetaData
extends DatabaseMetaData
Extension of DatabaseMetaData
interface providing access to Firebird
specific features.
getDatabaseMajorVersion
public int getDatabaseMajorVersion()
throws SQLException
Retrieves the major version number of the underlying database.
- the underlying database's major version
getDatabaseMinorVersion
public int getDatabaseMinorVersion()
throws SQLException
Retrieves the minor version number of the underlying database.
- underlying database's minor version
getProcedureSourceCode
public String getProcedureSourceCode(String procedureName)
throws SQLException
Get the source of a stored procedure.
procedureName
- name of the stored procedure.
- source of the stored procedure.
getTriggerSourceCode
public String getTriggerSourceCode(String triggerName)
throws SQLException
Get the source of a trigger.
triggerName
- name of the trigger.
getViewSourceCode
public String getViewSourceCode(String viewName)
throws SQLException
Get the source of a view.
viewName
- name of the view.
Copyright B) 2001 David Jencks and other authors. All rights reserved.