ExAzureStorage
v0.1.0
Pages
Modules
AzureStorage.Table.QueryBuilder
(ExAzureStorage v0.1.0)
View Source
Link to this section
Summary
Functions
compile(query)
is_date?(date)
or_where(query, criteria)
or_where(query, field, comparition, value)
top(query, count)
where(query, criteria)
where(query, field, comparition, value)
Link to this section
Functions
Link to this function
compile(query)
View Source
Link to this function
is_date?(date)
View Source
Link to this function
or_where(query, criteria)
View Source
Link to this function
or_where(query, field, comparition, value)
View Source
Link to this function
top(query, count)
View Source
Specs
top(
AzureStorage.Table.Query.t
(),
integer
()) ::
AzureStorage.Table.Query.t
()
Link to this function
where(query, criteria)
View Source
Link to this function
where(query, field, comparition, value)
View Source