質問編集履歴

1

詳しく

2017/12/22 08:37

投稿

RYOHEI1009
RYOHEI1009

スコア45

test CHANGED
File without changes
test CHANGED
@@ -122,4 +122,22 @@
122
122
 
123
123
 
124
124
 
125
+ ``````Java
126
+
127
+            rsText=rs.getString("question");
128
+
129
+ //選択肢取得
130
+
131
+ rsSelect_1=rs.getString("select_1");
132
+
133
+ rsSelect_2=rs.getString("select_2");
134
+
135
+ rsSelect_3=rs.getString("select_3");
136
+
137
+ rsSelect_4=rs.getString("select_4");
138
+
125
139
  ```
140
+
141
+
142
+
143
+ 上記を戻り値として返したいです。