Utility functions for REST and SOAP Default Providers

Previous Next

This section describes utility functions that you can use to:

Manage (open, close) connections to a Rules Engine.

Execute SQL statements (SELECT, INSERT, UPDATE, DELETE) against a Rules Engine.

Specify transaction behavior (commit, rollback...) of a Rules Engine.

Use this help section if you want to:

Understand the code that USoft generates for you when you generate REST services from SQL.

Find out how you can customize this code, or how you can code the behavior of service methods yourself.

Context

These utility functions may be called from code in the Implementation field of methods of:

REST services that have Functional Type = "USoft REST Default Provider".

SOAP services that have Functional Type = "USoft SOAP Default Provider".

 

These utility functions include:

openConnection()

sql()

 

See Also

Java interface for USoft Service Definer