獲取jdbc ResultSet的資料

2021-05-24 03:04:09 字數 435 閱讀 3095

下面**獲取jdbc resultset的資料。

statement st = dbconn.createstatement();

resultset rs = st.executequery( 

「select * from employee」 );

//下面遍歷rs

resultsetmetadata lineinfo = rs.getmetadata();           

int columncount = lineinfo.getcolumncount();

while(rs.next())

} 執行結果:

e_id number 1

e_no number 10001

e_name varchar2 小章

e_sal number 2000

將JDBC ResultSet結果集轉成List

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!private list list new arraylist public string queryall list.add rowdata catch classnotfoundexception e catch sqlexception e ...

將JDBC ResultSet結果集轉成List

private list list new arraylist public string queryall list.add rowdata catch classnotfoundexception e catch sqlexception e return success resultset簡介...

獲取控制代碼獲取指標

1.獲取應用程式指標 2.獲取主框架指標 或者cmainframe pmainframe cmainframe afxgetmainwnd 3.獲取選單指標 cmenu pmenu afxgetmainwnd getmenu 4.獲取工具欄狀態列指標 1 主框架中可以直接使用m wnd m wnds...