public class JDK15Platform extends Object implements JDKPlatform
| Constructor and Description |
|---|
JDK15Platform() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
conformLike(Object left,
Object right)
INTERNAL:
An implementation of in memory queries with Like which uses the
regular expression framework.
|
Boolean |
conformRegexp(Object left,
Object right)
INTERNAL:
An implementation of in memory queries with Regexp which uses the
regular expression framework.
|
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
|
public Boolean conformLike(Object left, Object right)
conformLike in interface JDKPlatformpublic Boolean conformRegexp(Object left, Object right)
conformRegexp in interface JDKPlatformpublic boolean isSQLXML(Object object)
isSQLXML in interface JDKPlatformpublic String getStringAndFreeSQLXML(Object sqlXml) throws SQLException
getStringAndFreeSQLXML in interface JDKPlatformSQLExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference