SAP ABAP Class CL_HDB_SCHEMA_NAME_HANDLER (Schema name handle)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREX (Package) TREX ABAP client
Properties
Class CL_HDB_SCHEMA_NAME_HANDLER  
Short Description Schema name handle    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREX   TREX ABAP client 
Created 20101102   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_HDB_SCHEMA_NAME_HANDLER has no forward declaration.
Interfaces
Class CL_HDB_SCHEMA_NAME_HANDLER has no interface implemented.
Friends
Class CL_HDB_SCHEMA_NAME_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SCHEMA_NAMES Instance attribute Private Type reference (TYPE) T_SCHEMA_NAME_MAPS 20101104
Methods
# Method Level Visibility Method type Description Created on
1 GET Instance method Public Method 20101104
2 GET_FROM_DB Instance method Public Method 20101104
3 PUT Instance method Public Method 20101104
Events
Class CL_HDB_SCHEMA_NAME_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_SCHEMA_NAME_MAP Public See coding 20101104 BEGIN OF t_schema_name_map, con_name TYPE dbcon_name, schema_name TYPE dbcon_uid, END OF t_schema_name_map
2 T_SCHEMA_NAME_MAPS Public See coding 20101104 t_schema_name_maps TYPE STANDARD TABLE OF t_schema_name_map WITH KEY con_name
Method Signatures

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_NAME Call by reference Type reference (TYPE) CLIKE 'DEFAULT' 20101104
2 Returning RVAL Value transfer Type reference (TYPE) DBCON_UID Database User 20101104
# Exception Resumable Description Created on
1 CX_HDB_CONNECTION_NOT_FOUND DB connection does not exist. 20101104

Method GET_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_NAME Call by reference Type reference (TYPE) CLIKE 20101104
2 Returning RVAL Value transfer Type reference (TYPE) DBCON_UID Database User 20101104
# Exception Resumable Description Created on
1 CX_TREX_BAD_REQUEST Unexpected data received from application. 20101104
2 CX_TREX_REMOTE_INITIALIZATION Failed to Initialize Remote Communication 20101104
3 CX_TREX_SQL_EXCEPTION TREX SQL exception 20101104

Method PUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_AND_SCHEMA Call by reference Type reference (TYPE) T_SCHEMA_NAME_MAP 20101104

Method PUT on class CL_HDB_SCHEMA_NAME_HANDLER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in