| 程序包 | 说明 |
|---|---|
| com.xugu.cloudjdbc |
| 限定符和类型 | 方法和说明 |
|---|---|
Array |
ResultSet.getArray(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Array |
CallableStatement.getArray(int i)
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array object in the Java programming language. |
Array |
ResultSet.getArray(String colName)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Copyright © 2025. All rights reserved.