| 
    SQL-Unit
    1.6
    
   
   | 
  
  
  
 
The Configuration table stored procedures. More...
Functions | |
| int | Configuration_SetSchemaNameDefault (SchemaName @value) | 
| Sets the default schema name used for the tests.   | |
| int | Configuration_SetDisplayWidthDefault (int @value) | 
| Sets the default width for console output.   | |
| int | Configuration_SetReportResultsDefault (ReportCondition @value) | 
| Sets the default flag for reporting the per-test results.   | |
| int | Configuration_SetReportSummaryDefault (ReportCondition @value) | 
| Sets the default flag for reporting the results summary.   | |
| int | Configuration_SetTearDownFirstDefault (Bool @value) | 
| Sets the default for whether to invoke the tear-down procedures before invoking the set-up ones.   | |
The Configuration table stored procedures.
| int Configuration_SetDisplayWidthDefault | ( | int @ | value | ) | 
Sets the default width for console output.
| value | The configuration value. | 
| int Configuration_SetReportResultsDefault | ( | ReportCondition @ | value | ) | 
Sets the default flag for reporting the per-test results.
| value | The configuration value. | 
| int Configuration_SetReportSummaryDefault | ( | ReportCondition @ | value | ) | 
Sets the default flag for reporting the results summary.
| value | The configuration value. | 
| int Configuration_SetSchemaNameDefault | ( | SchemaName @ | value | ) | 
Sets the default schema name used for the tests.
| value | The configuration value. | 
| int Configuration_SetTearDownFirstDefault | ( | Bool @ | value | ) | 
Sets the default for whether to invoke the tear-down procedures before invoking the set-up ones.
| value | The configuration value. | 
 1.7.6.1