|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectch.agent.crnickl.jdbc.ReadMethodsForSchema.RawSchema
protected class ReadMethodsForSchema.RawSchema
A raw schema object keeps track of the id, the name and the parent of a schema.
| Constructor Summary | |
|---|---|
ReadMethodsForSchema.RawSchema(String name,
int id,
int parent)
Construct a raw schema. |
|
| Method Summary | |
|---|---|
protected int |
getId()
Return the id. |
protected String |
getName()
Return the name. |
protected int |
getParent()
Return the parent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReadMethodsForSchema.RawSchema(String name,
int id,
int parent)
name - a stringid - a positive numberparent - a non-negative number| Method Detail |
|---|
protected String getName()
protected int getId()
protected int getParent()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||