|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaje.ebean.config.dbplatform.DbType
com.avaje.ebean.config.dbplatform.MySqlClob
public class MySqlClob
Support for text, mediumtext or longtext selection based on the deployment length.
If no deployment length is defined longtext is used.
Constructor Summary | |
---|---|
MySqlClob() |
Method Summary | |
---|---|
String |
renderType(int deployLength, int deployScale) Return the type for a specific property that incorporates the name, length, precision and scale. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MySqlClob()
Method Detail |
---|
public String renderType(int deployLength, int deployScale)
DbType
The deployLength and deployScale are for the property we are rendering the DB type for.
renderType
in class DbType
deployLength
- the length or precision defined by deployment on a specific property.deployScale
- the scale defined by deployment on a specific property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |