function MsSqlCommandCreator()
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE);
 }
示例#2
0
 function MsSqlCommandCreator($settings = null)
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE, $settings);
 }