Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

P6DBCFLAGS.

Generic component flags,

P6DBC_NOFLAGS - no component preferences set

P6DBC_RECOVERBADSIG - this mode is meant to allow access to a database with a missing or improper signature (i.e., an eAborted or eSignatureMismatch error was returned from connectSigned()). With this flag set connectSigned() will open the database and generate a new signature on close.

P6DBC_DISABLECOMPAT - this mode turns off internal query modifications that allow standard SQL to be translated into database specific queries (e.g., translating '?' used in bind calls to postgre's $1 notation).

Definition at line 66 of file p6dbc.h.