|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.jdbc.schema.NameSet
public class NameSet
Name sets track what names have been taken, ignoring case.
SchemaGroup
s implement this interface for tables, indexes, and
constraints; Table
s implement it for their columns.
Constructor Summary | |
---|---|
NameSet()
|
Method Summary | |
---|---|
protected void |
addName(String name,
boolean validate)
Attempt to add the given name to the set. |
boolean |
isNameTaken(String name)
Return true if the given name is in use already. |
protected void |
removeName(String name)
Remove the given name from the table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameSet()
Method Detail |
---|
public boolean isNameTaken(String name)
protected void addName(String name, boolean validate)
name
- the name to addvalidate
- if true, null or empty names will not be acceptedprotected void removeName(String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |