Searched defs:SqlFunction (Results 1 – 2 of 2) sorted by relevance
52 struct SqlFunction { struct55 using Context = void;64 static constexpr bool kVoidReturn = false;69 struct Destructors {
75 export interface SqlFunction { interface