Native API

The native SQL Relay client API currently supports C, C++, .NET languages, Java, Perl, Python, PHP, Ruby, TCL, Erlang, and node.js.

The native API is intuitive, consistent across languages, and supports powerful features not available when using a database abstraction layer like suspended sessions, result set caching and tuning options.

Programming guides with sample code and API references are available for each language:

Guides: C++, C, C#, Perl, PHP, Python, Ruby, Java, TCL, Erlang, node.js

References: C++, C, C#, Perl, PHP, Python, Ruby, Java, TCL, node.js,

C++

@example.cpp.html@

C

@example.c.html@