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
SQLException
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference