public static bool deleteRoutineInputArgRow(ref SQLite806xDB db806x, R_SAD806x_Def_RoutinesInputArgs rRow, bool recursively)
 {
     return(SQLite806xToolsSAD806xV10.deleteRoutineInputArgRow(ref db806x, rRow, recursively));
 }
 public static object[] setRoutineInputArgS6x(ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputArgs rRow)
 {
     return(SQLite806xToolsSAD806xV10.setRoutineInputArgS6x(ref sadS6x, rRow));
 }
 public static void updateRoutineInputArgRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputArgs rRow, S6xRoutine s6xObject, S6xRoutineInputArgument s6xSubObject)
 {
     SQLite806xToolsSAD806xV10.updateRoutineInputArgRow(ref db806x, ref sadS6x, rRow, s6xObject, s6xSubObject);
 }