Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-db
→
Class PreparableSqlInterface
Interface PreparableSqlInterface
Summary
Fully Qualified Name:
Zend\Db\Sql\PreparableSqlInterface
Description
Methods
Name
Description
Defined By
prepareStatement()
PreparableSqlInterface
Method Details
prepareStatement()
Parameter Name
Type
Description
$adapter
\AdapterInterface
$statementContainer
\StatementContainerInterface
Returns: void
Top