mycq.Column Interface Reference

Represent a column information. More...

List of all members.

Public Member Functions

String getName ()
 Name of a column.
ColumnType getType ()
 Type of a column.
int getSize ()
 Size integer of a column.
int getIndex ()
 Index integer of a column.

Detailed Description

Represent a column information.


Member Function Documentation

int mycq.Column.getIndex (  ) 

Index integer of a column.

String mycq.Column.getName (  ) 

Name of a column.

int mycq.Column.getSize (  ) 

Size integer of a column.

ColumnType mycq.Column.getType (  ) 

Type of a column.

 All Classes Namespaces Functions Variables Enumerations
MyCQ Java User's Document. Copyright@MyCQ Inc., All Rights Reserved.