Produced by Siminov Software Solution LLP

Package siminov.orm.database.impl


Interface Summary
IAverage Exposes API's to get average value of all non-NULL X within a group.
IAverageClause Exposes API's to provide condition on where clause to calculate average.
ICount Exposes API's to get count of the number of times that X is not NULL in a group.
ICountClause Exposes API's to provide condition on where clause to calculate count.
IDelete Exposes API's to delete tuples from table.
IDeleteClause Exposes API's to provide condition on where clause to delete tuple from table.
IGroupConcat Exposes API's to get group concat that returns a string which is the concatenation of all non-NULL values of X.
IGroupConcatClause Exposes API's to provide condition on where clause to calculate group concat.
IMax Exposes API's to returns the maximum value of all values in the group.
IMaxClause Exposes API's to provide condition on where clause to calculate maximum.
IMin Exposes API's to returns the minimum non-NULL value of all values in the group.
IMinClause Exposes API's to provide condition on where clause to calculate minimum.
ISelect Exposes API's to get tuples from table based on information provided.
ISelectClause Exposes API's to provide condition on where clause to get tuples from table..
ISum Exposes API's to return sum of all non-NULL values in the group.
ISumClause Exposes API's to provide condition on where clause to calculate sum.
ITotal Exposes API's to return total of all non-NULL values in the group.
ITotalClause Exposes API's to provide condition on where clause to calculate total.
 


Apache License 2.0

Copyright 2013