public interface JDKPlatform
JDK15Platform
,
JavaPlatform
Modifier and Type | Method and Description |
---|---|
Boolean |
conformLike(Object left,
Object right)
Conforming queries with LIKE will act differently in different JDKs.
|
Boolean |
conformRegexp(Object left,
Object right)
Conforming queries with REGEXP will act differently in different JDKs.
|
String |
getStringAndFreeSQLXML(Object sqlXml)
Casts the passed object to SQLXML and calls getString and free methods
|
boolean |
isSQLXML(Object object)
Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
|
Boolean conformLike(Object left, Object right)
Boolean conformRegexp(Object left, Object right)
boolean isSQLXML(Object object)
String getStringAndFreeSQLXML(Object sqlXml) throws SQLException
SQLException
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference