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.4. FBColumnMetaData

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


Initialization: + metaDataWithComponents:
Retrieving column information: - schemaName
- tableName
- columnName
- labelName
- isNullable
- datatype


Class Methods

metaDataWithComponents:

+ metaDataWithComponents:(NSArray *) components



Instance Methods

columnName

- (NSString *) columnName


datatype

- (id) datatype


isNullable

- (BOOL) isNullable


labelName

- (NSString *) labelName


schemaName

- (NSString *) schemaName


tableName

- (NSString *) tableName


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.