public static bool deleteRoutineInputStructureRow(ref SQLite806xDB db806x, R_SAD806x_Def_RoutinesInputStructures rRow, bool recursively)
 {
     return(SQLite806xToolsSAD806xV10.deleteRoutineInputStructureRow(ref db806x, rRow, recursively));
 }
 public static object[] setRoutineInputStructureS6x(ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputStructures rRow)
 {
     return(SQLite806xToolsSAD806xV10.setRoutineInputStructureS6x(ref sadS6x, rRow));
 }
 public static void updateRoutineInputStructureRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_Def_RoutinesInputStructures rRow, S6xRoutine s6xObject, S6xRoutineInputStructure s6xSubObject)
 {
     SQLite806xToolsSAD806xV10.updateRoutineInputStructureRow(ref db806x, ref sadS6x, rRow, s6xObject, s6xSubObject);
 }