|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdbf.engine.sql
Class SqlInterfaceFactory.SqlInterfaceEntry

java.lang.Objectorg.jdbf.engine.sql.SqlInterfaceFactory.SqlInterfaceEntry
- Enclosing class:
- SqlInterfaceFactory
- static class SqlInterfaceFactory.SqlInterfaceEntry
- extends java.lang.Object
Single entry of SQLInterface
| Field Summary | |
(package private) java.lang.String |
name
Logic name of SQLInterface |
(package private) SqlInterface |
sqlInterface
SQLInterface object |
| Constructor Summary | |
(package private) |
SqlInterfaceFactory.SqlInterfaceEntry(java.lang.String name,
SqlInterface sqlInterface)
Creates a SQLInterfaceEntry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
name
java.lang.String name
- Logic name of SQLInterface
sqlInterface
SqlInterface sqlInterface
- SQLInterface object
| Constructor Detail |
SqlInterfaceFactory.SqlInterfaceEntry
SqlInterfaceFactory.SqlInterfaceEntry(java.lang.String name, SqlInterface sqlInterface)
- Creates a SQLInterfaceEntry
|
|||||||||
| Home >> All >> org >> jdbf >> engine >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jdbf.engine.sql.SqlInterfaceFactory.SqlInterfaceEntry