BBjStoredProcedureData::getConnectionProperties

Description

In BBj 12.00 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 Value

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

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

Object Variables

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