Method | Description | |
---|---|---|
ARSchemaCreator ( NHibernate.Cfg.Configuration config ) : System |
Initializes a new instance of the ARSchemaCreator class.
|
|
Execute ( String scriptFileName ) : void |
Executes the specified script file.
|
|
ExecuteScriptParts ( IDbConnection connection, String parts ) : void |
Executes the script parts.
|
|
OpenFileAndStripContents ( String scriptFileName ) : String[] |
Opens the file and return an array of seperate commands that it contains
|
Method | Description | |
---|---|---|
CreateConnectionProperties ( ) : IDictionary | ||
ExecuteScript ( String parts ) : void | ||
Normalize ( string fileName ) : string | ||
SplitString ( String sqlScript, String split ) : String[] |
public ARSchemaCreator ( NHibernate.Cfg.Configuration config ) : System | ||
config | NHibernate.Cfg.Configuration | The config. |
return | System |
public Execute ( String scriptFileName ) : void | ||
scriptFileName | String | Name of the script file. |
return | void |
public static ExecuteScriptParts ( IDbConnection connection, String parts ) : void | ||
connection | IDbConnection | The connection. |
parts | String | The parts. |
return | void |
public static OpenFileAndStripContents ( String scriptFileName ) : String[] | ||
scriptFileName | String | Name of the script file. |
return | String[] |