Ejemplo n.º 1
0
 function MsSqlCommandCreator()
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE);
 }
Ejemplo n.º 2
0
 function MsSqlCommandCreator($settings = null)
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE, $settings);
 }