Tcl OData Documentation — Root Abstract Class

NAME
odata::OData; Root abstract class for OData classes
SYNOPSIS
CLASS HIERARCHY
DESCRIPTION
CONSTRUCTOR
DESTRUCTOR
EXPORTED METHODS
NON-EXPORTED METHODS
EXAMPLES
SEE ALSO

NAME

odata::OData — Root abstract class for OData classes

SYNOPSIS

package require OData

CLASS HIERARCHY

DESCRIPTION

The odata::OData class is an abstract class that is the root of all of the OData classes.

CONSTRUCTOR

The odata::OData class does not define an explicit constructor.

DESTRUCTOR

The odata::OData class does not define an explicit destructor.

EXPORTED METHODS

obj info subCommand ?arg ...?
This method is used to query information about the object. Valid subCommand are:

class
Returns the class of the object. Current classes are:

Service
The object represents an OData service for a client.

Provider
The object represents an OData service a provider.

EntitySet
The object represents an OData Entity Set (aka collection) for a client.

Entity
The object represents an OData Entity for a client.

NON-EXPORTED METHODS

While the odata::OData class has several non-exported methods, the are considered "private" and as such their APIs are subject to change without notice and not supported; thus the non-exported methods should not be used.

EXAMPLES

Since this is an abstract class, there are no examples of its use.

SEE ALSO

OData, odata::Service, odata::EntitySet and odata::Entity

Copyright © 2014, 2017 Gerald W. Lester