Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Class JdbcStruct
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
JdbcStruct
Un Struct JDBC. Per la documentazione di questa classe, consulta java.sql.Struct
.
Documentazione dettagliata
getAttributes()
Per la documentazione di questo metodo, consulta
java.sql.Struct#getAttributes().
Indietro
Object[]: i valori degli attributi ordinati di questa struttura.
getSQLTypeName()
Per la documentazione di questo metodo, consulta
java.sql.Struct#getSQLTypeName().
Indietro
String: il nome completo del tipo strutturato SQL rappresentato da questa struttura.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2026-04-13 UTC.
[null,null,["Ultimo aggiornamento 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"]]