UNPKG

database-builder

Version:

Library to assist in creating and maintaining SQL commands.

9 lines (8 loc) 149 B
export declare enum ExpressionOrValueEnum { Expression = 0, Value = 1, Ref = 2, Plan = 3, Projection = 4, Null = 5 }