Uses of Interface
org.aris.hldb.pools.ConnectionProviderI

Packages that use ConnectionProviderI
org.aris.hldb   
org.aris.hldb.pools   
org.aris.hldb.servers   
 

Uses of ConnectionProviderI in org.aris.hldb
 

Methods in org.aris.hldb that return ConnectionProviderI
 ConnectionProviderI CS.gethlCon()
          Get the hlCon that this hlCS uses.
 

Constructors in org.aris.hldb with parameters of type ConnectionProviderI
CS(ConnectionProviderI hl_con)
          Creates a new instance of hlCS
 

Uses of ConnectionProviderI in org.aris.hldb.pools
 

Classes in org.aris.hldb.pools that implement ConnectionProviderI
 class ConnectionPoolProvider
          A simple connection pool provider.
 class SimpleConProvider
          This is a simple Connection provider.
 

Uses of ConnectionProviderI in org.aris.hldb.servers
 

Methods in org.aris.hldb.servers with parameters of type ConnectionProviderI
 void SqlServer.spCreator(ConnectionProviderI hlcon)
          This stores the hlcon for later usage.
 void DBServerI.spCreator(ConnectionProviderI hlcon)
          This is called before the CreateStoredProcedure() is called, in order for the CreateStoredProcedure() to use the hlCon connection to the database.