Deprecated API
Contents
- 
Deprecated Classes
 
- 
Deprecated FieldsFieldDescription
 
- 
Deprecated MethodsMethodDescriptionInternal Use only.
Code : String orderby = GlueQueryStringHelper.makeOrderByClause("deptno asc","empno"); System.out.println(orderby); Result : deptno asc, empno