Package com.nhncorp.neptune.client.procedure

procedure script에 대한 처리

See:
          Description

Interface Summary
NScript  
 

Class Summary
CharSequenceCompiler<T> Compile a String or other CharSequence, returning a Java Class instance that may be instantiated.
NScriptExecutor clickHistory = "select item from T_MUSIC_USER where rowkey='$0'"; double sumS = 0.0; double sumRS = 0.0; for(int i = 0; i < $clickHistory.item.length; i++) { //System.out.println("1:" + $clickHistory.item[i].columnKey); cov = "select item from T_MUSIC_ITEM where rowkey='" + $clickHistory.item[i].columnKey + "' and item='$1'"; if($cov.item !
Selector  
 

Exception Summary
CharSequenceCompilerException An exception thrown when trying to compile Java programs from strings containing source.
NScriptException  
 

Package com.nhncorp.neptune.client.procedure Description

procedure script에 대한 처리