コード例 #1
0
 function MsSqlCommandCreator()
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE);
 }
コード例 #2
0
 function MsSqlCommandCreator($settings = null)
 {
     CommandCreator::CommandCreator(QUOTE_DOUBLE, $settings);
 }