jxDBCon 0.9z

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

Field Summary
static int CONNECTION_AUTH_OK
           
static int CONNECTION_AWAITING_RESPONSE
           
static int CONNECTION_BAD
           
static int CONNECTION_MADE
           
static int CONNECTION_OK
           
static int CONNECTION_SETENV
           
static int CONNECTION_STARTED
           
static int PGRES_BAD_RESPONSE
           
static int PGRES_COMMAND_OK
           
static int PGRES_COPY_IN
           
static int PGRES_COPY_OUT
           
static int PGRES_EMPTY_QUERY
           
static int PGRES_FATAL_ERROR
           
static int PGRES_NONFATAL_ERROR
           
static int PGRES_POLLING_ACTIVE
           
static int PGRES_POLLING_FAILED
           
static int PGRES_POLLING_OK
           
static int PGRES_POLLING_READING
           
static int PGRES_POLLING_WRITING
           
static int PGRES_TUPLES_OK
           
 

Field Detail

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

jxDBCon 0.9z

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