Enterprise J2ME Developing Mobile Java Applications [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Enterprise J2ME Developing Mobile Java Applications [Electronic resources] - نسخه متنی

Michael Juntao Yuan

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



11.5 The JDBC Optional Package for the CDC


Due to the resource limits of mobile devices, we can support only part of the JDBC API on J2ME. The CDC JDBC optional package is a rich subset of JDBC v3.0. In particular, the following standard JDBC features are not supported.

Connection pools.

The ParameterMetaData interface.

Setting parameters by name in the CallableStatement interface.

SQL 99 types (the Struct, Array, Ref, SQLData, SQLInput, and SQLOutput interfaces).

Custom type mapping (the setTypeMap() and getTypeMap() methods).


The J2ME subset of JDBC is supported by most mobile database vendors. In addition to the standard interfaces, vendors provide performance and productivity features to distinguish themselves from competitors. In the next several sections, we look at mobile database solutions from leading vendors.


/ 204