Extension [ extension #89 pq version 2.2.3 ] { - 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 Stringable, DateTimeInterface, JsonSerializable ] { - Constants [14] { 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 ISO8601_EXPANDED ] { X-m-d\TH:i:sP } 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 [5] { Method [ static public method createFromFormat ] { - Parameters [3] { Parameter #0 [ $format ] Parameter #1 [ $datetime ] Parameter #2 [ ?DateTimeZone $object = ] } - Tentative return [ DateTime|false ] } Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $array ] } - Tentative return [ DateTime ] } Method [ static public method createFromImmutable ] { - Parameters [1] { Parameter #0 [ DateTimeImmutable $object ] } - Tentative return [ static ] } Method [ static public method createFromInterface ] { - Parameters [1] { Parameter #0 [ DateTimeInterface $object ] } - Return [ DateTime ] } Method [ static public method getLastErrors ] { - Parameters [0] { } - Tentative return [ array|false ] } } - Properties [1] { Property [ public $format = 'Y-m-d H:i:s.uO' ] } - Methods [19] { Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } Method [ public method jsonSerialize ] { - Parameters [0] { } - Tentative return [ mixed ] } Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ string $datetime = "now" ] Parameter #1 [ ?DateTimeZone $timezone = null ] } } Method [ public method __serialize ] { - Parameters [0] { } - Return [ array ] } Method [ public method __unserialize ] { - Parameters [1] { Parameter #0 [ array $data ] } - Return [ void ] } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ public method format ] { - Parameters [1] { Parameter #0 [ string $format ] } - Tentative return [ string ] } Method [ public method modify ] { - Parameters [1] { Parameter #0 [ string $modifier ] } - Tentative return [ DateTime|false ] } Method [ public method add ] { - Parameters [1] { Parameter #0 [ DateInterval $interval ] } - Tentative return [ DateTime ] } Method [ public method sub ] { - Parameters [1] { Parameter #0 [ DateInterval $interval ] } - Tentative return [ DateTime ] } Method [ public method getTimezone ] { - Parameters [0] { } - Tentative return [ DateTimeZone|false ] } Method [ public method setTimezone ] { - Parameters [1] { Parameter #0 [ DateTimeZone $timezone ] } - Tentative return [ DateTime ] } Method [ public method getOffset ] { - Parameters [0] { } - Tentative return [ int ] } Method [ public method setTime ] { - Parameters [4] { Parameter #0 [ int $hour ] Parameter #1 [ int $minute ] Parameter #2 [ int $second = 0 ] Parameter #3 [ int $microsecond = 0 ] } - Tentative return [ DateTime ] } Method [ public method setDate ] { - Parameters [3] { Parameter #0 [ int $year ] Parameter #1 [ int $month ] Parameter #2 [ int $day ] } - Tentative return [ DateTime ] } Method [ public method setISODate ] { - Parameters [3] { Parameter #0 [ int $year ] Parameter #1 [ int $week ] Parameter #2 [ int $dayOfWeek = 1 ] } - Tentative return [ DateTime ] } Method [ public method setTimestamp ] { - Parameters [1] { Parameter #0 [ int $timestamp ] } - Tentative return [ DateTime ] } Method [ public method getTimestamp ] { - Parameters [0] { } - Tentative return [ int ] } Method [ public method diff ] { - Parameters [2] { Parameter #0 [ DateTimeInterface $targetObject ] Parameter #1 [ bool $absolute = false ] } - Tentative return [ DateInterval ] } } } Interface [ interface pq\Exception extends Throwable, Stringable ] { - Constants [9] { Constant [ public int INVALID_ARGUMENT ] { 0 } Constant [ public int RUNTIME ] { 1 } Constant [ public int CONNECTION_FAILED ] { 2 } Constant [ public int IO ] { 3 } Constant [ public int ESCAPE ] { 4 } Constant [ public int BAD_METHODCALL ] { 5 } Constant [ public int UNINITIALIZED ] { 6 } Constant [ public int DOMAIN ] { 7 } Constant [ public int SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ abstract public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getCode ] { - Parameters [0] { } } Method [ abstract public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ abstract public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ abstract public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ abstract public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ abstract public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable, pq\Exception ] { - Constants [9] { Constant [ public int INVALID_ARGUMENT ] { 0 } Constant [ public int RUNTIME ] { 1 } Constant [ public int CONNECTION_FAILED ] { 2 } Constant [ public int IO ] { 3 } Constant [ public int ESCAPE ] { 4 } Constant [ public int BAD_METHODCALL ] { 5 } Constant [ public int UNINITIALIZED ] { 6 } Constant [ public int DOMAIN ] { 7 } Constant [ public int SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class pq\Exception\RuntimeException extends RuntimeException implements Stringable, Throwable, pq\Exception ] { - Constants [9] { Constant [ public int INVALID_ARGUMENT ] { 0 } Constant [ public int RUNTIME ] { 1 } Constant [ public int CONNECTION_FAILED ] { 2 } Constant [ public int IO ] { 3 } Constant [ public int ESCAPE ] { 4 } Constant [ public int BAD_METHODCALL ] { 5 } Constant [ public int UNINITIALIZED ] { 6 } Constant [ public int DOMAIN ] { 7 } Constant [ public int SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class pq\Exception\BadMethodCallException extends BadMethodCallException implements Stringable, Throwable, pq\Exception ] { - Constants [9] { Constant [ public int INVALID_ARGUMENT ] { 0 } Constant [ public int RUNTIME ] { 1 } Constant [ public int CONNECTION_FAILED ] { 2 } Constant [ public int IO ] { 3 } Constant [ public int ESCAPE ] { 4 } Constant [ public int BAD_METHODCALL ] { 5 } Constant [ public int UNINITIALIZED ] { 6 } Constant [ public int DOMAIN ] { 7 } Constant [ public int SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class pq\Exception\DomainException extends DomainException implements Throwable, Stringable, pq\Exception ] { - Constants [9] { Constant [ public int INVALID_ARGUMENT ] { 0 } Constant [ public int RUNTIME ] { 1 } Constant [ public int CONNECTION_FAILED ] { 2 } Constant [ public int IO ] { 3 } Constant [ public int ESCAPE ] { 4 } Constant [ public int BAD_METHODCALL ] { 5 } Constant [ public int UNINITIALIZED ] { 6 } Constant [ public int DOMAIN ] { 7 } Constant [ public int SQL ] { 8 } } - Static properties [0] { } - Static methods [0] { } - Properties [5] { Property [ protected $message = '' ] Property [ protected $code = 0 ] Property [ protected string $file = '' ] Property [ protected int $line = 0 ] Property [ public $sqlstate = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { - Parameters [0] { } - Tentative return [ void ] } Method [ final public method getMessage ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getCode ] { - Parameters [0] { } } Method [ final public method getFile ] { - Parameters [0] { } - Return [ string ] } Method [ final public method getLine ] { - Parameters [0] { } - Return [ int ] } Method [ final public method getTrace ] { - Parameters [0] { } - Return [ array ] } Method [ final public method getPrevious ] { - Parameters [0] { } - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { - Parameters [0] { } - Return [ string ] } Method [ public method __toString ] { - Parameters [0] { } - Return [ string ] } } } Class [ class pq\Connection ] { - Constants [25] { Constant [ public int OK ] { 0 } Constant [ public int BAD ] { 1 } Constant [ public int STARTED ] { 2 } Constant [ public int MADE ] { 3 } Constant [ public int AWAITING_RESPONSE ] { 4 } Constant [ public int AUTH_OK ] { 5 } Constant [ public int SSL_STARTUP ] { 7 } Constant [ public int SETENV ] { 6 } Constant [ public int CHECK_WRITABLE ] { 9 } Constant [ public int CONSUME ] { 10 } Constant [ public int GSS_STARTUP ] { 11 } Constant [ public int TRANS_IDLE ] { 0 } Constant [ public int TRANS_ACTIVE ] { 1 } Constant [ public int TRANS_INTRANS ] { 2 } Constant [ public int TRANS_INERROR ] { 3 } Constant [ public int TRANS_UNKNOWN ] { 4 } Constant [ public int POLLING_FAILED ] { 0 } Constant [ public int POLLING_READING ] { 1 } Constant [ public int POLLING_WRITING ] { 2 } Constant [ public int POLLING_OK ] { 3 } Constant [ public string EVENT_NOTICE ] { notice } Constant [ public string EVENT_RESULT ] { result } Constant [ public string EVENT_RESET ] { reset } Constant [ public int ASYNC ] { 1 } Constant [ public int PERSISTENT ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [26] { Property [ public $status = 1 ] Property [ public $transactionStatus = 4 ] Property [ public $socket = NULL ] Property [ public $errorMessage = NULL ] Property [ public $busy = false ] Property [ public $encoding = NULL ] Property [ public $unbuffered = false ] Property [ public $nonblocking = false ] Property [ public $db = NULL ] Property [ public $user = NULL ] Property [ public $pass = NULL ] Property [ public $host = NULL ] Property [ public $port = NULL ] Property [ public $params = NULL ] Property [ public $options = NULL ] Property [ public $eventHandlers = NULL ] Property [ public $listeners = NULL ] Property [ public $converters = NULL ] Property [ public $defaultFetchType = 0 ] Property [ public $defaultTransactionIsolation = 0 ] Property [ public $defaultTransactionReadonly = false ] Property [ public $defaultTransactionDeferrable = false ] Property [ public $defaultAutoConvert = 65535 ] Property [ public readonly $libraryVersion = NULL ] Property [ public readonly $protocolVersion = NULL ] Property [ public readonly $serverVersion = NULL ] } - 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 $types = ] } } Method [ public method execParamsAsync ] { - Parameters [4] { Parameter #0 [ $query ] Parameter #1 [ array $params ] Parameter #2 [ ?array $types = ] Parameter #3 [ $callable = ] } } Method [ public method prepare ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $query ] Parameter #2 [ ?array $types = ] } } Method [ public method prepareAsync ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $query ] Parameter #2 [ ?array $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 = NULL ] } - Methods [2] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ pq\Connection $connection ] } } Method [ public method cancel ] { - Parameters [0] { } } } } Class [ class pq\Types ] { - Constants [161] { Constant [ public int BOOL ] { 16 } Constant [ public int BYTEA ] { 17 } Constant [ public int CHAR ] { 18 } Constant [ public int NAME ] { 19 } Constant [ public int INT8 ] { 20 } Constant [ public int INT2 ] { 21 } Constant [ public int INT2VECTOR ] { 22 } Constant [ public int INT4 ] { 23 } Constant [ public int REGPROC ] { 24 } Constant [ public int TEXT ] { 25 } Constant [ public int OID ] { 26 } Constant [ public int TID ] { 27 } Constant [ public int XID ] { 28 } Constant [ public int CID ] { 29 } Constant [ public int OIDVECTOR ] { 30 } Constant [ public int PG_DDL_COMMAND ] { 32 } Constant [ public int PG_TYPE ] { 71 } Constant [ public int PG_ATTRIBUTE ] { 75 } Constant [ public int PG_PROC ] { 81 } Constant [ public int PG_CLASS ] { 83 } Constant [ public int JSON ] { 114 } Constant [ public int XML ] { 142 } Constant [ public int XMLARRAY ] { 143 } Constant [ public int PG_NODE_TREE ] { 194 } Constant [ public int JSONARRAY ] { 199 } Constant [ public int SMGR ] { 210 } Constant [ public int INDEX_AM_HANDLER ] { 325 } Constant [ public int POINT ] { 600 } Constant [ public int LSEG ] { 601 } Constant [ public int PATH ] { 602 } Constant [ public int BOX ] { 603 } Constant [ public int POLYGON ] { 604 } Constant [ public int LINE ] { 628 } Constant [ public int LINEARRAY ] { 629 } Constant [ public int CIDR ] { 650 } Constant [ public int CIDRARRAY ] { 651 } Constant [ public int FLOAT4 ] { 700 } Constant [ public int FLOAT8 ] { 701 } Constant [ public int UNKNOWN ] { 705 } Constant [ public int CIRCLE ] { 718 } Constant [ public int CIRCLEARRAY ] { 719 } Constant [ public int MACADDR8 ] { 774 } Constant [ public int MACADDR8ARRAY ] { 775 } Constant [ public int MONEY ] { 790 } Constant [ public int MONEYARRAY ] { 791 } Constant [ public int MACADDR ] { 829 } Constant [ public int INET ] { 869 } Constant [ public int BOOLARRAY ] { 1000 } Constant [ public int BYTEAARRAY ] { 1001 } Constant [ public int CHARARRAY ] { 1002 } Constant [ public int NAMEARRAY ] { 1003 } Constant [ public int INT2ARRAY ] { 1005 } Constant [ public int INT2VECTORARRAY ] { 1006 } Constant [ public int INT4ARRAY ] { 1007 } Constant [ public int REGPROCARRAY ] { 1008 } Constant [ public int TEXTARRAY ] { 1009 } Constant [ public int TIDARRAY ] { 1010 } Constant [ public int XIDARRAY ] { 1011 } Constant [ public int CIDARRAY ] { 1012 } Constant [ public int OIDVECTORARRAY ] { 1013 } Constant [ public int BPCHARARRAY ] { 1014 } Constant [ public int VARCHARARRAY ] { 1015 } Constant [ public int INT8ARRAY ] { 1016 } Constant [ public int POINTARRAY ] { 1017 } Constant [ public int LSEGARRAY ] { 1018 } Constant [ public int PATHARRAY ] { 1019 } Constant [ public int BOXARRAY ] { 1020 } Constant [ public int FLOAT4ARRAY ] { 1021 } Constant [ public int FLOAT8ARRAY ] { 1022 } Constant [ public int POLYGONARRAY ] { 1027 } Constant [ public int OIDARRAY ] { 1028 } Constant [ public int ACLITEM ] { 1033 } Constant [ public int ACLITEMARRAY ] { 1034 } Constant [ public int MACADDRARRAY ] { 1040 } Constant [ public int INETARRAY ] { 1041 } Constant [ public int BPCHAR ] { 1042 } Constant [ public int VARCHAR ] { 1043 } Constant [ public int DATE ] { 1082 } Constant [ public int TIME ] { 1083 } Constant [ public int TIMESTAMP ] { 1114 } Constant [ public int TIMESTAMPARRAY ] { 1115 } Constant [ public int DATEARRAY ] { 1182 } Constant [ public int TIMEARRAY ] { 1183 } Constant [ public int TIMESTAMPTZ ] { 1184 } Constant [ public int TIMESTAMPTZARRAY ] { 1185 } Constant [ public int INTERVAL ] { 1186 } Constant [ public int INTERVALARRAY ] { 1187 } Constant [ public int NUMERICARRAY ] { 1231 } Constant [ public int CSTRINGARRAY ] { 1263 } Constant [ public int TIMETZ ] { 1266 } Constant [ public int TIMETZARRAY ] { 1270 } Constant [ public int BIT ] { 1560 } Constant [ public int BITARRAY ] { 1561 } Constant [ public int VARBIT ] { 1562 } Constant [ public int VARBITARRAY ] { 1563 } Constant [ public int NUMERIC ] { 1700 } Constant [ public int REFCURSOR ] { 1790 } Constant [ public int REFCURSORARRAY ] { 2201 } Constant [ public int REGPROCEDURE ] { 2202 } Constant [ public int REGOPER ] { 2203 } Constant [ public int REGOPERATOR ] { 2204 } Constant [ public int REGCLASS ] { 2205 } Constant [ public int REGTYPE ] { 2206 } Constant [ public int REGPROCEDUREARRAY ] { 2207 } Constant [ public int REGOPERARRAY ] { 2208 } Constant [ public int REGOPERATORARRAY ] { 2209 } Constant [ public int REGCLASSARRAY ] { 2210 } Constant [ public int REGTYPEARRAY ] { 2211 } Constant [ public int RECORD ] { 2249 } Constant [ public int CSTRING ] { 2275 } Constant [ public int ANY ] { 2276 } Constant [ public int ANYARRAY ] { 2277 } Constant [ public int VOID ] { 2278 } Constant [ public int TRIGGER ] { 2279 } Constant [ public int LANGUAGE_HANDLER ] { 2280 } Constant [ public int INTERNAL ] { 2281 } Constant [ public int OPAQUE ] { 2282 } Constant [ public int ANYELEMENT ] { 2283 } Constant [ public int _RECORD ] { 2287 } Constant [ public int ANYNONARRAY ] { 2776 } Constant [ public int TXID_SNAPSHOTARRAY ] { 2949 } Constant [ public int UUID ] { 2950 } Constant [ public int UUIDARRAY ] { 2951 } Constant [ public int TXID_SNAPSHOT ] { 2970 } Constant [ public int FDW_HANDLER ] { 3115 } Constant [ public int PG_LSN ] { 3220 } Constant [ public int PG_LSNARRAY ] { 3221 } Constant [ public int TSM_HANDLER ] { 3310 } Constant [ public int PG_NDISTINCT ] { 3361 } Constant [ public int PG_DEPENDENCIES ] { 3402 } Constant [ public int ANYENUM ] { 3500 } Constant [ public int TSVECTOR ] { 3614 } Constant [ public int TSQUERY ] { 3615 } Constant [ public int GTSVECTOR ] { 3642 } Constant [ public int TSVECTORARRAY ] { 3643 } Constant [ public int GTSVECTORARRAY ] { 3644 } Constant [ public int TSQUERYARRAY ] { 3645 } Constant [ public int REGCONFIG ] { 3734 } Constant [ public int REGCONFIGARRAY ] { 3735 } Constant [ public int REGDICTIONARY ] { 3769 } Constant [ public int REGDICTIONARYARRAY ] { 3770 } Constant [ public int JSONB ] { 3802 } Constant [ public int JSONBARRAY ] { 3807 } Constant [ public int ANYRANGE ] { 3831 } Constant [ public int EVENT_TRIGGER ] { 3838 } Constant [ public int INT4RANGE ] { 3904 } Constant [ public int INT4RANGEARRAY ] { 3905 } Constant [ public int NUMRANGE ] { 3906 } Constant [ public int NUMRANGEARRAY ] { 3907 } Constant [ public int TSRANGE ] { 3908 } Constant [ public int TSRANGEARRAY ] { 3909 } Constant [ public int TSTZRANGE ] { 3910 } Constant [ public int TSTZRANGEARRAY ] { 3911 } Constant [ public int DATERANGE ] { 3912 } Constant [ public int DATERANGEARRAY ] { 3913 } Constant [ public int INT8RANGE ] { 3926 } Constant [ public int INT8RANGEARRAY ] { 3927 } Constant [ public int REGNAMESPACE ] { 4089 } Constant [ public int REGNAMESPACEARRAY ] { 4090 } Constant [ public int REGROLE ] { 4096 } Constant [ public int REGROLEARRAY ] { 4097 } } - Static properties [0] { } - Static methods [0] { } - Properties [1] { Property [ public $connection = NULL ] } - Methods [2] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ ?array $namespaces = ] } } Method [ public method refresh ] { - Parameters [1] { Parameter #0 [ ?array $namespaces = ] } } } } Class [ class pq\Result implements IteratorAggregate, Traversable, Countable ] { - Constants [22] { Constant [ public int EMPTY_QUERY ] { 0 } Constant [ public int COMMAND_OK ] { 1 } Constant [ public int TUPLES_OK ] { 2 } Constant [ public int COPY_OUT ] { 3 } Constant [ public int COPY_IN ] { 4 } Constant [ public int BAD_RESPONSE ] { 5 } Constant [ public int NONFATAL_ERROR ] { 6 } Constant [ public int FATAL_ERROR ] { 7 } Constant [ public int COPY_BOTH ] { 8 } Constant [ public int SINGLE_TUPLE ] { 9 } Constant [ public int FETCH_ARRAY ] { 0 } Constant [ public int FETCH_ASSOC ] { 1 } Constant [ public int FETCH_OBJECT ] { 2 } Constant [ public int CONV_BOOL ] { 1 } Constant [ public int CONV_INT ] { 2 } Constant [ public int CONV_FLOAT ] { 4 } Constant [ public int CONV_SCALAR ] { 15 } Constant [ public int CONV_ARRAY ] { 16 } Constant [ public int CONV_DATETIME ] { 32 } Constant [ public int CONV_JSON ] { 256 } Constant [ public int CONV_BYTEA ] { 8 } Constant [ public int CONV_ALL ] { 65535 } } - Static properties [0] { } - Static methods [0] { } - Properties [9] { Property [ public $status = NULL ] Property [ public $statusMessage = NULL ] Property [ public $errorMessage = NULL ] Property [ public $diag = NULL ] Property [ public $numRows = 0 ] Property [ public $numCols = 0 ] Property [ public $affectedRows = 0 ] Property [ public $fetchType = 0 ] Property [ public $autoConvert = 65535 ] } - Methods [10] { 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] { } - Tentative return [ int ] } Method [ public method map ] { - Parameters [3] { Parameter #0 [ $keys = ] Parameter #1 [ $vals = ] Parameter #2 [ $fetch_type = ] } } Method [ public method desc ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } - Tentative return [ Traversable ] } } } Class [ class pq\Statement ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $name = NULL ] Property [ public $connection = NULL ] Property [ public $query = NULL ] Property [ public $types = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ pq\Connection $connection ] Parameter #1 [ $name ] Parameter #2 [ $query ] Parameter #3 [ ?array $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 $params = ] } } Method [ public method execAsync ] { - Parameters [2] { Parameter #0 [ ?array $params = ] Parameter #1 [ $callable = ] } } Method [ public method prepare ] { - Parameters [0] { } } Method [ public method prepareAsync ] { - Parameters [0] { } } } } Class [ class pq\Transaction ] { - Constants [3] { Constant [ public int READ_COMMITTED ] { 0 } Constant [ public int REPEATABLE_READ ] { 1 } Constant [ public int SERIALIZABLE ] { 2 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $connection = NULL ] Property [ public $isolation = NULL ] Property [ public $readonly = false ] Property [ public $deferrable = false ] } - 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 int BINARY ] { 1 } Constant [ public int INSENSITIVE ] { 2 } Constant [ public int WITH_HOLD ] { 4 } Constant [ public int SCROLL ] { 16 } Constant [ public int NO_SCROLL ] { 32 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $name = NULL ] Property [ public $connection = NULL ] Property [ public $query = NULL ] Property [ public $flags = NULL ] } - 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 int FROM_STDIN ] { 0 } Constant [ public int TO_STDOUT ] { 1 } } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ public $connection = NULL ] Property [ public $expression = NULL ] Property [ public $direction = NULL ] Property [ public $options = NULL ] } - 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 int INVALID_OID ] { 0 } Constant [ public int R ] { 262144 } Constant [ public int W ] { 131072 } Constant [ public int RW ] { 393216 } } - Static properties [0] { } - Static methods [0] { } - Properties [3] { Property [ public $transaction = NULL ] Property [ public $oid = 0 ] Property [ public $stream = NULL ] } - 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 = ] } } } } } }