版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、3.23.2游標游標顯示游標分為:普通游標,參數(shù)化游標和游標變量三種。下面以一個過程來進行說明Java代碼1.createreplaceprocedureproccurs(pvar2)2.as3.v_rownumnumber(10):=14.cursc_postypeispos_typefrompos_type_tblwhererownum=15.cursc_postype1ispos_typefrompos_type_tblwhere
2、rownum=v_rownum6.cursc_postype2(p_rownumnumber)ispos_typefrompos_type_tblwhererownum=p_rownum7.typet_postypeisrefcurs8.c_postype3t_postype9.v_postypevar2(20)10.begin11.openc_postype12.fetchc_postypeintov_postype13.dbms_o
3、utput.put_line(v_postype)14.closec_postype15.openc_postype116.fetchc_postype1intov_postype17.dbms_output.put_line(v_postype)18.closec_postype119.openc_postype2(1)20.fetchc_postype2intov_postype21.dbms_output.put_line(v_p
4、ostype)22.closec_postype223.openc_postype3fpos_typefrompos_type_tblwhererownum=124.fetchc_postype3intov_postype25.dbms_output.put_line(v_postype)26.closec_postype327.endcursc_postypeispos_typefrompos_type_tblwhererownum=
5、1這一句是定義了一個最普通的游標,把整個查詢已經(jīng)寫死調(diào)用時不可以作任何改變。cursc_postype1ispos_typefrompos_type_tblwhererownum=v_rownum這一句并沒有寫死,查詢參數(shù)由變量v_rownum來決定。需要注意的是v_rownum必須在這個游標定義之前聲明。cursc_postype2(p_rownumnumber)ispos_typefrompos_type_tblwhererownu
6、m=p_rownum這一條語句與第二條作用相似,都是可以為游標實現(xiàn)動態(tài)的查詢。但是它進一步的縮小了參數(shù)的作用域范圍。但是可讀性降低了不少。typet_postypeisrefcursc_postype3t_postype先定義了一個引用游標類型,然后再聲明了一個游標變量。openc_postype3fpos_typefrompos_type_tblwhererownum=1然后再用openf來打開一個查詢。需要注意的是它可以多次使用用來
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權(quán)或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
評論
0/150
提交評論