Table of Contents

Interface ISQLType

Namespace
Java.Sql
Assembly
MASES.JNet.dll

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

public interface ISQLType

Properties

Name

String Name { get; }

Property Value

String

Vendor

String Vendor { get; }

Property Value

String

VendorTypeNumber

Integer VendorTypeNumber { get; }

Property Value

Integer