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
FromStatement Class
Show Source
Used to represent the "FROM" clause.
Constructors
There are no public constructors.
Public Methods
addTable
(
String
tableName
) returns
void
Show Source
addColumn
(
String
columnName
) returns
void
Show Source
getExposedElements
( ) returns
java.util.HashSet
Show Source
getTables
( ) returns
String[]
Show Source
toString
( ) returns
String
Show Source