JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
RevisionHistory
encryption
html
http
io
json
sql
Column
Connection
ConnectionPool
Database
Driver
Field
Function
Key
Model
Parser
FromStatement
GroupByStatement
OrderByStatement
SelectStatement
WhereStatement
Record
Recordset
Table
Value
utils
webservices
xml
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
OrderByStatement Class
Show Source
Simple class used to represent a single statement in an "ORDER BY" clause.
Constructors
OrderByStatement
(
String
orderBy
)
Show Source
Public Methods
getColumnName
( ) returns
String
Show Source
isDescending
( ) returns
boolean
Show Source
isAscending
( ) returns
boolean
Show Source
toString
( ) returns
String
Show Source