Table of Contents

Interface IStruct

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/Struct.html

public interface IStruct

Properties

Attributes

object[] Attributes { get; }

Property Value

object[]

SQLTypeName

String SQLTypeName { get; }

Property Value

String

Methods

GetAttributes(Map<String, Class>)

object[] GetAttributes(Map<String, Class> arg0)

Parameters

arg0 Map<String, Class>

Map

Returns

object[]

object

Exceptions

SQLException