deno.land / x / pg_mem@2.8.1 / constraints / index-cst.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { _IConstraint, _IIndex, _ITable, _Transaction } from '../interfaces-private.ts';
export class IndexConstraint implements _IConstraint {
constructor(readonly name: string, readonly index: _IIndex, private table: _ITable) { }
uninstall(t: _Transaction): void { this.table.dropIndex(t, this.name); }}
pg_mem

Version Info

Tagged at
4 months ago