Examples of dropAliasDescriptor()


Examples of org.apache.derby.iapi.sql.dictionary.DataDictionary.dropAliasDescriptor()

    }
    else
      dd.dropAllRoutinePermDescriptors(ad.getUUID(), tc);
     
    /* Drop the alias */
    dd.dropAliasDescriptor(ad, tc);

  }
}
View Full Code Here

Examples of org.apache.derby.iapi.sql.dictionary.DataDictionary.dropAliasDescriptor()

    }

    dm.invalidateFor(ad, invalidationType, lcc);

    /* Drop the alias */
    dd.dropAliasDescriptor(ad, lcc.getTransactionExecute());

  }
}
View Full Code Here

Examples of org.apache.derby.iapi.sql.dictionary.DataDictionary.dropAliasDescriptor()

        TableDescriptor.SYNONYM_TYPE, TableDescriptor.DEFAULT_LOCK_GRANULARITY);
      dd.dropTableDescriptor(td, sd, tc);
    }
     
    /* Drop the alias */
    dd.dropAliasDescriptor(ad, tc);

  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.