public interface ConstraintSource
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.lang.String> |
columnNames() |
java.lang.String |
getTableName()
Obtain the logical name of the table for this constraint.
|
java.lang.String |
name() |
java.lang.String name()
null
in case a generated name should be usedjava.lang.String getTableName()
null
in the case of the "primary table".java.lang.Iterable<java.lang.String> columnNames()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.