Prado\Data\Common\Mysql\TMysqlTableInfo::createCommandBuilder PHP Метод

createCommandBuilder() публичный Метод

public createCommandBuilder ( $connection ) : TDbCommandBuilder
Результат TDbCommandBuilder new command builder
    public function createCommandBuilder($connection)
    {
        return new TMysqlCommandBuilder($connection, $this);
    }