|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.andromda.schema2xmi.JdbcTypeFinder
public class JdbcTypeFinder
Provides the ability to find a java.sql.Types field name based
on an int value.
| Constructor Summary | |
|---|---|
JdbcTypeFinder()
|
|
| Method Summary | |
|---|---|
static java.lang.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 |
| Constructor Detail |
|---|
public JdbcTypeFinder()
| Method Detail |
|---|
public static java.lang.String find(int jdbcType)
jdbcType passed in, or null if there
is no type in the java.sql.Types class matching the given
jdbcType.
jdbcType - the JDBC type to find.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||