QBTableClause
Last updated
Last updated
Type | Name | Summary |
---|---|---|
Type | Name | Summary |
---|---|---|
Get all the columns of the datasource that can be used for this query (select or where clause)
Type QBColumns
Sample
Get the joins clause of this table based clause. Joins added to this clause will be based on this table clauses table.
Type QBJoins
Sample
Get query builder parent table clause, this may be a query or a join clause.
Type QBTableClause
Sample
Get query builder parent.
Type QBSelect
Sample
Get a column from the table.
Parameters
String name the name of column to get
Returns: QBColumn
Sample
Get a column from the table with given alias. The alias may be of the main table or any level deep joined table.
Parameters
Returns: QBColumn
Sample
Returns the datasource for this.
Returns: String the dataSource
Returns the table alias for this.
Returns: String the tableAlias
Get all the columns of the datasource that can be used for this query (select or where clause)
Get the joins clause of this table based clause.
Get query builder parent table clause, this may be a query or a join clause.
Get query builder parent.
Get a column from the table.
Get a column from the table with given alias.
Returns the datasource for this.
Returns the table alias for this.