jxDBCon 0.9z
A B C D E F G H I J K L M N O P Q R S T U V W X

P

param - Variable in class org.sourceforge.jxdbcon.EscapeFrags.FragList
 
param - Variable in class org.sourceforge.jxdbcon.EscapeFrags.Function
 
paramBuf - Variable in class org.sourceforge.jxdbcon.AbstractPreparedStatement
The buffer to store the parameters in.
paramBuf - Variable in class org.sourceforge.jxdbcon.EscapeContext
 
paramContext - Variable in class org.sourceforge.jxdbcon.AbstractPreparedStatement
The Context for converting to/form parameters.
paramContext - Variable in class org.sourceforge.jxdbcon.EscapeContext
 
paramSet - Variable in class org.sourceforge.jxdbcon.AbstractPreparedStatement
A bitset that stores which parameters have been set.
paramTypes - Variable in class org.sourceforge.jxdbcon.AbstractPreparedStatement
The parameter types.
paramTypes - Variable in class org.sourceforge.jxdbcon.EscapeFrags.Function
 
parse() - Method in class org.sourceforge.jxdbcon.SQLParser
 
parse() - Method in class org.sourceforge.jxdbcon.SimpleEscapeParser
 
parseExplain(String[]) - Static method in class org.sourceforge.jxdbcon.postgresql.PGUtil
 
passByVal - Variable in class org.sourceforge.jxdbcon.postgresql.PGConnection
List of AbstractType values we should pass by value when calling functions.
PASSWORD - Static variable in interface org.sourceforge.jxdbcon.InfoKeys
The password.
PG_VERSION_STR - Static variable in interface org.sourceforge.jxdbcon.postgresql.PGConstants
Version string for use with MessageFormat.
PG_VERSION_STR1 - Static variable in interface org.sourceforge.jxdbcon.postgresql.PGConstants
Alternate version string.
PGArrayTypes - class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.
The array types used in the PostgreSQL database system.
PGArrayTypes.PGarray - class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray.
ARRAY of some basetype.
PGArrayTypes.PGarray(String, AbstractType, int, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray
 
PGArrayTypes.PGarray(String, AbstractType, int, String, String, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGarray
 
PGArrayTypes.PGoid8 - class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGoid8.
ARRAY of oids.
PGArrayTypes.PGoid8() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGoid8
 
PGArrayTypes.PGoidvector - class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGoidvector.
ARRAY of oids.
PGArrayTypes.PGoidvector() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGArrayTypes.PGoidvector
 
PGArrayTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGArrayTypes
 
PGBlob - class org.sourceforge.jxdbcon.postgresql.PGBlob.
The PGBlob class implements Blobs.
PGBlob(Connection) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGBlob
Initialise the blob with the connection, create a new oid.
PGBlob(Connection, long) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGBlob
Initialise the blob with the connection and the oid.
PGCallableStatement - class org.sourceforge.jxdbcon.postgresql.PGCallableStatement.
The PGCallableStatement implements CallableStatements with PostgreSQL.
PGCallableStatement(PGConnection, int, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGCallableStatement
 
pgconn - Variable in class org.sourceforge.jxdbcon.postgresql.LibProtocol
The PGconn* handle.
PGConnection - class org.sourceforge.jxdbcon.postgresql.PGConnection.
The PGConnection class is the abstract superclass for Connections with PostgreSQL.
PGConnection() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGConnection
 
PGConnection$1 - class org.sourceforge.jxdbcon.postgresql.PGConnection$1.
 
PGConnection$1() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGConnection$1
 
PGConnection$2 - class org.sourceforge.jxdbcon.postgresql.PGConnection$2.
 
PGConnection$2(PGConnection, Map, Map, ConversionContext, Object) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGConnection$2
 
PGConstants - interface org.sourceforge.jxdbcon.postgresql.PGConstants.
PGConstants defines constants derived from various places in the PostgreSQL sources
PGConversionContext - class org.sourceforge.jxdbcon.postgresql.PGConversionContext.
A ConversionContext suitable to describe the data returned by the backend.
PGConversionContext(PGConnection) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGConversionContext
 
PGConversionContext(PGConnection, boolean) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGConversionContext
 
PGCursorResultSet - class org.sourceforge.jxdbcon.postgresql.PGCursorResultSet.
PGCursorResultSet is a cursor driven ResultSet.
PGCursorResultSet(AbstractStatement, Object[], PGExecResult, DefaultResultSetMetaData, int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGCursorResultSet
 
PGDatabaseMetaData - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData.
PGDatabaseMetaData returns the MetaData specific to PostgreSQL.
PGDatabaseMetaData(String, AbstractConnection, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData
 
PGDatabaseMetaData$1 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$1.
 
PGDatabaseMetaData$1() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$1
 
PGDatabaseMetaData$2 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$2.
 
PGDatabaseMetaData$2(PGDatabaseMetaData, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$2
 
PGDatabaseMetaData$3 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$3.
 
PGDatabaseMetaData$3(PGDatabaseMetaData, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$3
 
PGDatabaseMetaData$4 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$4.
 
PGDatabaseMetaData$4(PGDatabaseMetaData) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData$4
 
PGDatabaseMetaDataV6 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV6.
PGDatabaseMetaDataV6 returns the MetaData specific to PostgreSQL version 6.
PGDatabaseMetaDataV6(String, AbstractConnection, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV6
 
PGDatabaseMetaDataV7 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.
PGDatabaseMetaDataV7 returns the MetaData specific to PostgreSQL version 7.
PGDatabaseMetaDataV7.1 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.1.
 
PGDatabaseMetaDataV7.ExportedKeysComparator - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.ExportedKeysComparator.
 
PGDatabaseMetaDataV7.ExportedKeysComparator() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.ExportedKeysComparator
 
PGDatabaseMetaDataV7.ImportedKeysComparator - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.ImportedKeysComparator.
 
PGDatabaseMetaDataV7.ImportedKeysComparator() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7.ImportedKeysComparator
 
PGDatabaseMetaDataV7(String, AbstractConnection, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV7
 
PGDatabaseMetaDataV71 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV71.
PGDatabaseMetaDataV71 returns the MetaData specific to PostgreSQL version 7.1
PGDatabaseMetaDataV71(String, AbstractConnection, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV71
 
PGDatabaseMetaDataV72 - class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV72.
PGDatabaseMetaDataV72 returns the MetaData specific to PostgreSQL version 7.2
PGDatabaseMetaDataV72(String, AbstractConnection, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaDataV72
 
PGDataSource - class org.sourceforge.jxdbcon.postgresql.PGDataSource.
The PGDataSource class is an implementation of the DataSource interface for PostgreSQL.
PGDataSource() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDataSource
 
PGDateTimeTypes - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.
The date and time types used in the PostgreSQL database system.
PGDateTimeTypes.PGabstime - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGabstime.
TIMESTAMP type with low precision.
PGDateTimeTypes.PGabstime() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGabstime
 
PGDateTimeTypes.PGabstime(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGabstime
 
PGDateTimeTypes.PGdate - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGdate.
DATE type.
PGDateTimeTypes.PGdate() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGdate
 
PGDateTimeTypes.PGtime - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtime.
TIME type.
PGDateTimeTypes.PGtime() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtime
 
PGDateTimeTypes.PGtimestamp - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestamp.
TIMESTAMP (with time zone) for versions prior to 7.2.
PGDateTimeTypes.PGtimestamp() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestamp
 
PGDateTimeTypes.PGtimestampBase - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampBase.
The base class for timestamp implementations.
PGDateTimeTypes.PGtimestampBase(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampBase
 
PGDateTimeTypes.PGtimestamptz - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestamptz.
TIMESTAMP [WITH TIME ZONE] type as introduced with 7.2.
PGDateTimeTypes.PGtimestamptz() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestamptz
 
PGDateTimeTypes.PGtimestampV6 - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampV6.
In PG 6.5.3 timestamp is merely a wrapper for abstime.
PGDateTimeTypes.PGtimestampV6() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampV6
 
PGDateTimeTypes.PGtimestampV72 - class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampV72.
TIMESTAMP WITHOUT TIME ZONE as introduced with 7.2.
PGDateTimeTypes.PGtimestampV72() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes.PGtimestampV72
 
PGDateTimeTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGDateTimeTypes
 
PGErrors - class org.sourceforge.jxdbcon.postgresql.PGErrors.
PGErrors is used to map database error strings to error ids of the driver.
PGErrors() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGErrors
 
PGErrors$1 - class org.sourceforge.jxdbcon.postgresql.PGErrors$1.
 
PGErrors$1() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGErrors$1
 
PGErrors$2 - class org.sourceforge.jxdbcon.postgresql.PGErrors$2.
 
PGErrors$2() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGErrors$2
 
PGEscapeFuncs - class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs.
This class maps the JDBC escape functions to their implementation in PostgreSQL.
PGEscapeFuncs.pgconcat - class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs.pgconcat.
 
PGEscapeFuncs.pgconcat(EscapeFrags.ParamList) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs.pgconcat
 
PGEscapeFuncs.pglocate - class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs.pglocate.
 
PGEscapeFuncs.pglocate(EscapeFrags.ParamList) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs.pglocate
 
PGEscapeFuncs() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGEscapeFuncs
 
PGExceptions - class org.sourceforge.jxdbcon.postgresql.PGExceptions.
.
PGExceptions() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGExceptions
Can't instantiate.
PGExecResult - class org.sourceforge.jxdbcon.postgresql.PGExecResult.
PGExecResult is used internally to store the complete result of a query.
PGExecResult() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGExecResult
 
PGFunc - class org.sourceforge.jxdbcon.postgresql.PGFunc.
Wrapper for the information needed to identify/call a PostgreSQL function.
PGFunc(String, long, boolean, long, long[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGFunc
 
PGFunc(String, long, boolean, long, Object[]) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGFunc
 
PGFuncResult - class org.sourceforge.jxdbcon.postgresql.PGFuncResult.
PGFuncResult is used internally to store the result of a function call.
PGFuncResult() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGFuncResult
 
PGInfoKeys - interface org.sourceforge.jxdbcon.postgresql.PGInfoKeys.
PGInfoKeys defines the keys used in the connection properties specific to the PostgreSQL frontend.
PGNumericTypes - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.
The numeric types used in the PostgreSQL database system.
PGNumericTypes.PGfloat4 - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGfloat4.
4 byte single precision floating point value.
PGNumericTypes.PGfloat4() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGfloat4
 
PGNumericTypes.PGfloat8 - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGfloat8.
8 byte double precision floating point value.
PGNumericTypes.PGfloat8() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGfloat8
 
PGNumericTypes.PGint2 - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint2.
Signed 2 byte 2's complements integer value.
PGNumericTypes.PGint2() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint2
 
PGNumericTypes.PGint4 - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint4.
Signed 4 byte 2's complements integer value.
PGNumericTypes.PGint4() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint4
 
PGNumericTypes.PGint8 - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint8.
Signed 8 byte 2's complements integer value.
PGNumericTypes.PGint8() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGint8
 
PGNumericTypes.PGmoney - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGmoney.
won't work.
PGNumericTypes.PGmoney() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGmoney
 
PGNumericTypes.PGnumeric - class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGnumeric.
NUMERIC type.
PGNumericTypes.PGnumeric() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGnumeric
 
PGNumericTypes.PGnumeric(int, int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes.PGnumeric
 
PGNumericTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGNumericTypes
 
PGPlainResultSet - class org.sourceforge.jxdbcon.postgresql.PGPlainResultSet.
PGPlainResultSet extends the AbstractRowsResultSet with PostgreSQL functionality.
PGPlainResultSet(AbstractStatement, ConversionContext, AbstractType[], PGExecResult, DefaultResultSetMetaData) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGPlainResultSet
 
PGPlainResultSet(AbstractStatement, Object[], PGExecResult, DefaultResultSetMetaData) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGPlainResultSet
 
PGPlainResultSet(ConversionContext, AbstractType[], PGExecResult, DefaultResultSetMetaData) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGPlainResultSet
 
PGPreparedStatement - class org.sourceforge.jxdbcon.postgresql.PGPreparedStatement.
PGPreparedStatement implements PreparedStatement.
PGPreparedStatement(PGConnection, int, String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGPreparedStatement
 
PGProtocol - interface org.sourceforge.jxdbcon.postgresql.PGProtocol.
This interface defines the requirements for a protocol implementation that talks to PostgreSQL.
PGRES_BAD_RESPONSE - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_COMMAND_OK - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_COPY_IN - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_COPY_OUT - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_EMPTY_QUERY - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_FATAL_ERROR - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_NONFATAL_ERROR - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_POLLING_ACTIVE - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_POLLING_FAILED - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_POLLING_OK - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_POLLING_READING - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_POLLING_WRITING - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGRES_TUPLES_OK - Static variable in interface org.sourceforge.jxdbcon.postgresql.LibPQConstants
 
PGResult - class org.sourceforge.jxdbcon.postgresql.PGResult.
PGResult is used internally to store the result of a dialog with PostgreSQL.
PGResult() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGResult
 
PGRowSetRW - class org.sourceforge.jxdbcon.postgresql.PGRowSetRW.
Only works with a XCachedRowSet due to limitations of the RowSetInternal interface.
PGRowSetRW() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGRowSetRW
 
PGStatement - class org.sourceforge.jxdbcon.postgresql.PGStatement.
PGStatement implements Statement
PGStatement(PGConnection, int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStatement
 
PGStructTypes - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.
.
PGStructTypes.PGbox - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGbox.
Full support.
PGStructTypes.PGbox() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGbox
 
PGStructTypes.PGcircle - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGcircle.
Full support.
PGStructTypes.PGcircle() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGcircle
 
PGStructTypes.PGline - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGline.
Not supported by the database.
PGStructTypes.PGline() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGline
 
PGStructTypes.PGlseg - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGlseg.
Full support.
PGStructTypes.PGlseg() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGlseg
 
PGStructTypes.PGpath - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpath.
Does not work for now, several reasons...
PGStructTypes.PGpath() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpath
 
PGStructTypes.PGpath(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpath
 
PGStructTypes.PGpoint - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpoint.
Full support.
PGStructTypes.PGpoint() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpoint
 
PGStructTypes.PGpolygon - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpolygon.
 
PGStructTypes.PGpolygon() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGpolygon
 
PGStructTypes.PGstruct - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGstruct.
 
PGStructTypes.PGstruct(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGstruct
 
PGStructTypes.PGtimetz - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGtimetz.
TIME type with time zone information.
PGStructTypes.PGtimetz() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGtimetz
 
PGStructTypes.PGtinterval - class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGtinterval.
 
PGStructTypes.PGtinterval() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes.PGtinterval
 
PGStructTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGStructTypes
 
PGTextTypes - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.
The text types used in the PostgreSQL database system.
PGTextTypes.PGbpchar - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGbpchar.
CHAR() type.
PGTextTypes.PGbpchar() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGbpchar
registering as character because bpchar cannot be used in create context.
PGTextTypes.PGbpchar(int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGbpchar
 
PGTextTypes.PGchar - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGchar.
CHAR(1) type.
PGTextTypes.PGchar() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGchar
 
PGTextTypes.PGname - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGname.
VARCHAR(32) type.
PGTextTypes.PGname() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGname
 
PGTextTypes.PGtext - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGtext.
LONGVARCHAR type.
PGTextTypes.PGtext() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGtext
 
PGTextTypes.PGtext(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGtext
 
PGTextTypes.PGvarchar - class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGvarchar.
VARCHAR() type.
PGTextTypes.PGvarchar(int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes.PGvarchar
 
PGTextTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTextTypes
 
PGTypes - class org.sourceforge.jxdbcon.postgresql.PGTypes.
The types used in the PostgreSQL database system.
PGTypes.DefaultParamType - class org.sourceforge.jxdbcon.postgresql.PGTypes.DefaultParamType.
The default type for unspecified positional parameters.
PGTypes.DefaultParamType() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.DefaultParamType
 
PGTypes.PGaclitem - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGaclitem.
Item in an access control list.
PGTypes.PGaclitem() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGaclitem
 
PGTypes.PGbit - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbit.
Full support.
PGTypes.PGbit() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbit
 
PGTypes.PGbit(int) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbit
 
PGTypes.PGbit(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbit
 
PGTypes.PGbool - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbool.
One byte boolean type.
PGTypes.PGbool() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbool
 
PGTypes.PGbytea - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbytea.
LONGVARBINARY type.
PGTypes.PGbytea() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGbytea
 
PGTypes.PGmacaddr - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGmacaddr.
 
PGTypes.PGmacaddr() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGmacaddr
 
PGTypes.PGoid - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGoid.
Unsigned 4 byte 2's complements integer value.
PGTypes.PGoid() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGoid
 
PGTypes.PGoid(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGoid
 
PGTypes.PGunknown - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGunknown.
 
PGTypes.PGunknown() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGunknown
 
PGTypes.PGunknown(String) - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGunknown
 
PGTypes.PGvarbit - class org.sourceforge.jxdbcon.postgresql.PGTypes.PGvarbit.
Full support.
PGTypes.PGvarbit() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes.PGvarbit
 
PGTypes() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes
 
PGTypes$1 - class org.sourceforge.jxdbcon.postgresql.PGTypes$1.
 
PGTypes$1() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGTypes$1
 
PGUtil - class org.sourceforge.jxdbcon.postgresql.PGUtil.
.
PGUtil() - Constructor for class org.sourceforge.jxdbcon.postgresql.PGUtil
 
pid - Variable in class org.sourceforge.jxdbcon.postgresql.NetProtocolV1.NotificationResponse
 
pid - Variable in class org.sourceforge.jxdbcon.postgresql.NetProtocolV2.BackendKeyData
 
pkgid - Variable in class org.sourceforge.jxdbcon.db2.DRDAProtocol
 
PORT - Static variable in interface org.sourceforge.jxdbcon.InfoKeys
The port number to connect to.
pos - Variable in class org.sourceforge.jxdbcon.AbstractClob$4
 
pos - Variable in class org.sourceforge.jxdbcon.AbstractClob$3
 
pos - Variable in class org.sourceforge.jxdbcon.AbstractClob$2
 
pos - Variable in class org.sourceforge.jxdbcon.AbstractClob$1
 
pos - Variable in class org.sourceforge.jxdbcon.EscapeFrags.PosParam
 
position(Blob, long) - Method in class org.sourceforge.jxdbcon.postgresql.PGBlob
Not implemented.
position(byte[], long) - Method in class org.sourceforge.jxdbcon.postgresql.PGBlob
Not implemented.
poslst - Variable in class org.sourceforge.jxdbcon.SimpleEscapeParser
 
PQbackendPID(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQbinaryTuples(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQclear(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQclientEncoding(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQcmdStatus(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQcmdTuples(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQconnectdb(String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQconnectPoll(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQconnectStart(String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQdb(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQendcopy(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQerrorMessage(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQexec(int, String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfinish(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfmod(int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfn(int, int, int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfname(int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfnumber(int, String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQfsize(int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQftype(int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQgetisnull(int, int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQgetlength(int, int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQgetline(int, byte[]) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQgetResult(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQgetvalue(int, int, int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQhost(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQnfields(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQntuples(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQoidStatus(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQoptions(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQpass(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQport(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQputline(int, byte[]) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQputnbytes(int, byte[]) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQrequestCancel(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQreset(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQresStatus(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQresultErrorMessage(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQresultStatus(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQsendQuery(int, String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQsetClientEncoding(int, String) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQsetNoticeProcessor(int, int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQstatus(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQtrace(int, int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQtty(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQuntrace(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
PQuser(int) - Static method in class org.sourceforge.jxdbcon.postgresql.LibPQ
 
prefTypes - Static variable in class org.sourceforge.jxdbcon.postgresql.PGDatabaseMetaData
 
prepareCall(String) - Method in class org.sourceforge.jxdbcon.AbstractConnection
Prepare a call.
prepareCall(String, int, int) - Method in class org.sourceforge.jxdbcon.AbstractConnection
 
prepareCall(String, int, int) - Method in class org.sourceforge.jxdbcon.postgresql.PGConnection
 
prepareCall(String, int, int) - Method in class org.sourceforge.jxdbcon.db2.DB2Connection
 
prepareCall(String, int, int, int) - Method in class org.sourceforge.jxdbcon.AbstractConnection
resultSetHoldability parameter is ignored.
prepareCalls() - Method in class org.sourceforge.jxdbcon.postgresql.PGBlob
Prepare the calls to the lo_lseek, loread and lowrite functions.
prepareClassLoader() - Method in class org.sourceforge.jxdbcon.postgresql.IntConnection
 
prepareStatement(String) - Method in class org.sourceforge.jxdbcon.AbstractConnection
Prepare a statement.
prepareStatement(String, int) - Method in class org.sourceforge.jxdbcon.AbstractConnection
autoGeneratedKeys parameter is ignored.
prepareStatement(String, int[]) - Method in class org.sourceforge.jxdbcon.AbstractConnection
columnIndexes parameter is ignored.
prepareStatement(String, int, int) - Method in class org.sourceforge.jxdbcon.AbstractConnection
 
prepareStatement(String, int, int) - Method in class org.sourceforge.jxdbcon.postgresql.PGConnection
 
prepareStatement(String, int, int) - Method in class org.sourceforge.jxdbcon.db2.DB2Connection
 
prepareStatement(String, int, int, int) - Method in class org.sourceforge.jxdbcon.AbstractConnection
resultSetHoldability parameter is ignored.
prepareStatement(String, String[]) - Method in class org.sourceforge.jxdbcon.AbstractConnection
columnNames parameter is ignored.
previous() - Method in class org.sourceforge.jxdbcon.ArrayResultSet$1
 
previous() - Method in class org.sourceforge.jxdbcon.AbstractRowsResultSet
 
previous() - Method in class org.sourceforge.jxdbcon.postgresql.PGCursorResultSet
 
previousIndex() - Method in class org.sourceforge.jxdbcon.ArrayResultSet$1
 
PRINT_MSG - Static variable in class org.sourceforge.jxdbcon.postgresql.NetProtocolV0
 
proto - Variable in class org.sourceforge.jxdbcon.postgresql.PGConnection
The Protocol instance that talks to the backend.
proto - Variable in class org.sourceforge.jxdbcon.postgresql.IntConnection
 
proto - Variable in class org.sourceforge.jxdbcon.db2.DB2Connection
The Protocol instance that talks to the backend.
protocolError(String) - Static method in class org.sourceforge.jxdbcon.postgresql.PGExceptions
 
protoThread - Variable in class org.sourceforge.jxdbcon.postgresql.NetConnection
The protocol handler's thread.
PROTOVERSION - Static variable in interface org.sourceforge.jxdbcon.postgresql.PGInfoKeys
Protocol version to use.
prpsqlstt(String) - Method in class org.sourceforge.jxdbcon.db2.DRDAProtocol
 
prsmeta - Variable in class org.sourceforge.jxdbcon.postgresql.PGPreparedStatement
 

jxDBCon 0.9z
A B C D E F G H I J K L M N O P Q R S T U V W X
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.