Hierarchy
ConditionExpressionBuilder
Methods
Static Private buildBetweenConditionExpression
buildBetweenConditionExpression( attributePath: string , namePlaceholder: string , valuePlaceholder: string , attributeNames: object , values: string [] , existingValueNames: string [] | undefined , propertyMetadata: PropertyMetadata < any > | undefined ) : Expression
Parameters
attributePath: string
namePlaceholder: string
valuePlaceholder: string
attributeNames: object
values: string []
existingValueNames: string [] | undefined
propertyMetadata: PropertyMetadata < any > | undefined
Static Private buildDefaultConditionExpression
buildDefaultConditionExpression( attributePath: string , namePlaceholder: string , valuePlaceholder: string , attributeNames: object , values: any [] , existingValueNames: string [] | undefined , propertyMetadata: PropertyMetadata < any > | undefined , operator: ConditionOperator ) : Expression
Parameters
attributePath: string
namePlaceholder: string
valuePlaceholder: string
attributeNames: object
values: any []
existingValueNames: string [] | undefined
propertyMetadata: PropertyMetadata < any > | undefined
Static buildFilterExpression
buildFilterExpression( attributePath: string , operator: ConditionOperator , values: any [] , existingValueNames: string [] | undefined , metadata: Metadata < any > | undefined ) : Expression
Parameters
attributePath: string
values: any []
existingValueNames: string [] | undefined
metadata: Metadata < any > | undefined
Static Private buildInConditionExpression
buildInConditionExpression( attributePath: string , namePlaceholder: string , valuePlaceholder: string , attributeNames: object , values: any [] , existingValueNames: string [] | undefined , propertyMetadata: PropertyMetadata < any > | undefined ) : Expression
Parameters
attributePath: string
namePlaceholder: string
valuePlaceholder: string
attributeNames: object
values: any []
existingValueNames: string [] | undefined
propertyMetadata: PropertyMetadata < any > | undefined
Static deepFilter
deepFilter( obj: any , filterFn: function ) : any | null
Parameters
obj: any
filterFn: function
Parameters
Returns boolean
Returns any
|
null
Static Private validateValueForContains
validateValueForContains( value: any , propertyMetadata?: PropertyMetadata < any > ) : object
Parameters
Returns object
Static Private validateValues
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
see http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.ConditionExpressions.html