FrontBase Documentation |
Backtrack: Welcome! 6. Original Documentation 6.7. FBAccess API |
Updated:
20-Nov-2000
prev next Table of Contents |
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.