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
Record
Recordset
Table
Value
utils
webservices
xml
javaxt-server
javaxt-express
javaxt-webcontrols
javaxt-orm
javaxt-exchange
javaxt-gis
javaxt-rss
Column Class
Show Source
Used to represent a column in a table.
Constructors
There are no public constructors.
Public Methods
getName
( ) returns
String
Show Source
getType
( ) returns
String
Show Source
getTable
( ) returns
Table
Show Source
getDescription
( ) returns
String
Show Source
getLength
( ) returns
int
Show Source
isRequired
( ) returns
boolean
Show Source
isPrimaryKey
( ) returns
boolean
Show Source
isForeignKey
( ) returns
boolean
Show Source
getForeignKey
( ) returns
Key
Show Source
toString
( ) returns
String
Show Source