Class JdbcStruct Stay organized with collections Save and categorize content based on your preferences.
Page Summary
JdbcStruct represents a JDBC
Structand is documented by thejava.sql.Structclass.The
getAttributes()method returns anObject[]containing the ordered attribute values of the structure.The
getSQLTypeName()method returns aStringrepresenting the fully-qualified SQL structured type name.
A JDBCStruct. For documentation of this class, seejava.sql.Struct.
Methods
| Method | Return type | Brief description |
|---|---|---|
get | Object[] | For documentation of this method, seejava.sql.Struct#getAttributes(). |
get | String | For documentation of this method, seejava.sql.Struct#getSQLTypeName(). |
Detailed documentation
getAttributes()
For documentation of this method, seejava.sql.Struct#getAttributes().
Return
Object[] — The ordered attribute values of this structure.
getSQLTypeName()
For documentation of this method, seejava.sql.Struct#getSQLTypeName().
Return
String — The fully-qualified type name of the SQL structured type that this structure represents.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-11 UTC.