org.sql.generation.api.grammar.query
Interface TableValueConstructor

All Superinterfaces:
NonBooleanExpression, QueryExpressionBody, QueryExpressionBodyActual, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface TableValueConstructor
extends QueryExpressionBodyActual

This syntax element represents the VALUES expression in query.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody
QueryExpressionBody.EmptyQueryExpressionBody
 
Method Summary
 List<RowValueConstructor> getRows()
           
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getRows

List<RowValueConstructor> getRows()


Copyright © 2010-2012. All Rights Reserved.