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
errorMessage
protected String errorMessage
notices
protected String[] notices
PGResult
public PGResult()
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
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.