~ubuntu-branches/ubuntu/wily/libpgjava/wily

« back to all changes in this revision

Viewing changes to org/postgresql/core/ParameterList.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2008-04-26 22:01:11 UTC
  • mfrom: (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080426220111-yasgxtas5smx2qm3
Tags: 8.2-504-2
* Updated description to mention PostgreSQL 8.3 as supported.
  Closes: #398348
* Removed libpgjava transitional package. Closes: #477557
* Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
* Added Homepage, Vcs-Svn and Vcs-Browser fields.
* Added watch file.
* Added myself to Uploaders.
* Removed Stafan and Wolfgang from Uploaders.
* Updated Standards-Version to 3.7.3
* Updated debhelper level to 5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
* Copyright (c) 2004, Open Cloud Limited.
5
5
*
6
6
* IDENTIFICATION
7
 
*   $PostgreSQL: pgjdbc/org/postgresql/core/ParameterList.java,v 1.8 2005/07/08 17:38:28 davec Exp $
 
7
*   $PostgreSQL: pgjdbc/org/postgresql/core/ParameterList.java,v 1.9 2006/05/22 09:52:36 jurka Exp $
8
8
*
9
9
*-------------------------------------------------------------------------
10
10
*/
40
40
    int getParameterCount();
41
41
    
42
42
    /**
43
 
     * Get the number of parameters in this list. This value may be different,
44
 
     * and might be zero.
 
43
     * Get the number of IN parameters in this list. 
45
44
     * 
46
 
     * @return the number of in parameters in this list
 
45
     * @return the number of IN parameters in this list
47
46
     */
48
47
    int getInParameterCount();
49
48
 
 
49
    /**
 
50
     * Get the number of OUT parameters in this list. 
 
51
     * 
 
52
     * @return the number of OUT parameters in this list
 
53
     */
 
54
    int getOutParameterCount();
50
55
 
51
56
    /**
52
57
     * Return the oids of the parameters in this list.  May be null for