@onzag/itemize / Modules / base/Root/Module/ItemDefinition/PropertyDefinition/sql/string
This file contains the sql server side functions for the string type
- stringElastic
- stringElasticSearch
- stringElasticStrSearch
- stringSQL
- stringSQLElasticIn
- stringSQLSearch
- stringSQLStrSearch
▸ stringElastic(arg): Object
| Name | Type |
|---|---|
arg |
ISQLArgInfo |
Object
| Name | Type |
|---|---|
properties |
{} |
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:36
▸ stringElasticSearch(arg): Object
| Name | Type |
|---|---|
arg |
IElasticSearchInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:165
▸ stringElasticStrSearch(arg): Object
| Name | Type |
|---|---|
arg |
IElasticStrSearchInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:279
▸ stringSQL(arg): Object
| Name | Type |
|---|---|
arg |
ISQLArgInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:12
▸ stringSQLElasticIn(arg): Object
| Name | Type |
|---|---|
arg |
ISQLOutInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:63
▸ stringSQLSearch(arg): boolean
The string sql search functionality
| Name | Type | Description |
|---|---|---|
arg |
ISQLSearchInfo |
the sql search arg info |
boolean
a boolean on whether it was searched by it
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:83
▸ stringSQLStrSearch(arg): boolean
The string FTS search functionality from the search field
| Name | Type | Description |
|---|---|---|
arg |
ISQLStrSearchInfo |
the sql str search argument |
boolean
a boolean on whether it was searched by it
base/Root/Module/ItemDefinition/PropertyDefinition/sql/string.ts:255