|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jfw.database.metadata.MetaData
public abstract class MetaData
Offers common constructors and methods for the classes of this package.
| Field Summary | |
|---|---|
protected java.lang.String |
className
Used for logging. |
protected java.lang.String |
resourceName
The logical name of a database resource. |
static java.lang.String |
TABLE
Database object of type table. |
static java.lang.String |
VIEW
Database object of type view. |
| Constructor Summary | |
|---|---|
MetaData()
Use the default db resource from the jfw.properties. |
|
MetaData(java.lang.String resourceName)
Use the parameter resourceName as db resource. |
|
| Method Summary | |
|---|---|
protected abstract java.lang.String[] |
getType()
Return the type of the object to get. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String className
protected java.lang.String resourceName
public static final java.lang.String TABLE
public static final java.lang.String VIEW
| Constructor Detail |
|---|
public MetaData()
public MetaData(java.lang.String resourceName)
resourceName - the name of a resource as specified in the jfw.properties.| Method Detail |
|---|
protected abstract java.lang.String[] getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||