Uses of Class
cool.scx.data.jdbc.parser.JDBCOrderByParser
Packages that use JDBCOrderByParser
-
Uses of JDBCOrderByParser in cool.scx.data.jdbc.sql_builder
Constructors in cool.scx.data.jdbc.sql_builder with parameters of type JDBCOrderByParserModifierConstructorDescriptionDeleteSQLBuilder(Table table, Dialect dialect, JDBCWhereParser whereParser, JDBCOrderByParser orderByParser) SelectSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCWhereParser whereParser, JDBCGroupByParser groupByParser, JDBCOrderByParser orderByParser) UpdateSQLBuilder(AnnotationConfigTable table, Dialect dialect, JDBCColumnNameParser columnNameParser, JDBCWhereParser whereParser, JDBCOrderByParser orderByParser)