com\setasign\SetaFramework\Database\JoinedTable
Select Class JoinedTable Select
File: /SetaFramework/src/Database/JoinedTable/Select.php
Class hierarchy
Implements
- \com\setasign\SetaFramework\Database\SqlInterface
- \com\setasign\SetaFramework\Database\TableSelectInterface
Summary
Properties
$table
protected JoinedTable Select::$table
Methods
__call()
Proxy method to the JoinedTable object.
Parameters
- $name : string
- $arguments : array
Exceptions
Throws \BadMethodCallException If the method not exists in the JoinedTable.
getSql()
public Select::getSql (
\com\setasign\SetaFramework\Database\QuoteInterface $quoteInterface
): stringReturns the complete sql for the query.
Parameters
- $quoteInterface : \com\setasign\SetaFramework\Database\QuoteInterface
