[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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"]]