Uses of Class
ch.sahits.phpclassgenerator.DBConnection

Packages that use DBConnection
ch.sahits.phpclassgenerator   
 

Uses of DBConnection in ch.sahits.phpclassgenerator
 

Subclasses of DBConnection in ch.sahits.phpclassgenerator
 class MySQLConnection
          This class handles the connection to a MySQL DB.
 

Methods in ch.sahits.phpclassgenerator that return DBConnection
static DBConnection DBConnectionFactory.getConnection(java.lang.String product, java.lang.String hostname, java.lang.String uname, java.lang.String pwd, java.lang.String database, java.lang.String tablename)
          Constructor initializes the connection data