Class JdbcStruct

  • JdbcStruct represents a JDBC Struct and is documented by the java.sql.Struct class.

  • The getAttributes() method returns an Object[] containing the ordered attribute values of the structure.

  • The getSQLTypeName() method returns a String representing the fully-qualified SQL structured type name.

JdbcStruct

A JDBC Struct. For documentation of this class, see java.sql.Struct .

Methods

MethodReturn typeBrief description
getAttributes() Object[]For documentation of this method, see java.sql.Struct#getAttributes().
getSQLTypeName() StringFor documentation of this method, see java.sql.Struct#getSQLTypeName().

Detailed documentation

getAttributes()

For documentation of this method, see java.sql.Struct#getAttributes().

Return

Object[] — The ordered attribute values of this structure.


getSQLTypeName()

For documentation of this method, see java.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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月11日 UTC.