DIR : /home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/pg-core/sequence.d.cts

/home/kozerus/public_html/cropex/node/node_modules/drizzle-orm/pg-core

import { entityKind } from "../entity.cjs";
export type PgSequenceOptions = {
    increment?: number | string;
    minValue?: number | string;
    maxValue?: number | string;
    startWith?: number | string;
    cache?: number | string;
    cycle?: boolean;
};
export declare class PgSequence {
    readonly seqName: string | undefined;
    readonly seqOptions: PgSequenceOptions | undefined;
    readonly schema: string | undefined;
    static readonly [entityKind]: string;
    constructor(seqName: string | undefined, seqOptions: PgSequenceOptions | undefined, schema: string | undefined);
}
export declare function pgSequence(name: string, options?: PgSequenceOptions): PgSequence;
export declare function isPgSequence(obj: unknown): obj is PgSequence;
//


koh5_pano



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer