Klasse PlatformDerbyImpl
java.lang.Object
org.apache.torque.templates.platform.PlatformDefaultImpl
org.apache.torque.templates.platform.PlatformDerbyImpl
- Alle implementierten Schnittstellen:
Platform
Derby Platform implementation.
- Version:
- $Id: PlatformDerbyImpl.java 1896195 2021-12-20 17:41:20Z gk $
- Autor:
- Johnny Macchione, Greg Monroe
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
Returns whether backslashes must be escaped in string literals.boolean
Returns if the RDBMS-specific SQL type has a scale attribute.boolean
Returns if the RDBMS-specific SQL type has a size attribute.Von Klasse geerbte Methoden org.apache.torque.templates.platform.PlatformDefaultImpl
createNotNullBeforeAutoincrement, formatDateTimeString, getDateString, getNullString, getSizeSuffix, getSqlTypeForSchemaType, getTimestampString, getTimeString, hasUniqueConstraintSize, quoteAndEscape, setSchemaTypeToSqlTypeMapping, usesStandaloneSchema
-
Konstruktordetails
-
PlatformDerbyImpl
public PlatformDerbyImpl()Default constructor.
-
-
Methodendetails
-
getAutoIncrement
- Angegeben von:
getAutoIncrement
in SchnittstellePlatform
- Setzt außer Kraft:
getAutoIncrement
in KlassePlatformDefaultImpl
- Gibt zurück:
- The RDBMS-specific SQL fragment for autoincrement.
- Siehe auch:
-
hasScale
Beschreibung aus Schnittstelle kopiert:Platform
Returns if the RDBMS-specific SQL type has a scale attribute.- Angegeben von:
hasScale
in SchnittstellePlatform
- Setzt außer Kraft:
hasScale
in KlassePlatformDefaultImpl
- Parameter:
sqlType
- the SQL type- Gibt zurück:
- true if the type has a scale attribute
- Siehe auch:
-
hasSize
Beschreibung aus Schnittstelle kopiert:Platform
Returns if the RDBMS-specific SQL type has a size attribute.- Angegeben von:
hasSize
in SchnittstellePlatform
- Setzt außer Kraft:
hasSize
in KlassePlatformDefaultImpl
- Parameter:
sqlType
- the SQL type- Gibt zurück:
- true if the type has a size attribute
- Siehe auch:
-
escapeBackslashes
protected boolean escapeBackslashes()Beschreibung aus Klasse kopiert:PlatformDefaultImpl
Returns whether backslashes must be escaped in string literals.- Setzt außer Kraft:
escapeBackslashes
in KlassePlatformDefaultImpl
- Gibt zurück:
- true if backslashes bust be escaped, false otherwise.
-