org.codehaus.modello.generator.database.type
Class TypesFactory
java.lang.Object
org.codehaus.modello.generator.database.type.TypesFactory
public class TypesFactory
extends java.lang.Object
Factory for constructing
Types
from database meta data
static Types | create(Connection connection) - Construct a new
Types , using meta-data obtained from
a database connection
|
create
public static Types create(Connection connection)
throws SQLException
Construct a new Types
, using meta-data obtained from
a database connection
connection
- the database connection to obtain meta-data from