Qore OdbcFirebirdSqlUtil Module Reference  0.1
OdbcFirebirdSqlUtil::OdbcFirebirdForeignConstraint Class Reference

represents a Firebird-specific foreign constraint More...

Inherits SqlUtil::AbstractForeignConstraint.

Public Member Functions

string getDropSql (string table_name)
 returns a string that can be used to drop the foreign constraint from the database
 
softlist getRenameSql (string table_name, string new_name)
 returns a string that drops the constraint and re-adds it, since OdbcFirebird does not support renaming constraints
 

Detailed Description

represents a Firebird-specific foreign constraint