예제 #1
0
 def insert(cls, table, data):
     cmd = insert(table, data)
     cls.execute(cmd)
예제 #2
0
 def insert(cls, table, data):
     """Simple insert wrapper"""
     cmd = insert(table, data)
     cls.execute(cmd)
예제 #3
0
 def insert(cls, table, data):
     cmd = insert(table, data)
     cls.execute(cmd)
예제 #4
0
 def insert(cls, table, data):
     """Simple insert wrapper"""
     cmd = insert(table, data)
     cls.execute(cmd)