Interface SqlInterface

Summary

Fully Qualified Name: Zend\Db\Sql\Ddl\SqlInterface
Extends: SqlInterface

Description

Methods

Name Description Defined By
getSqlString() Get SQL string for statement SqlInterface

Method Details

getSqlString()

Get SQL string for statement

Parameter Name Type Description
$adapterPlatform null|\PlatformInterface

Returns: string

Top