org.codehaus.modello.generator.database.type
public class Mapping extends Object
Version: 1.1 2003/02/05 08:08:37
| Field Summary | |
|---|---|
| static String | SIZE_FORMAT
Format indicating to use the column type's size, if it is > 1 |
| static String | SIZE_SCALE_FORMAT
Format indicating to use the column type's size and scale
if they are non-zero |
| Constructor Summary | |
|---|---|
| Mapping()
Construct a new Mapping | |
| Mapping(String name, String sqlName, String format) | |
| Method Summary | |
|---|---|
| String | getFormat() |
| String | getName() |
| String | getSQLName() |
| String | getSQLType(Column column) |
| void | setFormat(String format) |
| void | setName(String name) |
| void | setSQLName(String name) |
| String | toString() |
Mapping