Verwendungen von Klasse
org.apache.torque.templates.typemapping.SqlType
Packages, die SqlType verwenden
Package
Beschreibung
This package contains classes that provide compatibility to a range of RDBM platforms.
Contains transformers and their helpers throughout the templates.
Contains transformers and their helpers
for the generation of SQL files.
-
Verwendungen von SqlType in org.apache.torque.templates.platform
Methoden in org.apache.torque.templates.platform, die SqlType zurückgebenModifizierer und TypMethodeBeschreibungPlatform.getSqlTypeForSchemaType
(SchemaType schemaType) Returns the db specific SQL type for a Torque type.PlatformDefaultImpl.getSqlTypeForSchemaType
(SchemaType schemaType) Methoden in org.apache.torque.templates.platform mit Parametern vom Typ SqlTypeModifizierer und TypMethodeBeschreibungprotected void
PlatformDefaultImpl.setSchemaTypeToSqlTypeMapping
(SchemaType schemaType, SqlType sqlType) Adds a mapping to the torque schema type -> sql type map. -
Verwendungen von SqlType in org.apache.torque.templates.transformer
Methoden in org.apache.torque.templates.transformer, die SqlType zurückgebenModifizierer und TypMethodeBeschreibungstatic SqlType
SchemaTypeHelper.getDomain
(SourceElement columnElement, ControllerState controllerState) static SqlType
SchemaTypeHelper.getDomain
(Column column, ControllerState controllerState) static SqlType
SchemaTypeHelper.getSqlType
(SchemaType schemaType, SqlType domainType, ControllerState controllerState, String size, String scale, String defaultValue) Returns the SQL type for a schema type and the specified target database.Methoden in org.apache.torque.templates.transformer mit Parametern vom Typ SqlTypeModifizierer und TypMethodeBeschreibungstatic SqlType
SchemaTypeHelper.getSqlType
(SchemaType schemaType, SqlType domainType, ControllerState controllerState, String size, String scale, String defaultValue) Returns the SQL type for a schema type and the specified target database. -
Verwendungen von SqlType in org.apache.torque.templates.typemapping
Unterklassen von SqlType in org.apache.torque.templates.typemappingModifizierer und TypKlasseBeschreibungclass
Supports the Derby / DB2 / SQL92 standard for defining Binary data fields with either CHAR(#) FOR BIT DATA or VARCHAR(#) FOR BIT DATA.Methoden in org.apache.torque.templates.typemapping, die SqlType zurückgebenModifizierer und TypMethodeBeschreibungReturns a new instance with the given sqlTypeName, size, scale and default value.Konstruktoren in org.apache.torque.templates.typemapping mit Parametern vom Typ SqlType