jxDBCon 0.9z

org.sourceforge.jxdbcon.postgresql
Class PGResult

java.lang.Object
  |
  +--org.sourceforge.jxdbcon.postgresql.PGResult
Direct Known Subclasses:
PGExecResult, PGFuncResult

public abstract class PGResult
extends Object

PGResult is used internally to store the result of a dialog with PostgreSQL.

Version:
$Revision: 1.4 $
Author:
Keve Müller

Field Summary
protected  String errorMessage
           
protected  String[] notices
           
 
Constructor Summary
PGResult()
           
 
Method Summary
 void addNotice(String notice)
           
 void checkException()
           
 void checkException(String detail)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorMessage

protected String errorMessage

notices

protected String[] notices
Constructor Detail

PGResult

public PGResult()
Method Detail

addNotice

public void addNotice(String notice)

checkException

public final void checkException()
                          throws SQLException
SQLException

checkException

public void checkException(String detail)
                    throws SQLException
SQLException

toString

public String toString()
Overrides:
toString in class Object

jxDBCon 0.9z

Copyright © 2001,2002 Keve Müller; see LICENSE file for details.