![]() |
Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
|
The LSExtendedTableInfo class contains the specification of a table to be subscribed to Lightstreamer Server, comprised all the item and field names. More...
#import <LSExtendedTableInfo.h>
Static Public Member Functions | |
(LSExtendedTableInfo *) | + extendedTableInfoWithItems:mode:fields:dataAdapter:snapshot: |
Creates and returns an LSExtendedTableInfo object with the specified parameters. | |
Properties | |
NSArray * | items |
The list of strings with the items contained in this table. | |
NSArray * | fields |
The list of strings with the fields contained in this table. |
The LSExtendedTableInfo class contains the specification of a table to be subscribed to Lightstreamer Server, comprised all the item and field names.
Group and Schema names to be sent to the Server are made by space separated concatenations of item and field names. This name convention is suitable for a Metadata Adapter derived from LiteralBasedProvider or equivalent to it.
+ (LSExtendedTableInfo *) extendedTableInfoWithItems: | (NSArray *) | items | |
mode: | (LSMode) | mode | |
fields: | (NSArray *) | fields | |
dataAdapter: | (NSString *) | dataAdapter | |
snapshot: | (BOOL) | snapshot | |
Creates and returns an LSExtendedTableInfo object with the specified parameters.
items | The list of strings with the items contained in this table. |
mode | The subscription mode for the items contained in this table. |
fields | The list of strings with the fields contained in this table. |
dataAdapter | The name of the Data Adapter (within the Adapter Set used by the current session) that supplies all the items in the Group. If it is nil, the "DEFAULT" name is used. |
snapshot | Whether or not the snapshot is being asked for the items contained in this table. |
- (NSArray*) fields [read, write, copy] |
The list of strings with the fields contained in this table.
- (NSArray*) items [read, write, copy] |
The list of strings with the items contained in this table.