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

All Superinterfaces:
RowValueConstructor, org.atp.api.Typeable<RowValueConstructor>

public interface RowDefinition
extends RowValueConstructor

This syntax element represents a comma-separated row value definition of VALUES expression in query.

Author:
Stanislav Muhametsin

Method Summary
 List<ValueExpression> getRowElements()
           
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getRowElements

List<ValueExpression> getRowElements()


Copyright © 2010-2012. All Rights Reserved.