JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.tmatesoft.sqljet.core.schema
Interface ISqlJetViewDef
All Known Implementing Classes:
SqlJetViewDef
public interface
ISqlJetViewDef
View Definition.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
String
toSQL
()
Method Details
getName
String
getName
()
Returns:
name of this view
toSQL
String
toSQL
()
Returns:
SQL used to define this view.