|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
procedure script에 대한 처리
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||