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
SelectStatement Class
Show Source
Used to represent an individual select statement found in the select clause.
Constructors
SelectStatement
(
String
statement
)
Show Source
Public Methods
getField
( ) returns
String
Show Source
getAlias
( ) returns
String
Show Source
getColumnName
( ) returns
String
Show Source
isFunction
( ) returns
boolean
Show Source
toString
( ) returns
String
Show Source