org.hibernate.hql.internal.ast.util
Class ColumnHelper
java.lang.Object
org.hibernate.hql.internal.ast.util.ColumnHelper
public final class ColumnHelper
- extends Object
Provides utility methods for dealing with arrays of SQL column names.
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
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.