public class JavaPlatform extends Object
JDPlatform| Constructor and Description |
|---|
JavaPlatform() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
conformLike(Object left,
Object right)
INTERNAL:
Conform an expression which uses the operator "like" for an in-memory query
|
static Boolean |
conformRegexp(Object left,
Object right)
INTERNAL:
Conform an expression which uses the operator "regexp" for an in-memory query
|
static String |
getStringAndFreeSQLXML(Object sqlXml)
INTERNAL:
Casts the passed object to SQLXML and calls getString and free methods
|
static boolean |
isSQLXML(Object object)
INTERNAL:
Indicates whether the passed object implements java.sql.SQLXML introduced in jdk 1.6
|
public static Boolean conformLike(Object left, Object right)
public static Boolean conformRegexp(Object left, Object right)
public static boolean isSQLXML(Object object)
public static String getStringAndFreeSQLXML(Object sqlXml) throws SQLException
SQLExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference