示例#1
0
 def p_command_rollback(self):
     return ast.Rollback()
示例#2
0
 def p_command_rollback(self):               return ast.Rollback()
 def p_command_commit(self):                 return ast.Commit()