Class Method list used by SAP ABAP Class CL_DB2_CCMS_DDIC (DBA tables - creation, check etc.)
SAP ABAP Class
CL_DB2_CCMS_DDIC (DBA tables - creation, check etc.) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE IMPORTING table_descr = table_descr |
2 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
3 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = descr ). |
4 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
5 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = descr ). |
6 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
7 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = table_descr ). |
8 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
9 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = descr ). |
10 | ![]() |
CL_DB2_CCMS_DDIC - DROP_TABLE | DBA tables - creation, check etc. | SOURCE me->drop_table( table_name = table_name ). |
11 | ![]() |
CL_DB2_CCMS_DDIC - DROP_TABLE | DBA tables - creation, check etc. | SOURCE me->drop_table( table_name = table_name ). |
12 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE me->get_ddic_descr( EXPORTING table_name = table_name |
13 | ![]() |
CL_DB2_CCMS_DDIC - CHECK_TABLE | DBA tables - creation, check etc. | SOURCE descr = table_descr ). |
14 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE pkey_name = pkey_name |
15 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE pkey_descr = pkey_descr ). |
16 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE me->get_ddic_descr( exporting table_name = table_name |
17 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE importing table_descr = table_descr |
18 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE pkey_name = pkey_name |
19 | ![]() |
CL_DB2_CCMS_DDIC - GET_DDIC_DESCR | DBA tables - creation, check etc. | SOURCE pkey_descr = pkey_descr ). |
20 | ![]() |
CL_DB2_CCMS_DDIC - INDEX_EXISTS | DBA tables - creation, check etc. | |
21 | ![]() |
CL_DB2_CCMS_DDIC - INDEX_EXISTS | DBA tables - creation, check etc. | |
22 | ![]() |
CL_DB2_CCMS_DDIC - TABLE_EXISTS | DBA tables - creation, check etc. | |
23 | ![]() |
CL_DB2_CCMS_DDIC - TABLE_EXISTS | DBA tables - creation, check etc. | |
24 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
25 | ![]() |
CL_DB2_CCMS_DDIC - CHECK_TABLE | DBA tables - creation, check etc. | SOURCE differs = me->check_table( table_name = table_name |
26 | ![]() |
CL_DB2_CCMS_DDIC - CHECK_TABLE | DBA tables - creation, check etc. | SOURCE differs = me->check_table( table_name = table_name |
27 | ![]() |
CL_DB2_CCMS_DDIC - CHECK_TABLE | DBA tables - creation, check etc. | SOURCE descr = descr ). |
28 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_AUX_TABLE | DBA tables - creation, check etc. | SOURCE me->create_aux_table( table_name = table_name |
29 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_AUX_TABLE | DBA tables - creation, check etc. | SOURCE column_name = wa_descr-name ). |
30 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_AUX_TS | DBA tables - creation, check etc. | SOURCE me->create_aux_ts( RECEIVING tsaux = tsaux ). |
31 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE me->create_index( table_name = table_name |
32 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_name = pkey_name |
33 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_descr = pkey_descr |
34 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE unique_rule = c_primary_key ). |
35 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE me->create_index( table_name = table_name |
36 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_name = index_name |
37 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_descr = index_descr |
38 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE unique_rule = unique_rule ). |
39 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE me->create_index( table_name = table_name |
40 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_name = pkey_name |
41 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE index_descr = pkey_descr |
42 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_INDEX | DBA tables - creation, check etc. | SOURCE unique_rule = c_primary_key ). |
43 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE me->create_table( table_name = table_name |
44 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = table_descr ). |
45 | ![]() |
CL_DB2_CCMS_DDIC - CREATE_TABLE | DBA tables - creation, check etc. | SOURCE descr = table_descr ). |
46 | ![]() |
CX_DB2_ROOT - CONSTRUCTOR | DB2: root class regarding exceptions |