| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySqlBlob
Support for blob, mediumblob or longblob selection based on the deployment
length.
|
class |
MySqlClob
Support for text, mediumtext or longtext selection based on the deployment
length.
|
| Modifier and Type | Method and Description |
|---|---|
DbType |
DbTypeMap.get(int jdbcType)
Return the type for a given jdbc type.
|
DbType |
DbTypeMap.lookup(String name,
boolean withScale)
Lookup the platform specific DbType given the standard sql type name.
|
DbType |
DbType.withLength(int defaultLength)
Create a copy of the type with a new default length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbTypeMap.put(int jdbcType,
DbType dbType)
Override the type for a given JDBC type.
|
Copyright © 2016. All rights reserved.