org.hibernate.hql.ast.util
Class ColumnHelper
java.lang.Object
org.hibernate.hql.ast.util.ColumnHelper
public final class ColumnHelper
- extends Object
Provides utility methods for dealing with arrays of SQL column names.
- Author:
- josh Jan 3, 2005 9:08:47 AM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generateSingleScalarColumn
public static void generateSingleScalarColumn(HqlSqlWalkerNode node,
int i)
generateScalarColumns
public static void generateScalarColumns(HqlSqlWalkerNode node,
String[] sqlColumns,
int i)
- Generates the scalar column AST nodes for a given array of SQL columns