public class TypeTranslationUtils extends Object
| Constructor and Description |
|---|
TypeTranslationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
translateDB2Type(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of DB2.
|
static String |
translateH2Type(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of H2.
|
static String |
translateMySqlType(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of MySQL.
|
static String |
translateOracleType(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of Oracle.
|
static String |
translatePostgreSqlType(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of PostgreSQL.
|
static String |
translateSqlServerType(DbColumn c,
PdbProperties properties)
Translates the given column to a string representation of SQL Server.
|
public static String translateH2Type(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.public static String translateOracleType(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.public static String translateSqlServerType(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.public static String translateMySqlType(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.public static String translatePostgreSqlType(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.public static String translateDB2Type(DbColumn c, PdbProperties properties)
c - The column.properties - The properties in place.Copyright © 2013. All Rights Reserved.