public static bool deleteOperationRow(ref SQLite806xDB db806x, R_SAD806x_Def_Operations rRow, bool recursively)
 {
     return(SQLite806xToolsSAD806xV10.deleteOperationRow(ref db806x, rRow, recursively));
 }
 public static object[] setOperationS6x(ref SADS6x sadS6x, R_SAD806x_Def_Operations rRow)
 {
     return(SQLite806xToolsSAD806xV10.setOperationS6x(ref sadS6x, rRow));
 }
 public static void updateOperationRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_Def_Operations rRow, S6xOperation s6xObject)
 {
     SQLite806xToolsSAD806xV10.updateOperationRow(ref db806x, ref sadS6x, rRow, s6xObject);
 }