网页
图片
视频
学术
词典
地图
更多
航班
笔记本
JDBCAPI
网络
应用程序接口
网络释义
1.
应用程序接口
JDBC 主要由两层组成:JDBC
应用程序接口
(
JDBCAPI
)和 JDBC 驱动应用程序接口. JDBCAPI 提供从应用程序到 JDBC 管理器 …
wenku.baidu.com
|
基于2个网页
例句
释义:
全部
全部
,
应用程序接口
应用程序接口
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
next
few
sections
demonstrate
how
you can
use
the JDBC API to
selectively
update
,
delete
, or
insert
new
data
into
a
ResultSet
.
接下来
的
几个
部分
将
演示
如何
使用
JDBCAPI
有
选择性地
更新
、
删除
数据
或
把
新
数据
插入
ResultSet
中
。
www.ibm.com
2.
There are
many
traps
hided
behind
the
surface
in
despite
of JDBC API is
quite
simple
.
尽管
JDBCAPI
相当
简单
,
但是
许多
“
陷阱
”
隐藏
在
表面
下边
。
stae.com.cn
3.
The
second
edition
of the JDBC API
introduced
support
for
two
new
types
of
cursors
:
scroll
-
sensitive
cursors
and
scroll
-
insensitive
cursors
.
第二
版
的
JDBCAPI
引入
了
对
两
类
新
游标
的
支持
:
滚动
敏感
游标
和
滚动
不
敏感
游标
。
www.ibm.com
4.
Applications
can
use
the
JDBC API
to
access
data
residing
in
a
relational
database
management system (RDBMS)
.
程序
可以
使用
JDBCAPI
来
访问
位于
关系
数据库
中
的
数据
。
blog.sina.com.cn
5.
An
SQL
database
and
the JDBC API
provide
an
easy
way
of
storing
information
and
quickly
searching
previously
stored
data
.
SQL
数据库
和
JDBCAPI
提供
了
一种
轻松
的
方法
用于
存储
信息
和
快速
搜索
先前
存储
的
数据
。
www.ibm.com
6.
In
fact
,
the JDBC API
allows
any
Java
program
-
-
even
an
applet
--
to
connect
to
a
relational
database
(
RDBMS
)
.
实际上
,
JDBCAPI
允许
任何
Java
程序
―
甚至
是
applet
―
连接
到
关系型
数据库
(
RDBMS
)
上
。
www.ibm.com
7.
The JDBC API
is
designed
in
a
hierarchical
manner
,
where
an
object
of
one
type
contains
objects
of other types
.
JDBCAPI
是
按照
层次
结构
方式
设计
的
,
其中
一种
类型
的
对象
包含
其他
类型
的
对象
。
www.ibm.com
8.
We
used
the JDBC API
to
connect
to our
company
's
various
database
platforms
and
applied the DAO
design
pattern
throughout
the
applications
.
我们
用
JDBCAPI
连接
到
我们
公司
的
不同
数据库
平台上
,
并
在
整个
应用程序
中
使用
DAO
设计
模式
。
www.ibm.com
9.
An
embedded
application
can
execute
backups
using
the JDBC API; the
application
client does not need
to
administrate
the
backup
.
嵌入式
应用程序
可以
使用
JDBCAPI
来
执行
备份
,
而
应用程序
客户机
不
需要
管理
备份
。
www.ibm.com
10.
The JDBC API
fulfills
two
of the
three
contracts
defined
by the
connector
architecture
.
JDBCAPI
实现
了
连结
器
体系结构
定义
的
三个
协议
中
的
两
个
。
www-128.ibm.com
1
2
3