public interface SpecifiedSelectColumnHandler
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handle(String tableAliasName,
SpecifiedColumn specifiedColumn)
Handle the specified column.
|
void handle(String tableAliasName, SpecifiedColumn specifiedColumn)
tableAliasName - The alias name of table. (NotNull)specifiedColumn - The info about column specification. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.