Inherits from NSObject_Singleton : NSObject
Conforms to ORDADriver
Declared in ORDASQLiteDriver.h
ORDASQLiteDriver.m

Overview

ORDASQLiteDriver is the ORDA SQLite implementation of ORDADriver.

Tasks

Properties

Instance Methods

governorForURL:

Generates a governor for a URL

- (id<ORDAGovernor>)governorForURL:(NSURL *)url

Parameters

URL

the URL

Return Value

the governor or an error result

Discussion

This generates a driver based on the specified URL. Implementation of this method is driver specific, as are possible non-success codes. Codes should be of the kORDAResultCodeConnectionErrorSubclass subclass.

Declared In

ORDADriver.h

scheme

This driver’s URL scheme

- (NSString *)scheme

Return Value

the scheme

Discussion

This returns the URL scheme that this driver is intended to handle. This method is only intended to be used when registering drivers, something that the API consumer should not need to do.

Declared In

ORDADriver.h