Off limits to everyone else... pretend they are not there :)
# define FALSE 0
#endif
-#define PDO_DRIVER_API 20050213
+#define PDO_DRIVER_API 20050214
enum pdo_param_type {
PDO_PARAM_NULL,
unsigned long maxlen;
enum pdo_param_type param_type;
unsigned long precision;
+
+ /* don't touch the following fields unless your name is dbdo */
+ char *native_type_name;
+ int abstract_type;
+ int abstract_flags;
};
/* describes a bound parameter */