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

Quick Search    Search Deep

Uses of Class
com.mockobjects.eziba.sql.Connection

Uses of Connection in com.mockobjects.eziba.sql
 

Fields in com.mockobjects.eziba.sql declared as Connection
protected  Connection Statement.connection
           
 

Methods in com.mockobjects.eziba.sql that return Connection
static Connection Driver.createConnection()
           
 

Constructors in com.mockobjects.eziba.sql with parameters of type Connection
Statement(Connection p_connection, java.lang.String p_sql)
           
PreparedStatement(Connection p_connection, java.lang.String p_sql)
           
CallableStatement(Connection p_connection, java.lang.String p_sql)