public class CheckConstraint extends Object
Constructor and Description |
---|
CheckConstraint(Table table) |
CheckConstraint(Table table,
String name,
String condition) |
Modifier and Type | Method and Description |
---|---|
String |
getCondition() |
String |
getName()
Obtain the constraint name.
|
Table |
getTable()
Obtain the table to which this constraint applies.
|
void |
setCondition(String condition) |
public CheckConstraint(Table table)
public String getCondition()
public void setCondition(String condition)
public Table getTable()
public String getName()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.