Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


jdbc.sql-cast

Use eclipselink.jdbc.sql-cast to specify if EclipseLink 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


NoteNote:

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



Examples


See Also

For more information, see: