Class View
java.lang.Object
com.invirgance.convirgance.jdbc.schema.TabularStructure
com.invirgance.convirgance.jdbc.schema.View
- 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 Summary
ConstructorsConstructorDescriptionView
(com.invirgance.convirgance.json.JSONObject record, DatabaseSchemaLayout layout, Schema schema) -
Method Summary
Methods inherited from class com.invirgance.convirgance.jdbc.schema.TabularStructure
equals, getColumn, getColumns, getName, getQuotedName, getSchema, getType, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
View
public View(com.invirgance.convirgance.json.JSONObject record, DatabaseSchemaLayout layout, Schema schema)
-
-
Method Details