Propel 2 API
Class

Propel\Generator\Reverse\SqlsrvSchemaParser

class SqlsrvSchemaParser extends MssqlSchemaParser

Microsoft SQL Server database schema parser.

Methods

int parse(Database $database, Task $task = null)

Parse the schema and populate passed-in Database model object.

from MssqlSchemaParser

Details

in MssqlSchemaParser at line 79
public int parse(Database $database, Task $task = null)

Parse the schema and populate passed-in Database model object.

Parameters

Database $database
Task $task

Return Value

int number of generated tables