PHP 8.2.30
Preview: serializer.d.ts Size: 1.24 KB
/home/byroehnu/.trash/node_modules11/pg-protocol/dist/serializer.d.ts

declare type ParseOpts = {
    name?: string;
    types?: number[];
    text: string;
};
declare type ValueMapper = (param: any, index: number) => any;
declare type BindOpts = {
    portal?: string;
    binary?: boolean;
    statement?: string;
    values?: any[];
    valueMapper?: ValueMapper;
};
declare type ExecOpts = {
    portal?: string;
    rows?: number;
};
declare type PortalOpts = {
    type: 'S' | 'P';
    name?: string;
};
declare const serialize: {
    startup: (opts: Record<string, string>) => Buffer;
    password: (password: string) => Buffer;
    requestSsl: () => Buffer;
    sendSASLInitialResponseMessage: (mechanism: string, initialResponse: string) => Buffer;
    sendSCRAMClientFinalMessage: (additionalData: string) => Buffer;
    query: (text: string) => Buffer;
    parse: (query: ParseOpts) => Buffer;
    bind: (config?: BindOpts) => Buffer;
    execute: (config?: ExecOpts) => Buffer;
    describe: (msg: PortalOpts) => Buffer;
    close: (msg: PortalOpts) => Buffer;
    flush: () => Buffer;
    sync: () => Buffer;
    end: () => Buffer;
    copyData: (chunk: Buffer) => Buffer;
    copyDone: () => Buffer;
    copyFail: (message: string) => Buffer;
    cancel: (processID: number, secretKey: number) => Buffer;
};
export { serialize };

Directory Contents

Dirs: 0 × Files: 27

Name Size Perms Modified Actions
11 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
636 B lrw-r--r-- 2026-02-03 15:06:12
Edit Download
792 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
396 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
1.60 KB lrw-r--r-- 2026-02-03 15:06:14
Edit Download
1.71 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
441 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
2.71 KB lrw-r--r-- 2026-02-03 15:06:14
Edit Download
3.01 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
11 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
19.06 KB lrw-r--r-- 2026-02-03 15:06:14
Edit Download
14.59 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
302 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
791 B lrw-r--r-- 2026-02-03 15:06:14
Edit Download
522 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
5.96 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
4.86 KB lrw-r--r-- 2026-02-03 15:06:16
Edit Download
3.30 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
11 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
10.81 KB lrw-r--r-- 2026-02-03 15:06:16
Edit Download
10.04 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
669 B lrw-r--r-- 2026-02-03 15:06:18
Edit Download
13.13 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
10.23 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
1.24 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
6.77 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download
6.96 KB lrw-r--r-- 2026-02-03 15:06:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).