244
239
{"isolation_level", T_LONG,
245
240
offsetof(connectionObject, isolation_level), RO},
246
241
{"encoding", T_STRING, offsetof(connectionObject, encoding), RO},
247
{"cursors", T_OBJECT, offsetof(connectionObject, cursors), RO},
248
242
{"notices", T_OBJECT, offsetof(connectionObject, notice_list), RO},
249
243
{"notifies", T_OBJECT, offsetof(connectionObject, notifies), RO},
250
244
{"dsn", T_STRING, offsetof(connectionObject, dsn), RO},