Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

DBMS_LDAP , 26 of 30


count_values Function

This function counts the number of values returned by DBMS_LDAP.get_values.

Syntax

DBMS_LDAP.count_values (

values  IN DBMS_LDAP.STRING_COLLECTION)
RETURN PLS_INTEGER;

Parameters
Table 20-76 count_values Function Parameters
Parameter  Description 

values (IN) 

The collection of string values. 

Return Values
Table 20-77 count_values Function Return Values
Value  Description 

PLS_INTEGER 

The indication of the success or failure of the operation. 

Exceptions
Table 20-78 count_values Function Exceptions
Exception  Description 

N/A 

No LDAP specific exception is raised. 

See Also:

 

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback