Table of Contents

Interface IRef

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/Ref.html

public interface IRef

Properties

BaseTypeName

String BaseTypeName { get; }

Property Value

String

Object

object Object { get; set; }

Property Value

object

Methods

GetObject(Map<String, Class>)

object GetObject(Map<String, Class> arg0)

Parameters

arg0 Map<String, Class>

Map

Returns

object

object

Exceptions

SQLException