- NAME
- SYNOPSIS
- DESCRIPTION
- CLASSES
- SEE ALSO
OData for Tcl Overview
package require ODataClient 4.0
or
package require ODataProvider 4.0
The ODataClient package provides a set of classes that implement a client side
OData library to talk OData servers.
The ODataprovider package provides a set of classes that implement a server side
OData library to provide OData services.
The libaries are based upon the OData Version 4.0
specifications.
Open Data Protocol (OData) is a data access protocol designed to provide
standard CRUD (create, read, update and delete) access to a data source via a
website, although it is not limited to SQL databases.
The following classes are provided by the ODataClient package:
The following classes are provided by the ODataProvider package:
odata::OData,
odata::Service,
odata::EntitySet,
odata::Entity,
odata::Provider,
Entity Handler Command Interface
and
Unbound Action/Function Command Interface.
Copyright © 2014, 2017 Gerald W. Lester