Exemple #1
0
 def db_create_row(self, table, **col_values):
     return cmd.DbCreateCommand(self, table, _as_row=True, **col_values)
Exemple #2
0
 def db_create(self, table, **col_values):
     return cmd.DbCreateCommand(self, table, **col_values)