org.hibernate.sql.ordering.antlr
Interface ColumnReference

All Superinterfaces:
SqlValueReference

public interface ColumnReference
extends SqlValueReference

Reference to a column name.


Method Summary
 String getColumnName()
          Retrieve the column name.
 

Method Detail

getColumnName

String getColumnName()
Retrieve the column name.

Returns:
THe column name


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.