Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Class JdbcStruct
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
JdbcStruct
JDBC Struct. Dokumentację tej klasy znajdziesz java.sql.Struct
.
Szczegółowa dokumentacja
getSQLTypeName()
Dokumentację tej metody znajdziesz
java.sql.Struct#getSQLTypeName().
Powrót
String – pełna i jednoznaczna nazwa typu strukturalnego SQL, który reprezentuje ta struktura.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2026-04-13 UTC.
[null,null,["Ostatnia aktualizacja: 2026-04-13 UTC."],[],["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"]]