Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jdbf.engine.sql
Class SqlInterfaceFactory.SqlInterfaceEntry  view SqlInterfaceFactory.SqlInterfaceEntry download SqlInterfaceFactory.SqlInterfaceEntry.java

java.lang.Object
  extended byorg.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