BBjStoredProcedureData::getConnectionProperties

Description

In BBj 12.0 and higher, this method returns a BBjVector containing a list of all the names of connection properties specified on the database connection.

Syntax

Return Value

Method

BBjVector

getConnectionProperties()

Parameters

None.

Return Values

Returns a BBjVector containing a list of all the names of connection properties specified on the database connection.

Remarks

None.

Example

rem 'A sample Stored Procedure program

sp! = BBjAPI().getFileSystem().getStoredProcedureData()

rem 'Get the value for a database connection property
dictPath$ = sp!.getConnectionProperty("DICTIONARY")

See Also

BBjAPI

BBjStoredProcedureData

ObjectVariables

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.