org.apache.ws.jaxme.sqls.impl
public class SchemaImpl extends Object implements Schema
Implementation of a schema.
| Nested Class Summary | |
|---|---|
| static class | SchemaImpl.NameImpl |
| Constructor Summary | |
|---|---|
| protected | SchemaImpl(SQLFactory pFactory, Schema.Name pName) Creates a new instance of SchemaImpl. |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| Schema.Name | getName() |
| SQLFactory | getSQLFactory() |
| Table | getTable(Table.Name pName) |
| Table | getTable(String pName) |
| Iterator | getTables() |
| int | hashCode() |
| Table | newTable(String pName) |
| Table | newTable(Table.Name pName) |
Creates a new instance of SchemaImpl.
Parameters: pFactory The SQLFactory creating this instance. pName The schema name.