Interface JDBCValueMappings.ValueWriter<JALO,​DB>

    • Method Detail

      • convertValueToSQL

        DB convertValueToSQL​(JALO value)
      • setValue

        void setValue​(java.sql.PreparedStatement stmt,
                      int fieldIndex,
                      JALO value)
               throws java.sql.SQLException
        Throws:
        java.sql.SQLException