Doctrine\OrientDB\Query\Command\Insert::getSchema PHP Method

getSchema() protected method

protected getSchema ( )
    protected function getSchema()
    {
        return "INSERT INTO :Target (:Fields) VALUES (:Values)";
    }