- Enclosing class:
Records
public static class Records.View
extends Object
Pojo object for a record in INFORMATION_SCHEMA.VIEWS
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
TABLE_CATALOG 
public final String TABLE_CATALOG
-
TABLE_SCHEMA 
public final String TABLE_SCHEMA
-
TABLE_NAME 
public final String TABLE_NAME
-
VIEW_DEFINITION 
public final String VIEW_DEFINITION
-
Constructor Details 
-
View 