| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
GlueActivity Class´Â ¸ðµç Chain¿¡¼ »ó¼Ó¹Þ¾Æ¾ß ÇÏ´Â Super ClassÀÌ´Ù.GlueException class is the superclass of all errors and exceptions in the Glue
 Framework).MessageEncoder that encodes GlueHttpResponseMessage.GlueQueryDefinition)¸¦ ¼ºñ½ºÇϴ Ŭ·¡½º.
 Code : 
 String orderby = GlueQueryStringHelper.makeOrderByClause("deptno asc","empno");
 System.out.println(orderby);
 
 Result : 
 deptno asc, empno
 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||