Remove a constraint from a namespace.
@param namespace the name of the namespace
@param id the unique id number assigned to the constraint
@throws AccumuloException if a general error occurs
@throws AccumuloSecurityException if the user does not have permission
@throws NamespaceNotFoundException if the specified namespace doesn't exist
@since 1.6.0
Remove a constraint from a table.
@param tableName the name of the table
@param number the unique number assigned to the constraint
@throws AccumuloSecurityException thrown if the user doesn't have permission to remove the constraint
@since 1.5.0
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.