Previous Topic: PAD_DELETENext Topic: PAD_READ


PAD_FUNCTION

The following table details various column names along with their descriptions.

Col

Column Name

Len

Coltype

Description

1

MODEL_ID

4

INTEGER

ID of the containing model

2

TBNAME

16

CHAR

PAD_FUNCTION

3

ID

4

INTEGER

Unique identifier

4

ORG_ID

4

INTEGER

Original object identifier

5

NAME

32

VARCHAR

Name of function.

(System‑defined function)

6

INTEXT

1

CHAR

Internal or external function:

  • I (Internal)
  • E (External)

7

IEF_SUPPLIED

1

CHAR

Function supplied by system?

  • Y (Yes)
  • N (No)

8

DOMAIN

1

CHAR

Domain of function:

  • T (Text)
  • D (Date)
  • M (Time)
  • N (Number)

9

CODEGEN_NAME

32

VARCHAR

Codegen name

10

USE_SELECTION

1

CHAR

Usable in READ statement?

  • Y (Yes)
  • N (No)

11

INTRINSIC

1

CHAR

Intrinsic or not?

  • Y (Yes)
  • N (No)

12

DBMS_NAME

8

CHAR

Name of database management system

13

OPT

1

CHAR

Optionality:

  • M (Mandatory)
  • O (Optional)