#include <sbSQLBuilderBase.h>
|
NS_DECL_ISUPPORTS
NS_DECL_SBISQLBUILDER | sbSQLBuilderBase () |
| |
| virtual | ~sbSQLBuilderBase () |
| |
| void | addJoin (in unsigned long aJoinType, in AString aJoinedTableName, in AString aJoinedTableAlias, in AString aJoinedColumnName, in AString aJoinToTableName, in AString aJoinToColumnName) |
| | Add a join to the query. More...
|
| |
| void | addJoinWithIndexHint (in unsigned long aJoinType, in AString aJoinedTableName, in AString aJoinedTableAlias, in AString aJoinedColumnName, in AString aJoinToTableName, in AString aJoinToColumnName, in boolean aRequiresFromTableIndexHint, in boolean aRequiresToTableIndexHint) |
| | Add a join to the query. More...
|
| |
| void | addSubqueryJoin (in unsigned long aJoinType, in sbISQLSelectBuilder aJoinedSubquery, in AString aJoinedTableAlias, in AString aJoinedColumnName, in AString aJoinToTableName, in AString aJoinToColumnName) |
| | Add a subquery join join to the query. More...
|
| |
| void | addJoinWithCriterion (in unsigned long aJoinType, in AString aJoinedTableName, in AString aJoinedTableAlias, in sbISQLBuilderCriterion aCriterion) |
| | Add a join to the query with a critera object specifcying the join constraints. More...
|
| |
| void | addSubquery (in sbISQLSelectBuilder aSubquery, in AString aAlias) |
| | Add a subquery to the from clause. More...
|
| |
| void | reset () |
| | Clears out query configuration to this instance can be reused. More...
|
| |
| AString | toString () |
| | Return the generated SQL statement for the query. More...
|
| |
Definition at line 54 of file sbSQLBuilderBase.h.
| sbSQLBuilderBase::sbSQLBuilderBase |
( |
| ) |
|
| sbSQLBuilderBase::~sbSQLBuilderBase |
( |
| ) |
|
|
virtual |
| PRInt32 sbSQLBuilderBase::mLimit |
|
protected |
| PRBool sbSQLBuilderBase::mLimitIsParameter |
|
protected |
| PRInt32 sbSQLBuilderBase::mOffset |
|
protected |
| PRBool sbSQLBuilderBase::mOffsetIsParameter |
|
protected |
The documentation for this class was generated from the following files: