IN_PARAMETERS - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License

The IN_PARAMETERS type is a record type that contains the following list of fields which are used by the IN_PARAMETER_VALUES table type to store a collection of parameters and their values.

TYPE IN_PARAMETERS IS RECORD 
 (  
  PARAMETER_NAME  VARCHAR2(128),  
  PARAMETER_VALUE VARCHAR2(128) 
); 
Field Name Description
PARAMETER_NAME The name of the parameter.
PARAMETER_VALUE The parameter value associated with the parameter.