//
// Don't add privilege requirements for the UDT types of columns.
// The compiler will attempt to add these when generating the full column list during
// binding of the tables.
//
IgnoreFilter ignorePermissions = new IgnoreFilter();
getCompilerContext().addPrivilegeFilter( ignorePermissions );
DataDictionary dataDictionary = getDataDictionary();
// for DELETE clause of a MERGE statement, the tables have already been bound
if ( !inMatchingClause() ) { super.bindTables(dataDictionary); }