Class SqlJetVirtualTableDef
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetVirtualTableDef
- All Implemented Interfaces:
ISqlJetVirtualTableDef
-
Constructor Details
-
SqlJetVirtualTableDef
public SqlJetVirtualTableDef(org.antlr.runtime.tree.CommonTree ast, int page) throws SqlJetException - Throws:
SqlJetException
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein interfaceISqlJetVirtualTableDef- Returns:
- the name
-
getDatabaseName
- Specified by:
getDatabaseNamein interfaceISqlJetVirtualTableDef- Returns:
- the databaseName
-
getModuleName
- Specified by:
getModuleNamein interfaceISqlJetVirtualTableDef- Returns:
- the moduleName
-
getModuleColumns
- Specified by:
getModuleColumnsin interfaceISqlJetVirtualTableDef- Returns:
- the moduleColumns
-
getPage
public int getPage()- Specified by:
getPagein interfaceISqlJetVirtualTableDef- Returns:
- the page
-
setPage
public void setPage(int page) - Specified by:
setPagein interfaceISqlJetVirtualTableDef- Parameters:
page- the page to set
-
getRowId
public long getRowId()- Specified by:
getRowIdin interfaceISqlJetVirtualTableDef- Returns:
- the rowId
-
setRowId
public void setRowId(long rowId) - Specified by:
setRowIdin interfaceISqlJetVirtualTableDef- Parameters:
rowId- the rowId to set
-
toString
-
toSQL
- Specified by:
toSQLin interfaceISqlJetVirtualTableDef- Returns:
- SQL representation of this virtual table schema definition.
-
toSQL
-