org.andromda.schema2xmi
Class JdbcTypeFinder
java.lang.Object
org.andromda.schema2xmi.JdbcTypeFinder
- public class JdbcTypeFinder
- extends Object
Provides the ability to find a java.sql.Types field name based
on an int value.
- Author:
- Chad Brandon
|
Method Summary |
static String |
find(int jdbcType)
Finds the name of the jdbcType passed in, or null if there
is no type in the java.sql.Types class matching the given
jdbcType. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcTypeFinder
public JdbcTypeFinder()
find
public static String find(int jdbcType)
- Finds the name of the
jdbcType passed in, or null if there
is no type in the java.sql.Types class matching the given
jdbcType.
- Parameters:
jdbcType - the JDBC type to find.
- Returns:
- the JDBC type name.
Copyright © 2003-2006 The AndroMDA Team. All Rights Reserved.