SQLQueryHelperjs - v1.2.6
Preparing search index...
index
IndexDefinition
Interface IndexDefinition
interface
IndexDefinition
{
name
?:
string
;
columns
:
string
[]
;
expressions
?:
string
[]
;
where
?:
string
;
unique
?:
boolean
;
}
Index
Properties
name?
columns
expressions?
where?
unique?
Properties
Optional
name
name
?:
string
columns
columns
:
string
[]
Optional
expressions
expressions
?:
string
[]
Optional
where
where
?:
string
Optional
unique
unique
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
columns
expressions
where
unique
SQLQueryHelperjs - v1.2.6
Loading...