Application Express User's Guide > Advanced Programming Techni... > Using Collections > About the HTMLDB_COLLE...
About the HTMLDB_COLLECTION API |
Previous |
Next |
Every collection contains a named list of data elements (or members) which can have up to 50 attributes (or columns). You insert, update, and delete collection information using the PL/SQL API HTMLDB_COLLECTION
.
When you create a new collection, you must give it a name that cannot exceed 255 characters. Note that collection names are not case-sensitive and will be converted to uppercase.
Once the collection is named, you can access the values in the collection by running a SQL query against the view HTMLDB_COLLECTIONS
.