public final class ExpressionMeta extends Object implements Cloneable
ExpressionMeta(String catalog, String schema, String tableName, String fieldName, Class<?> fieldType, String expression, String jdbcType, int jdbcTypeValue, boolean selectable, String tableAliasPlaceholder)
ExpressionMeta
clone()
String
getExpressionWithoutTableAlias()
getExpressionWithTableAlias(String alias)
getExpressionWithTableName()
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExpressionMeta(String catalog, String schema, String tableName, String fieldName, Class<?> fieldType, String expression, String jdbcType, int jdbcTypeValue, boolean selectable, String tableAliasPlaceholder)
public ExpressionMeta clone()
clone
Object
public String getExpressionWithoutTableAlias()
public String getExpressionWithTableAlias(String alias)
public String getExpressionWithTableName()
Copyright © 2024 fossc. All rights reserved.