DB2 10.5 for Linux, UNIX, and Windows

DB2ConnectionStringBuilder.CurrentFunctionPath property

Gets or sets the list of schema names that can be used to resolve function references and data type references in dynamic SQL statements.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax

[Visual Basic]
Public Property CurrentFunctionPath As String
[C#]
public String CurrentFunctionPath {get; set;}
[C++]
public: __property string* get_CurrentFunctionPath();
public: __property void set_CurrentFunctionPath(string*);
[JScript]
public function get CurrentFunctionPath() : String;
public function set CurrentFunctionPath(String);

Property value

The CurrentFunctionPath property is used to list one or more schema names, where the schema names are enclosed in double quotation marks and separated by commas.

The default value is the default CURRENT PATH (or CURRENT_PATH) special register setting at the database server.

The CurrentFunctionPath property is used to resolve unqualified function and stored procedure references that might be defined in a schema name other than the current user's schema. The order of the schema names determines the order in which the function and procedure names are resolved.