Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.jdo.engine.BaseFactory
org.exolab.castor.jdo.drivers.GenericFactory
org.exolab.castor.jdo.drivers.MySQLFactory
public final class MySQLFactory
extends GenericFactory
PersistenceFactory
for MySQL JDBC driver.
Method Summary | |
Class |
|
String | |
QueryExpression |
Methods inherited from class org.exolab.castor.jdo.drivers.GenericFactory | |
doubleQuoteName , getFactoryName , getQueryExpression , isDuplicateKeyException , quoteName |
Methods inherited from class org.exolab.castor.jdo.engine.BaseFactory | |
adjustSqlType , getCallQuery , getPersistence , supportsSetNullInWhere |
public Class adjustSqlType(Class sqlType)
For CLOB type ResultSet.setClob() is not supported yet by mm.MySql JDBC driver. BLOB support is buggy in MM.MySQL 2.0.3: it handles NULL values in incorrect way.
- Overrides:
- adjustSqlType in interface BaseFactory
public String getFactoryName()
- Specified by:
- getFactoryName in interface PersistenceFactory
- Overrides:
- getFactoryName in interface GenericFactory
public QueryExpression getQueryExpression()
- Specified by:
- getQueryExpression in interface PersistenceFactory
- Overrides:
- getQueryExpression in interface GenericFactory