Prado\Data\Common\Sqlite\TSqliteTableInfo::createCommandBuilder PHP 메소드

createCommandBuilder() 공개 메소드

public createCommandBuilder ( $connection ) : TDbCommandBuilder
리턴 TDbCommandBuilder new command builder
    public function createCommandBuilder($connection)
    {
        return new TSqliteCommandBuilder($connection, $this);
    }