java.lang.Object
io.ebean.config.dbplatform.DbPlatformType
io.ebean.platform.mysql.MySqlBlob
- All Implemented Interfaces:
ExtraDbTypes
Support for blob, mediumblob or longblob selection based on the deployment
length.
If no deployment length is defined longblob is used.
-
Field Summary
Fields inherited from interface io.ebean.config.dbplatform.ExtraDbTypes
CIDR, HSTORE, INET, JSON, JSONB, JSONBlob, JSONClob, JSONVarchar, LINESTRING, LOCALDATETIME, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON, UUID -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebean.config.dbplatform.DbPlatformType
getDefaultLength, getDefaultScale, getName, parse, renderLengthScale, renderType, withLength
-
Constructor Details
-
MySqlBlob
public MySqlBlob()
-
-
Method Details
-
renderType
- Overrides:
renderTypein classDbPlatformType
-