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