Java java.sql Struct fields, constructors, methods, implement or subclass

Example usage for Java java.sql Struct fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql Struct.

The text is from its open source code.

Method

Object[]getAttributes()
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
Object[]getAttributes(java.util.Map> map)
Produces the ordered values of the attributes of the SQL structured type that this Struct object represents.
StringgetSQLTypeName()
Retrieves the SQL type name of the SQL structured type that this Struct object represents.