new SubstGroup(tableName)
Groups a set of OneSubst
Parameters:
Name |
Type |
Description |
tableName |
string
|
|
- Source:
Members
data
Properties:
Name |
Type |
Description |
data |
Array.<ObjectRow>
|
|
- Source:
query
Properties:
Name |
Type |
Description |
query |
Array.<jsDataQuery>
|
|
- Source:
queryCols
Properties:
Name |
Type |
Description |
queryCols |
Set.<string>
|
|
- Source:
querySet
Properties:
Name |
Type |
Description |
querySet |
Set.<string>
|
|
- Source:
tableName
Properties:
Name |
Type |
Description |
tableName |
string
|
|
- Source:
Methods
mergeQuery(subst, maxQueryLength) → {boolean}
adds a new query if it is on same table and it is not already present
Parameters:
Name |
Type |
Description |
subst |
OneSubst
|
|
maxQueryLength |
int
|
|
- Source:
Returns:
true if could merge
-
Type
-
boolean