Class SqlJetViewDef
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetViewDef
- All Implemented Interfaces:
ISqlJetViewDef
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SqlJetViewDef
public SqlJetViewDef(java.lang.String sql, org.antlr.runtime.tree.CommonTree ast)
-
-
Method Details
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceISqlJetViewDef
- Returns:
- name of this view
-
getDatabaseName
public java.lang.String getDatabaseName() -
isTemporary
public boolean isTemporary() -
isKeepExisting
public boolean isKeepExisting() -
toSQL
public java.lang.String toSQL()- Specified by:
toSQL
in interfaceISqlJetViewDef
- Returns:
- SQL used to define this view.
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getRowId
public long getRowId() -
setRowId
public void setRowId(long rowId)
-