public class PlatformDerbyImpl extends PlatformDefaultImpl
| Constructor and Description | 
|---|
| PlatformDerbyImpl()Default constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | escapeBackslashes()Returns whether backslashes must be escaped in string literals. | 
| String | getAutoIncrement() | 
| boolean | hasScale(String sqlType)Returns if the RDBMS-specific SQL type has a scale attribute. | 
| boolean | hasSize(String sqlType)Returns if the RDBMS-specific SQL type has a size attribute. | 
createNotNullBeforeAutoincrement, formatDateTimeString, getDateString, getNullString, getSizeSuffix, getSqlTypeForSchemaType, getTimestampString, getTimeString, hasUniqueConstraintSize, quoteAndEscape, setSchemaTypeToSqlTypeMapping, usesStandaloneSchemapublic String getAutoIncrement()
getAutoIncrement in interface PlatformgetAutoIncrement in class PlatformDefaultImplPlatformDefaultImpl.getAutoIncrement()public boolean hasScale(String sqlType)
PlatformhasScale in interface PlatformhasScale in class PlatformDefaultImplsqlType - the SQL typePlatformDefaultImpl.hasScale(java.lang.String)public boolean hasSize(String sqlType)
PlatformhasSize in interface PlatformhasSize in class PlatformDefaultImplsqlType - the SQL typePlatformDefaultImpl.hasSize(java.lang.String)protected boolean escapeBackslashes()
PlatformDefaultImplescapeBackslashes in class PlatformDefaultImplCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.