jdbc.sql-cast

Use eclipselink.jdbc.sql-cast to specify if TopLink uses platform-specific (that is, "native") CAST SQL operations.

Values

Table 5-47 describes this persistence property's values.

Table 5-47 Valid Values for jdbc.sql-cast

Value Description

true

Use platform-specific CAST operations.

false

Do not use platform-specific CAST operations


Usage

Note:

normally, casting is not required. Using it may cause issues.

Examples

See Also

For more information, see: