Up

PostgreSQLAdaptor

Authors

Mirko Viviani (mirko.viviani@gmail.com)
Manuel Guesdon (mguesdon@orange-concept.com)

Version: 25994

Date: 2008-01-22 14:57:07 +0100 (Die, 22 Jän 2008)

Copyright: (C) 2000,2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the PostgreSQLAdaptor class
  2. PostgreSQLAdaptor variables
  3. PostgreSQLAdaptor functions

Software documentation for the PostgreSQLAdaptor class

PostgreSQLAdaptor : EOAdaptor

Declared in:
Foundation/PostgreSQLAdaptor.h
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

cachePGconn 

- (BOOL) cachePGconn;
Availability: OpenStep

Description forthcoming.

createPGconn 

- (PGconn*) createPGconn;
Availability: OpenStep

Description forthcoming.

newPGconn 

- (PGconn*) newPGconn;
Availability: OpenStep

Description forthcoming.

pgConnPoolLimit 

- (int) pgConnPoolLimit;
Availability: OpenStep

Description forthcoming.

primaryKeySequenceNameFormat 

- (NSString*) primaryKeySequenceNameFormat;
Availability: OpenStep

Description forthcoming.

privateReportError: 

- (void) privateReportError: (PGconn*)pgConn;
Availability: OpenStep

Description forthcoming.

releasePGconn: force: 

- (void) releasePGconn: (PGconn*)pgConn force: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setCachePGconn: 

- (void) setCachePGconn: (BOOL)flag;
Availability: OpenStep

Description forthcoming.

setPGconnPoolLimit: 

- (void) setPGconnPoolLimit: (int)value;
Availability: OpenStep

Description forthcoming.

setPrimaryKeySequenceNameFormat: 

- (void) setPrimaryKeySequenceNameFormat: (NSString*)format;
Availability: OpenStep

Description forthcoming.



Instance Variables for PostgreSQLAdaptor Class

_flags

@protected struct ... _flags;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_pgConnPool

@protected NSMutableArray* _pgConnPool;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_pgConnPoolLimit

@protected int _pgConnPoolLimit;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_primaryKeySequenceNameFormat

@protected NSString* _primaryKeySequenceNameFormat;
Availability: OpenStep

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




PostgreSQLAdaptor variables

PostgreSQLException

NSString* PostgreSQLException;
Availability: OpenStep

Description forthcoming.

PostgreSQLAdaptor functions

postgresClientVersion

int postgresClientVersion();
Availability: OpenStep

Description forthcoming.


Up