扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.sql接口statement的类成员方法: setfetchdirection定义及介绍
发布时间:2014-2-17
本文导语:
setfetchdirection
void setfetchdirection(int direction)
throws sqlexception
向驱动程序提供关于方向的提示,在使用此 statement 对象创建的 resultset 对象中将按该方向处理行。默认值为 resultset.fetch_forward。
注意,此方法为此 ...