org.modeshape.graph.query.validate
Interface Schemata.View

All Superinterfaces:
Schemata.Table
Enclosing interface:
Schemata

public static interface Schemata.View
extends Schemata.Table

Information about a view that is defined in terms of other views/tables.


Method Summary
 QueryCommand getDefinition()
          Get the query that is the definition of the view.
 
Methods inherited from interface org.modeshape.graph.query.validate.Schemata.Table
getColumn, getColumns, getColumnsByName, getKey, getKey, getKeys, getName, getSelectAllColumns, getSelectAllColumnsByName, hasExtraColumns, hasKey, hasKey
 

Method Detail

getDefinition

QueryCommand getDefinition()
Get the query that is the definition of the view.

Returns:
the view definition; never null


Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.