public interface SqlNameFilter
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
filter(String sqlName,
String correspondingDbName)
Filter the SQL name of a object, for example, table or column.
|
String filter(String sqlName, String correspondingDbName)
sqlName - The original SQL name (means a name can be used on SQL). (NotNull)correspondingDbName - The corresponding DB name of the SQL name (to identity its table). (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.