题目内容

执行SQL语句,需使用Statement对象的哪个方法?

A. createStatement
B. executeQuery
C. getString
D. next

查看答案
更多问题

从ResultSet对象中取出一条记录,使用哪个方法()

A. getRecord
B. getString
C. getNext
D. next

标签dataSource属于所属的文件是()

A. mybatis-config.xml
B. mapper.xml
C. web.xml
D. html文件

如果有如下配置,,说明UserMapper.xml应该创建于()

A. src根中
B. src中的mapper包中
C. src中的com.mapper包中

SqlSessionFactory对象的作用是()

A. 得到数据库连接
B. 得到执行sql的对象
C. 执行sql语句
D. 输出从数据库表中取得的数据结果

答案查题题库