网页
图片
视频
学术
词典
地图
更多
航班
笔记本
pureQuery
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
pureQuery
is
all about
improving
the
data
access
mechanism
of
your
Java
applications
.
pureQuery
的
主要
目标
就是
改进
Java
应用程序
的
数据
访问
机制
。
www.ibm.com
2.
pureQuery
is
able
to
execute
a
SQL
statement
on
this
existing
result
set
,
filtering
only
the
products
that
have
the
status
of
bestseller
.
pureQuery
可以
在
这个
已
有的
结果
集
上
执行
SQL
语句
,
只
过滤
出
状态
为
畅销
品
的
产品
。
www.ibm.com
3.
The
previous
sections
describe
how
you can
use
the
pureQuery
outline
view
to
see
all
the
SQL
in
an
application
.
前面
的
章节
描述
了
如何
使用
pureQuery
大纲
视图查看
应用程序
中
的
所有
SQL
。
www.ibm.com
4.
The
pureQuery
outline
view
provides
an
easy-to-read
summary
of
all
the
SQL
in the
Java
class
.
pureQuery
大纲
视图
为
Java
类
中
的
所有
SQL
提供
了
一种
易于
阅读
的
汇总
信息
。
www.ibm.com
5.
To
create
the
interface
and
the
default
implementation
file
,
you
can
use
pureQuery
's
ORM
process
,
shown in the
next
section
.
为了
创建
接口
和
默认
实现
类
,
可以
像
下
一
小节
描述
的
那样
使用
pureQuery
的
ORM
过程
。
www.ibm.com
6.
The
fact
that there is
no
associated
connection
tells
pureQuery
that
you
are
querying
in
-
memory
data
and
not
data
stored
in
a
database
.
没有
关联
的
连接
这
一
事实
告诉
pureQuery
要
查询
内存
中
的
数据
,而
不是
存储
在
数据库
中
的
数据
。
www.ibm.com
7.
You are
telling
pureQuery
that the
result
set
of your
statement
should
be
converted
to
objects
of the
class
Employee
.
告诉
pureQuery
应该
把
语句
的
结果
集
转换
为
Employee
类
的
对象
。
www.ibm.com
8.
You
also
observed
that
pureQuery
can
isolate errors
spanning
multiple
lines
and
show
error
markers
just like any
other
Java
language
error
.
还
看到
了
pureQuery
可以
识别
跨
多
行
的
错误
并
显示
与
其他
Java
语言
错误
相似
的
错误
标志
。
www.ibm.com
9.
Results
can
also
be
processed
by
the
pureQuery
engine
into
a
collection
of
user
-
defined
pureQuery
beans
.
还
可以
由
pureQuery
引擎
将
结果
处理
成
用户
定义
pureQuerybean
的
一个
集合
。
www.ibm.com
10.
The
objective
of
this
tutorial
is
to
introduce
you to the
process
of
enabling
an
existing
JDBC
application
for
pureQuery
.
本
教程
的
目标
是
介绍
使
现有
的
JDBC
应用程序
支持
pureQuery
的
步骤
。
www.ibm.com
1
2
3
4
5