supportsStoredFunctionsUsingCallSyntax()

Syntax:

boolean supportsStoredFunctionsUsingCallSyntax()
                                               throws SQLException

Description:

Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.

Returns:

true if so; false otherwise

Throws:

SQLException - if a database access error occurs