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

Public Member Functions

 __construct (SelectDecorator $selectDecorator=null)
 
- Public Member Functions inherited from AbstractPlatform
 setSubject ($subject)
 
Parameters
$subject
Returns
self

 
 setTypeDecorator ($type, PlatformDecoratorInterface $decorator)
 
 getTypeDecorator ($subject)
 
 getDecorators ()
 
 prepareStatement (AdapterInterface $adapter, StatementContainerInterface $statementContainer)
 
Parameters
AdapterInterface$adapter
StatementContainerInterface$statementContainer
Returns
void

 
 getSqlString (PlatformInterface $adapterPlatform=null)
 Get SQL string for statement.
Parameters
null | PlatformInterface$adapterPlatform
Returns
string

 

Additional Inherited Members

- Protected Attributes inherited from AbstractPlatform
 $subject
 
 $decorators = []
 

Constructor & Destructor Documentation

__construct ( SelectDecorator  $selectDecorator = null)