Extension [ extension #191 pq version 2.1.4 ] { - Dependencies { Dependency [ raphf (Required) ] Dependency [ spl (Required) ] Dependency [ json (Optional) ] } - Classes [16] { Interface [ interface pq\Converter ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ abstract public method convertTypes ] { - Parameters [0] { } } Method [ abstract public method convertFromString ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $type ] } } Method [ abstract public method convertToString ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $type ] } } } } Class [ class pq\DateTime extends DateTime implements DateTimeInterface, JsonSerializable ] { - Constants [13] { Constant [ public string ATOM ] { Y-m-d\TH:i:sP } Constant [ public string COOKIE ] { l, d-M-Y H:i:s T } Constant [ public string ISO8601 ] { Y-m-d\TH:i:sO } Constant [ public string RFC822 ] { D, d M y H:i:s O } Constant [ public string RFC850 ] { l, d-M-y H:i:s T } Constant [ public string RFC1036 ] { D, d M y H:i:s O } Constant [ public string RFC1123 ] { D, d M Y H:i:s O } Constant [ public string RFC7231 ] { D, d M Y H:i:s \G\M\T } Constant [ public string RFC2822 ] { D, d M Y H:i:s O } Constant [ public string RFC3339 ] { Y-m-d\TH:i:sP } Constant [ public string RFC3339_EXTENDED ] { Y-m-d\TH:i:s.vP } Constant [ public string RSS ] { D, d M Y H:i:s O } Constant [ public string W3C ] { Y-m-d\TH:i:sP } } - Static properties [0] { } - Static methods [3] { Method [ static public method createFromFormat ] { - Parameters [3] { Parameter #0 [ $format ] Parameter #1 [ $datetime ] Parameter #2 [ $timezone ] } } Method [ static public method __set_state ] { } Method [ static public method getLastErrors ] { - Parameters [0] { } } } - Properties [1] { Property [ public $format ] } - Methods [17] { Method [ public method __toString ] { - Parameters [0] { } } Method [ public method jsonSerialize ] { - Parameters [0] { } } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $time ] Parameter #1 [ $timezone ] } } Method [ public method __wakeup ] { } Method [ public method format ] { - Parameters [1] { Parameter #0 [ $format ] } } Method [ public method modify ] { - Parameters [1] { Parameter #0 [ $modify ] } } Method [ public method add ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method sub ] { - Parameters [1] { Parameter #0 [ $interval ] } } Method [ public method getTimezone ] { - Parameters [0] { } } Method [ public method setTimezone ] { - Parameters [1] { Parameter #0 [ $timezone ] } } Method [ public method getOffset ] { - Parameters [0] { } } Method [ public method setTime ] { - Parameters [4] { Parameter #0 [ $hour ] Parameter #1 [ $minute ] Parameter #2 [ $second ] Parameter #3 [ $microseconds ] } } Method [ public method setDate ] { - Parameters [3] { Parameter #0 [ $year ] Parameter #1 [ $month ] Parameter #2 [ $day ] } } Method [ public method setISODate ] { - Parameters [3] { Parameter #0 [ $year ] Parameter #1 [ $week ] Parameter #2 [ $day ] } } Method [ public method setTimestamp ] { - Parameters [1] { Parameter #0 [ $unixtimestamp ] } } Method [ public method getTimestamp ] { - Parameters [0] { } } Method [ public method diff ] { - Parameters [2] { Parameter #0 [ $object ] Parameter #1 [ $absolute ] } } } } Interface [ interface pq\Exception extends Throwable ] { - Constants [9] { Constant [ public integer INVALID_ARGUMENT ] { 0 } Constant [ public integer RUNTIME ] { 1 } Constant [ public integer CONNECTION_FAILED ] { 2 } Constant [ public integer IO ] { 3 } Constant [ public integer ESCAPE ] { 4 } Constant [ public integer BAD_METHODCALL ] { 5 } Constant [ public integer UNINITIALIZED ] { 6 } Constant [ public integer DOMAIN ] { 7 } Constant [ public integer SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getMessage ] { } Method [ abstract public method getCode ] { } Method [ abstract public method getFile ] { } Method [ abstract public method getLine ] { } Method [ abstract public method getTrace ] { } Method [ abstract public method getPrevious ] { } Method [ abstract public method getTraceAsString ] { } Method [ abstract public method __toString ] { } } } Class [ class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ public integer INVALID_ARGUMENT ] { 0 } Constant [ public integer RUNTIME ] { 1 } Constant [ public integer CONNECTION_FAILED ] { 2 } Constant [ public integer IO ] { 3 } Constant [ public integer ESCAPE ] { 4 } Constant [ public integer BAD_METHODCALL ] { 5 } Constant [ public integer UNINITIALIZED ] { 6 } Constant [ public integer DOMAIN ] { 7 } Constant [ public integer SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class pq\Exception\RuntimeException extends RuntimeException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ public integer INVALID_ARGUMENT ] { 0 } Constant [ public integer RUNTIME ] { 1 } Constant [ public integer CONNECTION_FAILED ] { 2 } Constant [ public integer IO ] { 3 } Constant [ public integer ESCAPE ] { 4 } Constant [ public integer BAD_METHODCALL ] { 5 } Constant [ public integer UNINITIALIZED ] { 6 } Constant [ public integer DOMAIN ] { 7 } Constant [ public integer SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class pq\Exception\BadMethodCallException extends BadMethodCallException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ public integer INVALID_ARGUMENT ] { 0 } Constant [ public integer RUNTIME ] { 1 } Constant [ public integer CONNECTION_FAILED ] { 2 } Constant [ public integer IO ] { 3 } Constant [ public integer ESCAPE ] { 4 } Constant [ public integer BAD_METHODCALL ] { 5 } Constant [ public integer UNINITIALIZED ] { 6 } Constant [ public integer DOMAIN ] { 7 } Constant [ public integer SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class pq\Exception\DomainException extends DomainException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ public integer INVALID_ARGUMENT ] { 0 } Constant [ public integer RUNTIME ] { 1 } Constant [ public integer CONNECTION_FAILED ] { 2 } Constant [ public integer IO ] { 3 } Constant [ public integer ESCAPE ] { 4 } Constant [ public integer BAD_METHODCALL ] { 5 } Constant [ public integer UNINITIALIZED ] { 6 } Constant [ public integer DOMAIN ] { 7 } Constant [ public integer SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] Property [ public $sqlstate ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } Method [ final public method getMessage ] { } Method [ final public method getCode ] { } Method [ final public method getFile ] { } Method [ final public method getLine ] { } Method [ final public method getTrace ] { } Method [ final public method getPrevious ] { } Method [ final public method getTraceAsString ] { } Method [ public method __toString ] { } } } Class [ class pq\Connection ] { - Constants [22] { Constant [ public integer OK ] { 0 } Constant [ public integer BAD ] { 1 } Constant [ public integer STARTED ] { 2 } Constant [ public integer MADE ] { 3 } Constant [ public integer AWAITING_RESPONSE ] { 4 } Constant [ public integer AUTH_OK ] { 5 } Constant [ public integer SSL_STARTUP ] { 7 } Constant [ public integer SETENV ] { 6 } Constant [ public integer TRANS_IDLE ] { 0 } Constant [ public integer TRANS_ACTIVE ] { 1 } Constant [ public integer TRANS_INTRANS ] { 2 } Constant [ public integer TRANS_INERROR ] { 3 } Constant [ public integer TRANS_UNKNOWN ] { 4 } Constant [ public integer POLLING_FAILED ] { 0 } Constant [ public integer POLLING_READING ] { 1 } Constant [ public integer POLLING_WRITING ] { 2 } Constant [ public integer POLLING_OK ] { 3 } Constant [ public string EVENT_NOTICE ] { notice } Constant [ public string EVENT_RESULT ] { result } Constant [ public string EVENT_RESET ] { reset } Constant [ public integer ASYNC ] { 1 } Constant [ public integer PERSISTENT ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [23] { Property [ public $status ] Property [ public $transactionStatus ] Property [ public $socket ] Property [ public $errorMessage ] Property [ public $busy ] Property [ public $encoding ] Property [ public $unbuffered ] Property [ public $nonblocking ] Property [ public $db ] Property [ public $user ] Property [ public $pass ] Property [ public $host ] Property [ public $port ] Property [ public $params ] Property [ public $options ] Property [ public $eventHandlers ] Property [ public $listeners ] Property [ public $converters ] Property [ public $defaultFetchType ] Property [ public $defaultTransactionIsolation ] Property [ public $defaultTransactionReadonly ] Property [ public $defaultTransactionDeferrable ] Property [ public $defaultAutoConvert ] } - Methods [31] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $dsn ] Parameter #1 [ $flags ] } } Method [ public method reset ] { - Parameters [0] { } } Method [ public method resetAsync ] { - Parameters [0] { } } Method [ public method poll ] { - Parameters [0] { } } Method [ public method flush ] { - Parameters [0] { } } Method [ public method exec ] { - Parameters [1] { Parameter #0 [ $query ] } } Method [ public method execAsync ] { - Parameters [2] { Parameter #0 [ $query ] Parameter #1 [ $callable ] } } Method [ public method execParams ] { - Parameters [3] { Parameter #0 [ $query ] Parameter #1 [ array $params ] Parameter #2 [ array or NULL $types ] } } Method [ public method execParamsAsync ] { - Parameters [4] { Parameter #0 [ $query ] Parameter #1 [ array $params ] Parameter #2 [ array or NULL $types ] Parameter #3 [ $callable ] } } Method [ public method prepare ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $query ] Parameter #2 [ array or NULL $types ] } } Method [ public method prepareAsync ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $query ] Parameter #2 [ array or NULL $types ] } } Method [ public method declare ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $flags ] Parameter #2 [ $query ] } } Method [ public method declareAsync ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $flags ] Parameter #2 [ $query ] } } Method [ public method unlisten ] { - Parameters [1] { Parameter #0 [ $channel ] } } Method [ public method unlistenAsync ] { - Parameters [1] { Parameter #0 [ $channel ] } } Method [ public method listen ] { - Parameters [2] { Parameter #0 [ $channel ] Parameter #1 [ $callable ] } } Method [ public method listenAsync ] { - Parameters [2] { Parameter #0 [ $channel ] Parameter #1 [ $callable ] } } Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $channel ] Parameter #1 [ $message ] } } Method [ public method notifyAsync ] { - Parameters [2] { Parameter #0 [ $channel ] Parameter #1 [ $message ] } } Method [ public method getResult ] { - Parameters [0] { } } Method [ public method quote ] { - Parameters [1] { Parameter #0 [ $string ] } } Method [ public method quoteName ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method escapeBytea ] { - Parameters [1] { Parameter #0 [ $bytea ] } } Method [ public method unescapeBytea ] { - Parameters [1] { Parameter #0 [ $bytea ] } } Method [ public method startTransaction ] { - Parameters [3] { Parameter #0 [ $isolation ] Parameter #1 [ $readonly ] Parameter #2 [ $deferrable ] } } Method [ public method startTransactionAsync ] { - Parameters [3] { Parameter #0 [ $isolation ] Parameter #1 [ $readonly ] Parameter #2 [ $deferrable ] } } Method [ public method trace ] { - Parameters [1] { Parameter #0 [ $stdio_stream ] } } Method [ public method off ] { - Parameters [1] { Parameter #0 [ $type ] } } Method [ public method on ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $callable ] } } Method [ public method setConverter ] { - Parameters [1] { Parameter #0 [ pq\Converter $converter ] } } Method [ public method unsetConverter ] { - Parameters [1] { Parameter #0 [ pq\Converter $converter ] } } } } Class [ class pq\Cancel ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ public $connection ] } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ pq\Connection $connection ] } } Method [ public method cancel ] { - Parameters [0] { } } } } Class [ class pq\Types ] { - Constants [167] { Constant [ public integer BOOL ] { 16 } Constant [ public integer BYTEA ] { 17 } Constant [ public integer CHAR ] { 18 } Constant [ public integer NAME ] { 19 } Constant [ public integer INT8 ] { 20 } Constant [ public integer INT2 ] { 21 } Constant [ public integer INT2VECTOR ] { 22 } Constant [ public integer INT4 ] { 23 } Constant [ public integer REGPROC ] { 24 } Constant [ public integer TEXT ] { 25 } Constant [ public integer OID ] { 26 } Constant [ public integer TID ] { 27 } Constant [ public integer XID ] { 28 } Constant [ public integer CID ] { 29 } Constant [ public integer OIDVECTOR ] { 30 } Constant [ public integer PG_TYPE ] { 71 } Constant [ public integer PG_ATTRIBUTE ] { 75 } Constant [ public integer PG_PROC ] { 81 } Constant [ public integer PG_CLASS ] { 83 } Constant [ public integer JSON ] { 114 } Constant [ public integer XML ] { 142 } Constant [ public integer XMLARRAY ] { 143 } Constant [ public integer JSONARRAY ] { 199 } Constant [ public integer PG_NODE_TREE ] { 194 } Constant [ public integer PG_NDISTINCT ] { 3361 } Constant [ public integer PG_DEPENDENCIES ] { 3402 } Constant [ public integer PG_DDL_COMMAND ] { 32 } Constant [ public integer SMGR ] { 210 } Constant [ public integer POINT ] { 600 } Constant [ public integer LSEG ] { 601 } Constant [ public integer PATH ] { 602 } Constant [ public integer BOX ] { 603 } Constant [ public integer POLYGON ] { 604 } Constant [ public integer LINE ] { 628 } Constant [ public integer LINEARRAY ] { 629 } Constant [ public integer FLOAT4 ] { 700 } Constant [ public integer FLOAT8 ] { 701 } Constant [ public integer ABSTIME ] { 702 } Constant [ public integer RELTIME ] { 703 } Constant [ public integer TINTERVAL ] { 704 } Constant [ public integer UNKNOWN ] { 705 } Constant [ public integer CIRCLE ] { 718 } Constant [ public integer CIRCLEARRAY ] { 719 } Constant [ public integer MONEY ] { 790 } Constant [ public integer MONEYARRAY ] { 791 } Constant [ public integer MACADDR ] { 829 } Constant [ public integer INET ] { 869 } Constant [ public integer CIDR ] { 650 } Constant [ public integer MACADDR8 ] { 774 } Constant [ public integer BOOLARRAY ] { 1000 } Constant [ public integer BYTEAARRAY ] { 1001 } Constant [ public integer CHARARRAY ] { 1002 } Constant [ public integer NAMEARRAY ] { 1003 } Constant [ public integer INT2ARRAY ] { 1005 } Constant [ public integer INT2VECTORARRAY ] { 1006 } Constant [ public integer INT4ARRAY ] { 1007 } Constant [ public integer REGPROCARRAY ] { 1008 } Constant [ public integer TEXTARRAY ] { 1009 } Constant [ public integer OIDARRAY ] { 1028 } Constant [ public integer TIDARRAY ] { 1010 } Constant [ public integer XIDARRAY ] { 1011 } Constant [ public integer CIDARRAY ] { 1012 } Constant [ public integer OIDVECTORARRAY ] { 1013 } Constant [ public integer BPCHARARRAY ] { 1014 } Constant [ public integer VARCHARARRAY ] { 1015 } Constant [ public integer INT8ARRAY ] { 1016 } Constant [ public integer POINTARRAY ] { 1017 } Constant [ public integer LSEGARRAY ] { 1018 } Constant [ public integer PATHARRAY ] { 1019 } Constant [ public integer BOXARRAY ] { 1020 } Constant [ public integer FLOAT4ARRAY ] { 1021 } Constant [ public integer FLOAT8ARRAY ] { 1022 } Constant [ public integer ABSTIMEARRAY ] { 1023 } Constant [ public integer RELTIMEARRAY ] { 1024 } Constant [ public integer TINTERVALARRAY ] { 1025 } Constant [ public integer POLYGONARRAY ] { 1027 } Constant [ public integer ACLITEM ] { 1033 } Constant [ public integer ACLITEMARRAY ] { 1034 } Constant [ public integer MACADDRARRAY ] { 1040 } Constant [ public integer MACADDR8ARRAY ] { 775 } Constant [ public integer INETARRAY ] { 1041 } Constant [ public integer CIDRARRAY ] { 651 } Constant [ public integer CSTRINGARRAY ] { 1263 } Constant [ public integer BPCHAR ] { 1042 } Constant [ public integer VARCHAR ] { 1043 } Constant [ public integer DATE ] { 1082 } Constant [ public integer TIME ] { 1083 } Constant [ public integer TIMESTAMP ] { 1114 } Constant [ public integer TIMESTAMPARRAY ] { 1115 } Constant [ public integer DATEARRAY ] { 1182 } Constant [ public integer TIMEARRAY ] { 1183 } Constant [ public integer TIMESTAMPTZ ] { 1184 } Constant [ public integer TIMESTAMPTZARRAY ] { 1185 } Constant [ public integer INTERVAL ] { 1186 } Constant [ public integer INTERVALARRAY ] { 1187 } Constant [ public integer NUMERICARRAY ] { 1231 } Constant [ public integer TIMETZ ] { 1266 } Constant [ public integer TIMETZARRAY ] { 1270 } Constant [ public integer BIT ] { 1560 } Constant [ public integer BITARRAY ] { 1561 } Constant [ public integer VARBIT ] { 1562 } Constant [ public integer VARBITARRAY ] { 1563 } Constant [ public integer NUMERIC ] { 1700 } Constant [ public integer REFCURSOR ] { 1790 } Constant [ public integer REFCURSORARRAY ] { 2201 } Constant [ public integer REGPROCEDURE ] { 2202 } Constant [ public integer REGOPER ] { 2203 } Constant [ public integer REGOPERATOR ] { 2204 } Constant [ public integer REGCLASS ] { 2205 } Constant [ public integer REGTYPE ] { 2206 } Constant [ public integer REGROLE ] { 4096 } Constant [ public integer REGNAMESPACE ] { 4089 } Constant [ public integer REGPROCEDUREARRAY ] { 2207 } Constant [ public integer REGOPERARRAY ] { 2208 } Constant [ public integer REGOPERATORARRAY ] { 2209 } Constant [ public integer REGCLASSARRAY ] { 2210 } Constant [ public integer REGTYPEARRAY ] { 2211 } Constant [ public integer REGROLEARRAY ] { 4097 } Constant [ public integer REGNAMESPACEARRAY ] { 4090 } Constant [ public integer UUID ] { 2950 } Constant [ public integer UUIDARRAY ] { 2951 } Constant [ public integer PG_LSN ] { 3220 } Constant [ public integer PG_LSNARRAY ] { 3221 } Constant [ public integer TSVECTOR ] { 3614 } Constant [ public integer GTSVECTOR ] { 3642 } Constant [ public integer TSQUERY ] { 3615 } Constant [ public integer REGCONFIG ] { 3734 } Constant [ public integer REGDICTIONARY ] { 3769 } Constant [ public integer TSVECTORARRAY ] { 3643 } Constant [ public integer GTSVECTORARRAY ] { 3644 } Constant [ public integer TSQUERYARRAY ] { 3645 } Constant [ public integer REGCONFIGARRAY ] { 3735 } Constant [ public integer REGDICTIONARYARRAY ] { 3770 } Constant [ public integer JSONB ] { 3802 } Constant [ public integer JSONBARRAY ] { 3807 } Constant [ public integer TXID_SNAPSHOT ] { 2970 } Constant [ public integer TXID_SNAPSHOTARRAY ] { 2949 } Constant [ public integer INT4RANGE ] { 3904 } Constant [ public integer INT4RANGEARRAY ] { 3905 } Constant [ public integer NUMRANGE ] { 3906 } Constant [ public integer NUMRANGEARRAY ] { 3907 } Constant [ public integer TSRANGE ] { 3908 } Constant [ public integer TSRANGEARRAY ] { 3909 } Constant [ public integer TSTZRANGE ] { 3910 } Constant [ public integer TSTZRANGEARRAY ] { 3911 } Constant [ public integer DATERANGE ] { 3912 } Constant [ public integer DATERANGEARRAY ] { 3913 } Constant [ public integer INT8RANGE ] { 3926 } Constant [ public integer INT8RANGEARRAY ] { 3927 } Constant [ public integer RECORD ] { 2249 } Constant [ public integer RECORDARRAY ] { 2287 } Constant [ public integer CSTRING ] { 2275 } Constant [ public integer ANY ] { 2276 } Constant [ public integer ANYARRAY ] { 2277 } Constant [ public integer VOID ] { 2278 } Constant [ public integer TRIGGER ] { 2279 } Constant [ public integer EVENT_TRIGGER ] { 3838 } Constant [ public integer LANGUAGE_HANDLER ] { 2280 } Constant [ public integer INTERNAL ] { 2281 } Constant [ public integer OPAQUE ] { 2282 } Constant [ public integer ANYELEMENT ] { 2283 } Constant [ public integer ANYNONARRAY ] { 2776 } Constant [ public integer ANYENUM ] { 3500 } Constant [ public integer FDW_HANDLER ] { 3115 } Constant [ public integer INDEX_AM_HANDLER ] { 325 } Constant [ public integer TSM_HANDLER ] { 3310 } Constant [ public integer ANYRANGE ] { 3831 } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ public $connection ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ array or NULL $namespaces ] } } Method [ public method refresh ] { - Parameters [1] { Parameter #0 [ array or NULL $namespaces ] } } } } Class [ class pq\Result implements Traversable, Countable ] { - Constants [21] { Constant [ public integer EMPTY_QUERY ] { 0 } Constant [ public integer COMMAND_OK ] { 1 } Constant [ public integer TUPLES_OK ] { 2 } Constant [ public integer COPY_OUT ] { 3 } Constant [ public integer COPY_IN ] { 4 } Constant [ public integer BAD_RESPONSE ] { 5 } Constant [ public integer NONFATAL_ERROR ] { 6 } Constant [ public integer FATAL_ERROR ] { 7 } Constant [ public integer COPY_BOTH ] { 8 } Constant [ public integer SINGLE_TUPLE ] { 9 } Constant [ public integer FETCH_ARRAY ] { 0 } Constant [ public integer FETCH_ASSOC ] { 1 } Constant [ public integer FETCH_OBJECT ] { 2 } Constant [ public integer CONV_BOOL ] { 1 } Constant [ public integer CONV_INT ] { 2 } Constant [ public integer CONV_FLOAT ] { 4 } Constant [ public integer CONV_SCALAR ] { 15 } Constant [ public integer CONV_ARRAY ] { 16 } Constant [ public integer CONV_DATETIME ] { 32 } Constant [ public integer CONV_JSON ] { 256 } Constant [ public integer CONV_ALL ] { 65535 } } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ public $status ] Property [ public $statusMessage ] Property [ public $errorMessage ] Property [ public $diag ] Property [ public $numRows ] Property [ public $numCols ] Property [ public $affectedRows ] Property [ public $fetchType ] Property [ public $autoConvert ] } - Methods [9] { Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $col ] Parameter #1 [ &$ref ] } } Method [ public method fetchBound ] { - Parameters [0] { } } Method [ public method fetchRow ] { - Parameters [1] { Parameter #0 [ $fetch_type ] } } Method [ public method fetchCol ] { - Parameters [2] { Parameter #0 [ &$ref ] Parameter #1 [ $col ] } } Method [ public method fetchAll ] { - Parameters [1] { Parameter #0 [ $fetch_type ] } } Method [ public method fetchAllCols ] { - Parameters [1] { Parameter #0 [ $col ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method map ] { - Parameters [3] { Parameter #0 [ $keys ] Parameter #1 [ $vals ] Parameter #2 [ $fetch_type ] } } Method [ public method desc ] { - Parameters [0] { } } } } Class [ class pq\Statement ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $name ] Property [ public $connection ] Property [ public $query ] Property [ public $types ] } - Methods [10] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ $name ] Parameter #2 [ $query ] Parameter #3 [ array or NULL $types ] Parameter #4 [ $async ] } } Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $param_no ] Parameter #1 [ &$param_ref ] } } Method [ public method deallocate ] { - Parameters [0] { } } Method [ public method deallocateAsync ] { - Parameters [0] { } } Method [ public method desc ] { - Parameters [0] { } } Method [ public method descAsync ] { - Parameters [1] { Parameter #0 [ $callable ] } } Method [ public method exec ] { - Parameters [1] { Parameter #0 [ array or NULL $params ] } } Method [ public method execAsync ] { - Parameters [2] { Parameter #0 [ array or NULL $params ] Parameter #1 [ $callable ] } } Method [ public method prepare ] { - Parameters [0] { } } Method [ public method prepareAsync ] { - Parameters [0] { } } } } Class [ class pq\Transaction ] { - Constants [3] { Constant [ public integer READ_COMMITTED ] { 0 } Constant [ public integer REPEATABLE_READ ] { 1 } Constant [ public integer SERIALIZABLE ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $connection ] Property [ public $isolation ] Property [ public $readonly ] Property [ public $deferrable ] } - Methods [16] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ $async ] Parameter #2 [ $isolation ] Parameter #3 [ $readonly ] Parameter #4 [ $deferrable ] } } Method [ public method commit ] { - Parameters [0] { } } Method [ public method rollback ] { - Parameters [0] { } } Method [ public method commitAsync ] { - Parameters [0] { } } Method [ public method rollbackAsync ] { - Parameters [0] { } } Method [ public method savepoint ] { - Parameters [0] { } } Method [ public method savepointAsync ] { - Parameters [0] { } } Method [ public method exportSnapshot ] { - Parameters [0] { } } Method [ public method exportSnapshotAsync ] { - Parameters [0] { } } Method [ public method importSnapshot ] { - Parameters [1] { Parameter #0 [ $snapshot_id ] } } Method [ public method importSnapshotAsync ] { - Parameters [1] { Parameter #0 [ $snapshot_id ] } } Method [ public method openLOB ] { - Parameters [2] { Parameter #0 [ $oid ] Parameter #1 [ $mode ] } } Method [ public method createLOB ] { - Parameters [1] { Parameter #0 [ $mode ] } } Method [ public method unlinkLOB ] { - Parameters [1] { Parameter #0 [ $oid ] } } Method [ public method importLOB ] { - Parameters [2] { Parameter #0 [ $local_path ] Parameter #1 [ $oid ] } } Method [ public method exportLOB ] { - Parameters [2] { Parameter #0 [ $oid ] Parameter #1 [ $local_path ] } } } } Class [ class pq\Cursor ] { - Constants [5] { Constant [ public integer BINARY ] { 1 } Constant [ public integer INSENSITIVE ] { 2 } Constant [ public integer WITH_HOLD ] { 4 } Constant [ public integer SCROLL ] { 16 } Constant [ public integer NO_SCROLL ] { 32 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $name ] Property [ public $connection ] Property [ public $query ] Property [ public $flags ] } - Methods [9] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ $name ] Parameter #2 [ $flags ] Parameter #3 [ $query ] Parameter #4 [ $async ] } } Method [ public method open ] { - Parameters [0] { } } Method [ public method openAsync ] { - Parameters [0] { } } Method [ public method close ] { - Parameters [0] { } } Method [ public method closeAsync ] { - Parameters [0] { } } Method [ public method fetch ] { - Parameters [1] { Parameter #0 [ $spec ] } } Method [ public method move ] { - Parameters [1] { Parameter #0 [ $spec ] } } Method [ public method fetchAsync ] { - Parameters [2] { Parameter #0 [ $spec ] Parameter #1 [ $callback ] } } Method [ public method moveAsync ] { - Parameters [2] { Parameter #0 [ $spec ] Parameter #1 [ $callback ] } } } } Class [ class pq\COPY ] { - Constants [2] { Constant [ public integer FROM_STDIN ] { 0 } Constant [ public integer TO_STDOUT ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $connection ] Property [ public $expression ] Property [ public $direction ] Property [ public $options ] } - Methods [4] { Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ $expression ] Parameter #2 [ $direction ] Parameter #3 [ $options ] } } Method [ public method put ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method end ] { - Parameters [1] { Parameter #0 [ $error ] } } Method [ public method get ] { - Parameters [1] { Parameter #0 [ &$data ] } } } } Class [ class pq\LOB ] { - Constants [4] { Constant [ public integer INVALID_OID ] { 0 } Constant [ public integer R ] { 262144 } Constant [ public integer W ] { 131072 } Constant [ public integer RW ] { 393216 } } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $transaction ] Property [ public $oid ] Property [ public $stream ] } - Methods [6] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ pq\Transaction $transaction ] Parameter #1 [ $oid ] Parameter #2 [ $mode ] } } Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method read ] { - Parameters [2] { Parameter #0 [ $length ] Parameter #1 [ &$read ] } } Method [ public method seek ] { - Parameters [2] { Parameter #0 [ $offset ] Parameter #1 [ $whence ] } } Method [ public method tell ] { - Parameters [0] { } } Method [ public method truncate ] { - Parameters [1] { Parameter #0 [ $length ] } } } } } }