All Implemented Interfaces:
NamedSchema, Iterable<com.invirgance.convirgance.json.JSONObject>

public class View extends TabularStructure implements Iterable<com.invirgance.convirgance.json.JSONObject>
Author:
jbanes
  • Constructor Details

  • Method Details

    • select

      public SelectStatement select()
      Creates a select statement for this view.
      Returns:
      SelectStatement to query against this view.
    • iterator

      public Iterator<com.invirgance.convirgance.json.JSONObject> iterator()
      Specified by:
      iterator in interface Iterable<com.invirgance.convirgance.json.JSONObject>