columns property
      
      Iterable<DatabaseResultSchemaColumn> 
      get
      columns
      
    
    
Returns the columns schemas of the result.
Implementation
Iterable<DatabaseResultSchemaColumn> get columns;Returns the columns schemas of the result.
Iterable<DatabaseResultSchemaColumn> get columns;