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