avatar
b*k
1
不是JAVA programmer
被逼着改别人的一个 program
问题比较多, 也比较低级哈
我想 connect to Oracle database to get a value, and put into xxx.
String query = "select 'xyz' from dual" ;
Statement statement = conn.createStatement () ;
ResultSet rs = statement.executeQuery (query) ;
String xxx = rs.getString("????"); <== 放 "????"的地方, can I put
anything there?
avatar
B*g
2
xyz or 0

【在 b******k 的大作中提到】
: 不是JAVA programmer
: 被逼着改别人的一个 program
: 问题比较多, 也比较低级哈
: 我想 connect to Oracle database to get a value, and put into xxx.
: String query = "select 'xyz' from dual" ;
: Statement statement = conn.createStatement () ;
: ResultSet rs = statement.executeQuery (query) ;
: String xxx = rs.getString("????"); <== 放 "????"的地方, can I put
: anything there?

avatar
b*k
3
so, is xyz the column name in the SQL statement?
If I have
select 'xyz' MY_VALUE from dual
then I should put
xxx = rs.getString("MY_VALUE ");
correct?

【在 B*****g 的大作中提到】
: xyz or 0
avatar
c*e
4
找个教课书看看就知道了,这种code都是固定的套路。

【在 b******k 的大作中提到】
: 不是JAVA programmer
: 被逼着改别人的一个 program
: 问题比较多, 也比较低级哈
: 我想 connect to Oracle database to get a value, and put into xxx.
: String query = "select 'xyz' from dual" ;
: Statement statement = conn.createStatement () ;
: ResultSet rs = statement.executeQuery (query) ;
: String xxx = rs.getString("????"); <== 放 "????"的地方, can I put
: anything there?

avatar
b*k
5
手头没书, 也希望今天改完, 短期内不会再碰CODE了

【在 c*********e 的大作中提到】
: 找个教课书看看就知道了,这种code都是固定的套路。
avatar
c*e
6
google

【在 b******k 的大作中提到】
: 手头没书, 也希望今天改完, 短期内不会再碰CODE了
avatar
T*U
7
String getString(int columnIndex)
Retrieves the value of the designated column in the current row of
this ResultSet object as a String in the Java programming language.
String getString(String columnLabel)
Retrieves the value of the designated column in the current row of
this ResultSet object as a String in the Java programming language.

【在 b******k 的大作中提到】
: 不是JAVA programmer
: 被逼着改别人的一个 program
: 问题比较多, 也比较低级哈
: 我想 connect to Oracle database to get a value, and put into xxx.
: String query = "select 'xyz' from dual" ;
: Statement statement = conn.createStatement () ;
: ResultSet rs = statement.executeQuery (query) ;
: String xxx = rs.getString("????"); <== 放 "????"的地方, can I put
: anything there?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。