SAP ABAP Class CL_SQL_METADATA_SYB (Method to Describe DB Objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-SYB (Application Component) Sybase ASE Database Platform
     SSYB (Package) Sybase Data Dictionary Part
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SQL_METADATA Method to Describe DB Objects 20100727
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SQL_METADATA_SIQ Method to Describe DB Objects 20130718
Properties
Class CL_SQL_METADATA_SYB  
Short Description Method to Describe DB Objects    
Super Class CL_SQL_METADATA Method to Describe DB Objects 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SSYB   Sybase Data Dictionary Part 
Created 20100727   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 ADBC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SQL_METADATA_SYB has no interface implemented.
Friends
Class CL_SQL_METADATA_SYB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_DBMS_TYPE_ASE Constant Public Type reference (TYPE) STRING 'ASE' 20120911
2 CO_DBMS_TYPE_IQ Constant Public Type reference (TYPE) STRING 'IQ' 20120911
3 DBMS_TYPE Instance attribute Private Type reference (TYPE) STRING 20120911
4 DBNAME Instance attribute Private Type reference (TYPE) SYBDBNAME SYB: DB Name 20100809
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100727
2 IS_SAP_SYSTEM Instance method Private Method Check if System is SAP System 20100908
3 MAP_DB_TO_DDIC_TYPE Instance method Private Method Mapping of Sybase Type to Appropriate DDIC Type 20100727
Events
Class CL_SQL_METADATA_SYB has no event.
Types
Class CL_SQL_METADATA_SYB has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_REF Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20100727
2 Importing DBNAME Call by reference Type reference (TYPE) SYBDBNAME SYB: DB Name 20100809
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20100727

Method IS_SAP_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_SAP_SYSTEM Value transfer Type reference (TYPE) ABAP_BOOL 20100908
2 Importing SCHEMA_NAME Call by reference Type reference (TYPE) ADBC_NAME 20100908

Method IS_SAP_SYSTEM on class CL_SQL_METADATA_SYB has no exception.

Method MAP_DB_TO_DDIC_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing COLUMN_DESCR Call by reference Type reference (TYPE) ADBC_TABCOL_DESCR 20100727
2 Importing IS_SAP_SYSTEM Call by reference Type reference (TYPE) ABAP_BOOL 20100908
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20100727
History
Last changed by/on SAP  20141121 
SAP Release Created in 703