public static void updateSignatureRoutineInputFunctionRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_SignaturesRoutinesInputFunctions rRow, S6xSignature s6xObject, S6xRoutineInputFunction s6xSubObject)
 {
     SQLite806xToolsSAD806xV10.updateSignatureRoutineInputFunctionRow(ref db806x, ref sadS6x, rRow, s6xObject, s6xSubObject);
 }
 public static object addSignatureRoutineInputFunctionRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, ref List <R_SAD806x_SignaturesRoutinesInputFunctions> rList, S6xSignature s6xObject, S6xRoutineInputFunction s6xSubObject)
 {
     return(SQLite806xToolsSAD806xV10.addSignatureRoutineInputFunctionRow(ref db806x, ref sadS6x, ref rList, s6xObject, s6xSubObject));
 }