@onzag/itemize / Modules / base/Root/Module/ItemDefinition/PropertyDefinition/sql/text
Provides the sql functions for use with the text type
- textElastic
- textElasticIn
- textElasticSearch
- textElasticStrSearch
- textSQL
- textSQLBtreeIndexable
- textSQLIn
- textSQLOrderBy
- textSQLOut
- textSQLSearch
- textSQLSelect
- textSQLStrSearch
- textSqlRedoDictionaryIndex
▸ textElastic(arg): Object
| Name | Type |
|---|---|
arg |
ISQLArgInfo |
Object
| Name | Type |
|---|---|
properties |
{} |
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:49
▸ textElasticIn(arg): Object
| Name | Type |
|---|---|
arg |
ISQLOutInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:347
▸ textElasticSearch(arg): Object
Provides the text sql search functionality
| Name | Type | Description |
|---|---|---|
arg |
IElasticSearchInfo |
the sql search arg info |
Object
a boolean on whether it was searched by it, and a complementary column order by in case it needs it
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:295
▸ textElasticStrSearch(arg): Object
Provides the text FTS str sql search functionality
| Name | Type |
|---|---|
arg |
IElasticStrSearchInfo |
Object
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:398
▸ textSQL(arg): Object
Provides the sql form for the text type
| Name | Type | Description |
|---|---|---|
arg |
ISQLArgInfo |
the sql arg info |
Object
a partial row definition
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:17
▸ textSQLBtreeIndexable(): string[]
Provides the btree indexable function for text type
string[]
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:455
▸ textSQLIn(arg): Object
Provides the sql in functionality for the text type
| Name | Type | Description |
|---|---|---|
arg |
ISQLInInfo |
the sql in arg info |
Object
a partial row value
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:131
▸ textSQLOrderBy(arg): [string, string, string]
Provides the order by rule form
| Name | Type | Description |
|---|---|---|
arg |
ISQLOrderByInfo |
the sql order by arg info |
[string, string, string]
the order by rule string array (or null) if not possible to order
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:441
▸ textSQLOut(arg): IPropertyDefinitionSupportedTextType
| Name | Type |
|---|---|
arg |
ISQLOutInfo |
IPropertyDefinitionSupportedTextType
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:98
▸ textSQLSearch(arg): boolean | [string, any[]]
Provides the text sql search functionality
| Name | Type | Description |
|---|---|---|
arg |
ISQLSearchInfo |
the sql search arg info |
boolean | [string, any[]]
a boolean on whether it was searched by it, and a complementary column order by in case it needs it
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:251
▸ textSQLSelect(arg): string[]
| Name | Type |
|---|---|
arg |
IArgInfo |
string[]
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:42
▸ textSQLStrSearch(arg): boolean | [string, any[]]
Provides the text FTS str sql search functionality
| Name | Type | Description |
|---|---|---|
arg |
ISQLStrSearchInfo |
the sql str search arg info |
boolean | [string, any[]]
a boolean on whether it was searched by it, and a complementary column order by in case it needs it
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:370
▸ textSqlRedoDictionaryIndex(arg): Object
Provides the sql in functionality for redoing sql based indexes
| Name | Type | Description |
|---|---|---|
arg |
ISQLRedoDictionaryBasedIndex |
the sql in arg info |
Object
a partial row value
base/Root/Module/ItemDefinition/PropertyDefinition/sql/text.ts:232