public static bool deleteRoutineInputTableRow(ref SQLite806xDB db806x, R_SAD806x_Def_RoutinesInputTables rRow, bool recursively)
 {
     return(SQLite806xToolsSAD806xV10.deleteRoutineInputTableRow(ref db806x, rRow, recursively));
 }
 public static object[] setRoutineInputTableS6x(ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputTables rRow)
 {
     return(SQLite806xToolsSAD806xV10.setRoutineInputTableS6x(ref sadS6x, rRow));
 }
 public static void updateRoutineInputTableRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputTables rRow, S6xRoutine s6xObject, S6xRoutineInputTable s6xSubObject)
 {
     SQLite806xToolsSAD806xV10.updateRoutineInputTableRow(ref db806x, ref sadS6x, rRow, s6xObject, s6xSubObject);
 }