JavaXT
Home
Documentation
Downloads
Wiki
About
javaxt-core
javaxt-server
javaxt-express
express
Authenticator
Config
ConfigFile
Deploy
FileManager
KeyManager
LogFile
Logger
Server
ServiceRequest
Field
Filter
Sort
ServiceResponse
User
WebService
cms
email
notification
services
subscription
utils
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
Field Class
Show Source
Used to encapsulate an entry in a "select" statement
Constructors
Field
(
String
field
)
Show Source
Public Methods
getColumn
( ) returns
String
Show Source
setAlias
(
String
alias
) returns
void
Show Source
getAlias
( ) returns
String
Show Source
isFunction
( ) returns
boolean
Show Source
isFunction
(
boolean
isFunction
) returns
void
Show Source
setFunctionName
(
String
functionName
) returns
void
Show Source
getFunctionName
( ) returns
String
Show Source
toString
( ) returns
String
Show Source
equals
(
Object
obj
) returns
boolean
Show Source