Try OpenEdge Now
skip to main content
Object-oriented Programming
Getting Started with Classes, Interfaces, and Objects : Using the CLASS construct : Namespaces for naming class members : Tables
 
Tables
Whenever an ABL file refers to a database table, an implicit buffer of the same name as the table is created. For class files this implicit buffer is logically created as a private instance member. These implicit buffers overlap the buffer/temp-table namespace.