[tgcSqlBuilder] element index

All elements
a d e g i r s t u
a
top
Method addGroupBy
Add a GROUP BY statement.
Method addHaving
Add a WHERE statement.
Method addInsert
Add a value to insert.
Method addOrderBy
Add an ORDER BY setting.
Method addOrderBy
Add an ORDER BY setting.
Method addRawHaving
Add a raw HAVING statement.
Method addRawInsert
Add a raw INSERT statement
Method addRawSelect
Add a SELECT statement.
Method addRawUpdate
Add a raw UPDATE statement
Method addRawWhere
Add a raw WHERE statement.
Method addRawWhere
Add a raw WHERE statement.
Method addRawWhere
Add a raw WHERE statement.
Method addSelect
Add a SELECT statement.
Method addTable
Add the statements table.
Method addTable
Add the statements table.
Method addTable
Add the statements table.
Method addTable
tgcSqlBuilder::addTable() in tgcSqlBuilder.php
Add the statements table.
Method addUpdate
Add a value to update.
Method addWhere
Add a WHERE statement.
Method addWhere
Add a WHERE statement.
Method addWhere
Add a WHERE statement.
d
top
Method disableDistinct
Enable the distinct setting.
Page Delete.php
Delete.php in Delete.php
e
top
Method enableDistinct
Enable the distinct setting.
Method escape
tgcSqlBuilder::escape() in tgcSqlBuilder.php
Escapes a variable appropriate for the used database-system.
g
top
Method generateQuery
Generate the sql-statement.
Method generateQuery
tgcSqlBuilder::generateQuery() in tgcSqlBuilder.php
Generate the sql-statement.
Method generateQuery
Generate the sql-statement.
Method generateQuery
Generate the sql-statement.
Method generateQuery
Generate the sql-statement.
i
top
Page Insert.php
Insert.php in Insert.php
r
top
Method removeGroupBy
Remove a GROUP BY statement.
Method removeHaving
Remove a WHERE statement.
Method removeInsert
Remove one or all insert columns.
Method removeOrderBy
Remove an ORDER BY setting.
Method removeOrderBy
Remove an ORDER BY setting.
Method removeRawHaving
Remove the raw WHERE statements, that have been stored so far.
Method removeRawInsert
Remove one or all insert columns.
Method removeRawSelect
Remove a raw SELECT statement.
Method removeRawUpdate
Remove one or all UPDATE columns.
Method removeRawWhere
Remove the raw WHERE statements, that have been stored so far.
Method removeRawWhere
Remove the raw WHERE statements, that have been stored so far.
Method removeRawWhere
Remove the raw WHERE statements, that have been stored so far.
Method removeSelect
Remove a SELECT statement.
Method removeTable
Remove the tablename.
Method removeTable
Remove the tablename.
Method removeTable
Remove the tablename.
Method removeTable
tgcSqlBuilder::removeTable() in tgcSqlBuilder.php
Remove one or all tablename(s).
Method removeUpdate
Remove one or all update columns.
Method removeWhere
Remove a WHERE statement.
Method removeWhere
Remove a WHERE statement.
Method removeWhere
Remove a WHERE statement.
Method reset
Reset the object's whole information.
Method reset
Reset the object's whole information.
Method reset
Reset the object's whole information.
Method reset
Reset the object's whole information.
Method reset
tgcSqlBuilder::reset() in tgcSqlBuilder.php
Reset the object's whole information.
s
top
Method setLimit
Set a LIMIT for the query.
Method setLimit
Set the LIMIT for the sql-statement.
Method setLimit
Set the LIMIT for the sql-statement.
Constant SQLBUILDER_COMP_BETWEEN
SQLBUILDER_COMP_BETWEEN in tgcSqlBuilder.php
BETWEEN
Constant SQLBUILDER_COMP_CONTAINS
SQLBUILDER_COMP_CONTAINS in tgcSqlBuilder.php
contains
Constant SQLBUILDER_COMP_ENDSWITH
SQLBUILDER_COMP_ENDSWITH in tgcSqlBuilder.php
ends with
Constant SQLBUILDER_COMP_EQUAL
SQLBUILDER_COMP_EQUAL in tgcSqlBuilder.php
equal
Constant SQLBUILDER_COMP_GREATER_EQUAL
SQLBUILDER_COMP_GREATER_EQUAL in tgcSqlBuilder.php
greater equal
Constant SQLBUILDER_COMP_GREATER_THAN
SQLBUILDER_COMP_GREATER_THAN in tgcSqlBuilder.php
greater than
Constant SQLBUILDER_COMP_LESSER_EQUAL
SQLBUILDER_COMP_LESSER_EQUAL in tgcSqlBuilder.php
lesser equal
Constant SQLBUILDER_COMP_LESSER_THAN
SQLBUILDER_COMP_LESSER_THAN in tgcSqlBuilder.php
lesser than
Constant SQLBUILDER_COMP_NOT_EQUAL
SQLBUILDER_COMP_NOT_EQUAL in tgcSqlBuilder.php
equal
Constant SQLBUILDER_COMP_STARTSWITH
SQLBUILDER_COMP_STARTSWITH in tgcSqlBuilder.php
starts with
Constant SQLBUILDER_ERROR_COLUMN_DOES_NOT_EXIST
operation on a column that does not exist in object data (i.
Constant SQLBUILDER_ERROR_INVALID_LOGICAL_OPERATOR
the user specified an invalid logical operator
Constant SQLBUILDER_ERROR_INVALID_ORDER_BY_DIRECTION
Invalid ORDER BY direction
Constant SQLBUILDER_ERROR_INVALID_PARAMETER
Wrong parameter for a method
Constant SQLBUILDER_ERROR_INVALID_PARAMETERCOUNT
Wrong parametercount for a method
Constant SQLBUILDER_ERROR_INVALID_PARAM_COMBO
Invalid parameter cobination
Constant SQLBUILDER_ERROR_NO_INSERT_VALUES
No insert values specified for a query
Constant SQLBUILDER_ERROR_NO_TABLE_FOUND
SQLBUILDER_ERROR_NO_TABLE_FOUND in tgcSqlBuilder.php
No table has been specified
Constant SQLBUILDER_ERROR_SELECT_REMOVE
Removing a SELECT value failed
Constant SQLBUILDER_LOGICAL_AND
SQLBUILDER_LOGICAL_AND in tgcSqlBuilder.php
logical AND
Constant SQLBUILDER_LOGICAL_OR
SQLBUILDER_LOGICAL_OR in tgcSqlBuilder.php
logical OR
Constant SQLBUILDER_ORDER_ASC
SQLBUILDER_ORDER_ASC in tgcSqlBuilder.php
sorting direction: ascending
Constant SQLBUILDER_ORDER_DESC
SQLBUILDER_ORDER_DESC in tgcSqlBuilder.php
sorting direction: descending
Page Select.php
Select.php in Select.php
t
top
Method tgcSqlBuilder
tgcSqlBuilder::tgcSqlBuilder() in tgcSqlBuilder.php
Constructor
Class tgcSqlBuilder
tgcSqlBuilder in tgcSqlBuilder.php
Class that helps you to generate sql-statements without handling string concatenation.
Method tgcSqlBuilder_Delete
Constructor
Class tgcSqlBuilder_Delete
tgcSqlBuilder_Delete in Delete.php
Subclass of tgcSqlBuilder that helps to create DELETE sql-statements.
Method tgcSqlBuilder_Insert
Constructor
Class tgcSqlBuilder_Insert
tgcSqlBuilder_Insert in Insert.php
Subclass of tgcSqlBuilder that helps to create INSERT sql-statements.
Page tgcSqlBuilder.php
tgcSqlBuilder.php in tgcSqlBuilder.php
Method tgcSqlBuilder_Select
Constructor
Class tgcSqlBuilder_Select
tgcSqlBuilder_Select in Select.php
Subclass of tgcSqlBuilder that helps to create SELECT sql-statements.
Method tgcSqlBuilder_Update
Constructor
Class tgcSqlBuilder_Update
tgcSqlBuilder_Update in Update.php
Subclass of tgcSqlBuilder that helps to create UPDATE sql-statements.
u
top
Page Update.php
Update.php in Update.php
Method unsetLimit
Remove the LIMIT for the sql-statement.
Method unsetLimit
Unset the current LIMIT information.
Method unsetLimit
Remove the LIMIT for the sql-statement.
a d e g i r s t u