org.sourceforge.jxdbcon.postgresql
Interface LibPQConstants
- All Known Implementing Classes:
- LibPQ
- public interface LibPQConstants
Constants definition for libpq.
- Version:
- $Revision: 1.3 $
- Author:
- Keve Müller
CONNECTION_AUTH_OK
public static final int CONNECTION_AUTH_OK
- See Also:
- Constant Field Values
CONNECTION_AWAITING_RESPONSE
public static final int CONNECTION_AWAITING_RESPONSE
- See Also:
- Constant Field Values
CONNECTION_BAD
public static final int CONNECTION_BAD
- See Also:
- Constant Field Values
CONNECTION_MADE
public static final int CONNECTION_MADE
- See Also:
- Constant Field Values
CONNECTION_OK
public static final int CONNECTION_OK
- See Also:
- Constant Field Values
CONNECTION_SETENV
public static final int CONNECTION_SETENV
- See Also:
- Constant Field Values
CONNECTION_STARTED
public static final int CONNECTION_STARTED
- See Also:
- Constant Field Values
PGRES_BAD_RESPONSE
public static final int PGRES_BAD_RESPONSE
- See Also:
- Constant Field Values
PGRES_COMMAND_OK
public static final int PGRES_COMMAND_OK
- See Also:
- Constant Field Values
PGRES_COPY_IN
public static final int PGRES_COPY_IN
- See Also:
- Constant Field Values
PGRES_COPY_OUT
public static final int PGRES_COPY_OUT
- See Also:
- Constant Field Values
PGRES_EMPTY_QUERY
public static final int PGRES_EMPTY_QUERY
- See Also:
- Constant Field Values
PGRES_FATAL_ERROR
public static final int PGRES_FATAL_ERROR
- See Also:
- Constant Field Values
PGRES_NONFATAL_ERROR
public static final int PGRES_NONFATAL_ERROR
- See Also:
- Constant Field Values
PGRES_POLLING_ACTIVE
public static final int PGRES_POLLING_ACTIVE
- See Also:
- Constant Field Values
PGRES_POLLING_FAILED
public static final int PGRES_POLLING_FAILED
- See Also:
- Constant Field Values
PGRES_POLLING_OK
public static final int PGRES_POLLING_OK
- See Also:
- Constant Field Values
PGRES_POLLING_READING
public static final int PGRES_POLLING_READING
- See Also:
- Constant Field Values
PGRES_POLLING_WRITING
public static final int PGRES_POLLING_WRITING
- See Also:
- Constant Field Values
PGRES_TUPLES_OK
public static final int PGRES_TUPLES_OK
- See Also:
- Constant Field Values
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.