Zend Framework  3.0
Public Member Functions | List of all members
AbstractPreparableSql Class Reference

Public Member Functions

 prepareStatement (AdapterInterface $adapter, StatementContainerInterface $statementContainer)
 
Parameters
AdapterInterface$adapter
StatementContainerInterface$statementContainer
Returns
void

 
- Public Member Functions inherited from AbstractSql
 getSqlString (PlatformInterface $adapterPlatform=null)
 Get SQL string for statement.
Parameters
null | PlatformInterface$adapterPlatform
Returns
string

 

Additional Inherited Members

- Protected Member Functions inherited from AbstractSql
 buildSqlString (PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 renderTable ($table, $alias=null)
 Render table with alias in from/join parts.
 
 processExpression (ExpressionInterface $expression, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null, $namedParameterPrefix=null)
 int $runtimeExpressionPrefix
 
 createSqlFromSpecificationAndParameters ($specifications, $parameters)
 
 processSubSelect (Select $subselect, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 processJoin (Join $joins, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 resolveColumnValue ($column, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null, $namedParameterPrefix=null)
 
 resolveTable ($table, PlatformInterface $platform, DriverInterface $driver=null, ParameterContainer $parameterContainer=null)
 
 localizeVariables ()
 Copy variables from the subject into the local properties.
 
- Protected Attributes inherited from AbstractSql
 $specifications = []
 
 $processInfo = ['paramPrefix' => ''
 
 $instanceParameterIndex = []
 

Member Function Documentation

prepareStatement ( AdapterInterface  $adapter,
StatementContainerInterface  $statementContainer 
)

Parameters
AdapterInterface$adapter
StatementContainerInterface$statementContainer
Returns
void

Returns
StatementContainerInterface

Implements PreparableSqlInterface.