|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter
|
+--org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.MysqlAdapter
| Constructor Summary | |
MysqlAdapter()
|
|
| Method Summary | |
java.lang.String |
getSqlGetterName(PType pt,
java.lang.String resultSet,
int idx)
This method returns the sql getter method associated to the PType specified in parameter. |
java.lang.String |
getSqlType(PType pt,
boolean usedInPK)
This method returns the SQL type linked to the PType specified in parameter. |
void |
setVarcharSize(int s)
|
void |
setVarcharSizeInPk(int s)
|
| Methods inherited from class org.objectweb.jorm.runtime.mapper.rdb.adapter.lib.BasicRdbAdapter |
fetchResultSetSize, getBigDecimal, getBoolean, getByte, getByteArray, getChar, getCharArray, getDate, getDouble, getFloat, getInt, getLong, getObject, getOboolean, getObyte, getOchar, getOdouble, getOfloat, getOint, getOlong, getOshort, getShort, getSqlSetterName, getSqlTypeCode, getString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString, getValueAsSQLString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MysqlAdapter()
| Method Detail |
public void setVarcharSize(int s)
public void setVarcharSizeInPk(int s)
public java.lang.String getSqlType(PType pt,
boolean usedInPK)
throws PExceptionProtocol
RdbAdpatergetSqlType in class BasicRdbAdapter
public java.lang.String getSqlGetterName(PType pt,
java.lang.String resultSet,
int idx)
throws PExceptionProtocol
RdbAdpatergetSqlGetterName in class BasicRdbAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||