Class JdbcStruct
JdbcStruct
Un Struct
de JDBC. Para obtener documentación de esta clase, consulta java.sql.Struct
.
Documentación detallada
getAttributes()
Para obtener documentación sobre este método, consulta
java.sql.Struct#getAttributes()
.
Volver
Object[]
: Los valores de atributos ordenados de esta estructura.
getSQLTypeName()
Para obtener documentación sobre este método, consulta
java.sql.Struct#getSQLTypeName()
.
Volver
String
: Es el nombre de tipo completamente calificado del tipo estructurado de SQL que representa esta estructura.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-12-05 (UTC)
[null,null,["Última actualización: 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"]]