public class StructWrapper
extends java.lang.Object
implements java.sql.Struct
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPluginManager |
pluginManager |
protected java.sql.Struct |
struct |
| Constructor and Description |
|---|
StructWrapper(@NonNull java.sql.Struct struct,
@NonNull ConnectionPluginManager pluginManager) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getAttributes() |
java.lang.Object[] |
getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map) |
java.lang.String |
getSQLTypeName() |
java.lang.String |
toString() |
protected java.sql.Struct struct
protected ConnectionPluginManager pluginManager
public StructWrapper(@NonNull java.sql.Struct struct,
@NonNull ConnectionPluginManager pluginManager)
public java.lang.String getSQLTypeName()
throws java.sql.SQLException
getSQLTypeName in interface java.sql.Structjava.sql.SQLExceptionpublic java.lang.Object[] getAttributes()
throws java.sql.SQLException
getAttributes in interface java.sql.Structjava.sql.SQLExceptionpublic java.lang.Object[] getAttributes(java.util.Map<java.lang.String,java.lang.Class<?>> map)
throws java.sql.SQLException
getAttributes in interface java.sql.Structjava.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object