Class JdbcStruct
JdbcStruct
JDBC Struct
. इस क्लास के दस्तावेज़ के लिए, java.sql.Struct
देखें.
ज़्यादा जानकारी वाला दस्तावेज़
getSQLTypeName()
इस तरीके के दस्तावेज़ के लिए,
java.sql.Struct#getSQLTypeName()
देखें.
वापसी का टिकट
String
— एसक्यूएल स्ट्रक्चर्ड टाइप का पूरी तरह से क्वालिफ़ाइड टाइप नेम, जिसे यह स्ट्रक्चर दिखाता है.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-12-05 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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"]]