Method | Description | |
---|---|---|
Abort ( ) : void | ||
Execute ( ) : int |
Executes the command
|
Method | Description | |
---|---|---|
CreateConnection ( string provider, string connStr ) : IConnection |
Creates a new FDO connection
|
|
RepeatString ( string str, int iterations ) : string |
Repeats a string for a given number of iterations
|
|
Write ( string str ) : void |
Writes a line to the application console
|
|
WriteError ( string format ) : void |
Writes an error to the application console
|
|
WriteException ( |
Writes an exception to the application console
|
|
WriteLine ( string str ) : void |
Writes a newline-terminated line to the application console
|
|
WriteWarning ( string str ) : void |
Writes a warning message to the application console
|
protected static CreateConnection ( string provider, string connStr ) : IConnection | ||
provider | string | |
connStr | string | |
return | IConnection |
protected static RepeatString ( string str, int iterations ) : string | ||
str | string | |
iterations | int | |
return | string |
protected WriteError ( string format ) : void | ||
format | string | |
return | void |
protected WriteException ( |
||
ex | ||
return | void |
protected WriteWarning ( string str ) : void | ||
str | string | The message |
return | void |