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/FBMetaData.h.
Initialization: + metaDataFromResultString: Extracting meta data information: - catalogName
- message
- executionTime
- fetchHandle
- blobHandle
- statementHandle
- statementType
- errorClass
- errorsFound
- warningsFound
- rowCount
- columnCount
- errorCount
- batchSize
- uniqueKeyRetrieving column information: - columnMetaDataAtIndex:
- datatypeMetaDataAtIndex:
Class Methods
metaDataFromResultString:
+ (FBMetaData *) metaDataFromResultString:(NSString *) resultString
Instance Methods
batchSize
- (unsigned) batchSize
blobHandle
- (FBBlobHandle *) blobHandle
catalogName
- (NSString *) catalogName
columnCount
- (unsigned) columnCount
columnMetaDataAtIndex:
- (FBColumnMetaData *) columnMetaDataAtIndex:(unsigned) index
datatypeMetaDataAtIndex:
- (FBDatatypeMetaData *) datatypeMetaDataAtIndex:(unsigned) index
errorClass
- (NSString *) errorClass
errorCount
- (unsigned) errorCount
errorsFound
- (BOOL) errorsFound
executionTime
- (NSString *) executionTime
fetchHandle
- (NSString *) fetchHandle
message
- (NSString *) message
rowCount
- (int) rowCount
statementHandle
- (NSString *) statementHandle
statementType
- (NSString *) statementType
uniqueKey
- (unsigned) uniqueKey
warningsFound
- (BOOL) warningsFound
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.