Interface IStruct
.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
Methods
GetAttributes(Map<String, Class>)
object[] GetAttributes(Map<String, Class> arg0)