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, usesStandaloneSchema
public String getAutoIncrement()
getAutoIncrement
in interface Platform
getAutoIncrement
in class PlatformDefaultImpl
PlatformDefaultImpl.getAutoIncrement()
public boolean hasScale(String sqlType)
Platform
hasScale
in interface Platform
hasScale
in class PlatformDefaultImpl
sqlType
- the SQL typePlatformDefaultImpl.hasScale(java.lang.String)
public boolean hasSize(String sqlType)
Platform
hasSize
in interface Platform
hasSize
in class PlatformDefaultImpl
sqlType
- the SQL typePlatformDefaultImpl.hasSize(java.lang.String)
protected boolean escapeBackslashes()
PlatformDefaultImpl
escapeBackslashes
in class PlatformDefaultImpl
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.