|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.common.CommonCriteriaAdapter
oracle.jbo.server.BaseSQLBuilderImpl
oracle.jbo.server.SQLiteSQLBuilderImpl
public class SQLiteSQLBuilderImpl
Field Summary |
---|
Fields inherited from class oracle.jbo.server.BaseSQLBuilderImpl |
---|
CLASS_INSTANCE |
Fields inherited from class oracle.jbo.common.CommonCriteriaAdapter |
---|
BETWEEN, IN, IS, LIKE, LIKE_QOT, NOT, NULL, QOT, QOTSTR |
Fields inherited from interface oracle.jbo.server.SQLBuilder |
---|
BINDING_STYLE_JDBC, BINDING_STYLE_ORACLE, BINDING_STYLE_ORACLE_NAME, BINDING_STYLE_UNKNOWN, DML_DELETE, DML_INSERT, DML_UPDATE |
Constructor Summary | |
---|---|
SQLiteSQLBuilderImpl()
|
Method Summary | |
---|---|
protected int |
bindParamValue(int bindingStyle,
java.lang.Object value,
DBTransactionImpl trans,
PreparedStatement stmt,
AttributeDefImpl attrDef,
int bindIndex,
boolean skipNull)
|
java.lang.String |
getDbType()
Returns a string uniquely identifying this type of SQLBuilder. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLiteSQLBuilderImpl()
Method Detail |
---|
public java.lang.String getDbType()
SQLBuilder
getDbType
in interface SQLBuilder
getDbType
in class BaseSQLBuilderImpl
protected int bindParamValue(int bindingStyle, java.lang.Object value, DBTransactionImpl trans, PreparedStatement stmt, AttributeDefImpl attrDef, int bindIndex, boolean skipNull) throws SQLException
bindParamValue
in class BaseSQLBuilderImpl
SQLException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |