Class JdbcStruct
JdbcStruct
Struct
JDBC. Để biết tài liệu về lớp này, hãy xem java.sql.Struct
.
Tài liệu chi tiết
getAttributes()
Để biết tài liệu về phương thức này, hãy xem
java.sql.Struct#getAttributes()
.
Cầu thủ trả bóng
Object[]
– Các giá trị thuộc tính được sắp xếp của cấu trúc này.
getSQLTypeName()
Để biết tài liệu về phương thức này, hãy xem
java.sql.Struct#getSQLTypeName()
.
Cầu thủ trả bóng
String
– Tên loại đủ điều kiện của loại có cấu trúc SQL mà cấu trúc này đại diện.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-12-05 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-12-05 UTC."],[[["JdbcStruct is a JDBC representation of an SQL structured type."],["It provides methods to access the attributes (`getAttributes()`) and the SQL type name (`getSQLTypeName()`)."],["For detailed documentation on the methods and class, refer to the provided Oracle Java SE 6 API links."]]],["JdbcStruct, a JDBC `Struct`, provides methods to interact with SQL structured types. `getAttributes()` retrieves the ordered attribute values of a structure as an `Object` array. `getSQLTypeName()` returns the fully-qualified type name of the SQL structured type represented by the structure, as a `String`. Both methods' detailed documentation is found in the `java.sql.Struct` Java documentation. These are the two methods to use to interact with this JDBC class.\n"]]