public class PlatformPostgresqlImpl extends PlatformDefaultImpl
| Constructor and Description | 
|---|
| PlatformPostgresqlImpl()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. | 
| boolean | usesStandaloneSchema()Returns whether the database has schema support where a schema
 is not tied to a user (oracle) or database (mysql), but can be created
 separately. | 
createNotNullBeforeAutoincrement, formatDateTimeString, getDateString, getNullString, getSizeSuffix, getSqlTypeForSchemaType, getTimestampString, getTimeString, hasUniqueConstraintSize, quoteAndEscape, setSchemaTypeToSqlTypeMappingpublic String getAutoIncrement()
getAutoIncrement in interface PlatformgetAutoIncrement in class PlatformDefaultImplPlatform.getAutoIncrement()public boolean hasScale(String sqlType)
PlatformhasScale in interface PlatformhasScale in class PlatformDefaultImplsqlType - the SQL typePlatform.hasScale(String)public boolean hasSize(String sqlType)
PlatformhasSize in interface PlatformhasSize in class PlatformDefaultImplsqlType - the SQL typePlatform.hasSize(String)protected boolean escapeBackslashes()
PlatformDefaultImplescapeBackslashes in class PlatformDefaultImplpublic boolean usesStandaloneSchema()
usesStandaloneSchema in interface PlatformusesStandaloneSchema in class PlatformDefaultImplCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.