| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.jdbc.schema.NameSet
public class NameSet
Name sets track what names have been taken, ignoring case.
 SchemaGroups implement this interface for tables, indexes, and
 constraints; Tables implement it for their columns.
| Constructor Summary | |
|---|---|
| NameSet() | |
| Method Summary | |
|---|---|
| protected  void | addName(java.lang.String name,
        boolean validate)Attempt to add the given name to the set. | 
|  boolean | isNameTaken(java.lang.String name)Return true if the given name is in use already. | 
| protected  void | removeName(java.lang.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(java.lang.String name)
protected void addName(java.lang.String name,
                       boolean validate)
name - the name to addvalidate - if true, null or empty names will not be acceptedprotected void removeName(java.lang.String name)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||