prorm API Reference
← Documentation
GitLab
Preparing search index...
query-builders
WhereClauseResult
Interface WhereClauseResult
Result of building a WHERE clause: the SQL fragment (with
?
placeholders) and its bound values
interface
WhereClauseResult
{
sql
:
string
;
values
:
unknown
[]
;
}
Index
Properties
sql
values
Properties
sql
sql
:
string
values
values
:
unknown
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
sql
values
← Documentation
GitLab
prorm API Reference
Loading...
Result of building a WHERE clause: the SQL fragment (with
?placeholders) and its bound values