Previous Topic: ENTITY_VIEWNext Topic: ENVIRONMENT


ENTRY_POINT

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

ENTRY_POINT

3

ID

4

INTEGER

Unique identifier

4

ORG_ID

4

INTEGER

Original object identifier

5

NAME

32

VARCHAR

Entry point name

6

CLUSTERED

1

CHAR

Is the entry point clustered?

  • Y (Yes)
  • N (No)

7

PARTITIONED

1

CHAR

Is the entry point partitioned?

  • Y (Yes)
  • N (No)

8

ORGANIZATION

1

CHAR

Entry point organization

9

PRIMARY_KEY

1

CHAR

Primary key for table?

  • Y (Yes)
  • N (No)

10

DATA_STR_NDX_
ID

4

INTEGER

ID of the data store index wherethis entry point is stored.

Join with DATA_STORE_INDEX.

11

IDENTIFIER_ID

4

INTEGER

ID of the identifier that this entry point implements (zero for entry points not associated with an identifier).

12

REL_IMPL_ID

4

INTEGER

ID of the relationship implementation associated with this entry point (zero for entry points not associated with an implementation).

Join with REL_PART_IMPL.