Method | Description | |
---|---|---|
ToString ( ) : String |
|
Method | Description | |
---|---|---|
DoToSqlCreate ( Dialect dialect, String defaultCatalog, String defaultSchema ) : String |
Generates SQL for creating this model.
|
|
DoToSqlDrop ( Dialect dialect, String defaultCatalog, String defaultSchema ) : String |
Generates SQL for creating this model.
|
Method | Description | |
---|---|---|
BuildSqlCreateIndexString ( Dialect dialect, String name, Table table, IEnumerable |
||
BuildSqlDropIndexString ( Dialect dialect, Table table, String name, String defaultCatalog, String defaultSchema ) : String |
protected DoToSqlCreate ( Dialect dialect, String defaultCatalog, String defaultSchema ) : String | ||
dialect | Dialect | |
defaultCatalog | String | the default catalog name |
defaultSchema | String | the default schema name |
return | String |
protected DoToSqlDrop ( Dialect dialect, String defaultCatalog, String defaultSchema ) : String | ||
dialect | Dialect | |
defaultCatalog | String | the default catalog name |
defaultSchema | String | the default schema name |
return | String |