|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.modello.generator.database.type.TypesFactory
public class TypesFactory
Factory for constructing Types
from database meta data
Constructor Summary | |
---|---|
TypesFactory()
|
Method Summary | |
---|---|
static Types |
create(java.sql.Connection connection)
Construct a new Types , using meta-data obtained from
a database connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypesFactory()
Method Detail |
---|
public static Types create(java.sql.Connection connection) throws java.sql.SQLException
Types
, using meta-data obtained from
a database connection
connection
- the database connection to obtain meta-data from
java.sql.SQLException
- if meta-data cannot be accessed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |