public interface HpCalcStatement
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildStatementAsSqlName(String aliasName)
Build the calculation statement of the column as SQL name.
|
String |
buildStatementToSpecifidName(String columnExp)
Build the calculation statement to the specified column.
|
String |
buildStatementToSpecifidName(String columnExp,
Map<String,String> columnAliasMap)
Build the calculation statement to the specified column.
|
String buildStatementAsSqlName(String aliasName)
aliasName - The alias name of the target column, containing dot mark. (NullAllowed)String buildStatementToSpecifidName(String columnExp)
columnExp - The expression of the column. (NotNull)String buildStatementToSpecifidName(String columnExp, Map<String,String> columnAliasMap)
columnExp - The expression of the column. (NotNull)columnAliasMap - The map of column alias. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.