TDV Custom Java Procedures

Introduction

Java procedures are programs that you write in Java to access and use TDV resources. You can add these procedures as TDV Server data sources, execute them against a data source, use them in views or procedures, and publish them as TDV database tables or Web services.

TDV has a JDBC interface and provides a bridge interface so that you can connect to a data source that is not currently supported. You can create a driver adapter that connects to that interface.

TDV supports custom procedures written in Java created to interface with other data sources. TDV provides APIs to create custom procedures. For details about the TDV APIs for Custom Java procedures and examples of Java procedures, see “Java APIs for Custom Procedures” and “Java for Custom Procedures Examples” in the TDV Reference Guide.

For more details about Java Procedures, refer to section “Procedures” in the TDV User Guide.