Uses of Class
org.assertj.db.type.Table.Order
Packages that use Table.Order
Package
Description
This package contains the classes that defines the different types used in assertj-db.
-
Uses of Table.Order in org.assertj.db.type
Methods in org.assertj.db.type that return Table.OrderModifier and TypeMethodDescriptionstatic Table.OrderBuilds an ascending order.static Table.OrderBuilds the descending order.Table.getColumnsToOrder()Returns the columns to order (which are used inORDER BY).Methods in org.assertj.db.type with parameters of type Table.OrderModifier and TypeMethodDescriptionTable.Builder.columnsToOrder(Table.Order[] columnsToOrder) Set order to use in SQL queries.