|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jdbcadmin.core.data.Schema
Represents a database schema.
Constructor Summary | |
Schema(java.lang.String aNom)
Constructor which specifies the schema name |
Method Summary | |
int |
compareTo(java.lang.Object aObj)
Compares with an other schema. |
java.lang.String |
getName()
Returns the name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Schema(java.lang.String aNom)
aNom
- name of the schemaMethod Detail |
public java.lang.String getName()
public int compareTo(java.lang.Object aObj)
compareTo
in interface java.lang.Comparable
java.lang.IllegalArgumentException
- if aObj
is not a Schema
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |