 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformationSchema ¶
type InformationSchema struct {
	// contains filtered or unexported fields
}
    func Newo ¶
func Newo(c *catalog.Catalog) InformationSchema
Provide a read-only view into the catalog
func (*InformationSchema) Columns ¶
func (i *InformationSchema) Columns() []Column
SELECT * FROM information_schema.columns;
func (*InformationSchema) Schemata ¶
func (i *InformationSchema) Schemata() []Schema
SELECT * FROM information_schema.schemata;
func (*InformationSchema) Tables ¶
func (i *InformationSchema) Tables() []Table
SELECT * FROM information_schema.tables;
 Click to show internal directories. 
   Click to hide internal directories.