public static List <object> getRoutineSubRows(ref SQLite806xDB db806x, R_SAD806x_Def_Routines rRow)
 {
     return(SQLite806xToolsSAD806xV10.getRoutineSubRows(ref db806x, rRow));
 }
 public static bool deleteRoutineRow(ref SQLite806xDB db806x, R_SAD806x_Def_Routines rRow, bool recursively)
 {
     return(SQLite806xToolsSAD806xV10.deleteRoutineRow(ref db806x, rRow, recursively));
 }
 public static object[] setRoutineS6x(ref SADS6x sadS6x, R_SAD806x_Def_Routines rRow)
 {
     return(SQLite806xToolsSAD806xV10.setRoutineS6x(ref sadS6x, rRow));
 }
 public static void updateRoutineRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_Def_Routines rRow, S6xRoutine s6xObject)
 {
     SQLite806xToolsSAD806xV10.updateRoutineRow(ref db806x, ref sadS6x, rRow, s6xObject);
 }