Class JdbcStruct

  • JdbcStruct represents a JDBCStruct and is documented by thejava.sql.Struct class.

  • ThegetAttributes() method returns anObject[] containing the ordered attribute values of the structure.

  • ThegetSQLTypeName() method returns aString representing the fully-qualified SQL structured type name.

JdbcStruct

A JDBCStruct. For documentation of this class, seejava.sql.Struct.

Methods

MethodReturn typeBrief description
getAttributes()Object[]For documentation of this method, seejava.sql.Struct#getAttributes().
getSQLTypeName()StringFor 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.