/* @see org.apache.derby.iapi.sql.dictionary.DataDictionary#getColumnPermissions */
public ColPermsDescriptor getColumnPermissions( UUID colPermsUUID)
throws StandardException
{
ColPermsDescriptor key = new ColPermsDescriptor( this, colPermsUUID);
return getUncachedColPermsDescriptor( key );
}