FrontBase logo

FrontBase Documentation

FrontBase logo

Backtrack:
  Welcome!
    6. Original Documentation
      6.7. FBAccess API
Updated: 20-Nov-2000
prevnext
Table of Contents

6.7.5. FBDatatypeMetaData

This class is available by including FBAccess/FBDatatypeMetaData.h.


Initialization: + initWithComponents:
Retrieving datatype information: - datatypeCode
- datatypeString
- length
- from
- to
- precision


Class Methods

initWithComponents:

- (FBDatatypeMetaData *) initWithComponents:(NSArray *) components



Instance Methods

datatypeCode

- (unsigned) datatypeCode

Supported datatypes are:
FB_PrimaryKey FB_Boolean FB_Integer
FB_SmallInteger FB_Float FB_Real
FB_Double FB_Numeric FB_Decimal
FB_Character FB_VCharacter FB_Bit
FB_VBi FB_Date FB_Time
FB_TimeTZ FB_Timestamp FB_TimestampTZ
FB_YearMonth FB_DayTime FB_CLOB
FB_BLOB


datatypeString

- (NSString *) datatypeString


from

- (NSString *) from


length

- (unsigned) length


precision

- (unsigned) precision


to

- (NSString *) to



If you have feedback or questions on this document, please send e-mail to doc-feedback@frontbase.com. Please reference the section number and topic. Thanks!!

©2000 FrontBase, Inc. All rights reserved.