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

Quick Search    Search Deep

Uses of Package
org.postgresql

Classes in org.postgresql used by org.postgresql
Connection
          $Id: Connection.java,v 1.1.1.1 2002/01/22 08:51:58 synmscott Exp $ This abstract class is used by org.postgresql.Driver to open either the JDBC1 or JDBC2 versions of the Connection class.
Driver
          The Java SQL framework allows for multiple database drivers.
Field
          org.postgresql.Field is a class used to describe fields in a PostgreSQL ResultSet
PG_Stream
           
ResultSet
          This class implements the common internal methods used by both JDBC 1 and JDBC 2 specifications.