Subversion Repositories DevTools

Rev

Rev 7093 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7093 Rev 7097
Line 1107... Line 1107...
1107
        if ( mUseDatabase )
1107
        if ( mUseDatabase )
1108
        {
1108
        {
1109
            try
1109
            try
1110
            {
1110
            {
1111
                connect();
1111
                connect();
1112
// TODO What will the 'Forced' ripple do
-
 
1113
                CallableStatement stmt = mConnection.prepareCall("begin ? := PK_RMAPI.new_build_instance(?,?,?); end;");
1112
                CallableStatement stmt = mConnection.prepareCall("begin ? := PK_RMAPI.new_build_instance(?,?,?); end;");
1114
                stmt.registerOutParameter( 1, Types.INTEGER);
1113
                stmt.registerOutParameter( 1, Types.INTEGER);
1115
                stmt.setLong( 2,rtagId );
1114
                stmt.setLong( 2,rtagId );
1116
                stmt.setLong( 3,pvId );
1115
                stmt.setLong( 3,pvId );
1117
                stmt.setString( 4,reason.toString() );
1116
                stmt.setString( 4,reason.toString() );