Reflection
final class Reflection
Provides database schema reflection.
Properties
| Table> | $tables | 
Methods
                    array
                
                
                    getTables()
        
                                            
                
            No description
                    bool
                
                
                    hasTable(string $name)
        
                                            
                
            No description
                    getDatabaseEngine()
        
                                            
                
            No description
                    mixed
                
                
                    __get($name)
        
                                            
                
            No description
Details
        at line 25
                            
    __construct(Engine $engine)
        
    
    No description
        at line 33
                            array
    getTables()
        
    
    No description
        at line 43
                            Table
    getTable(string $name)
        
    
    Returns table metadata.
        at line 64
                            bool
    hasTable(string $name)
        
    
    No description
        at line 78
                            Engine
    getDatabaseEngine()
        
    
    | internal | 
No description
        at line 94
                            mixed
    __get($name)
        
    
    No description