Table of Contents

Class ParameterMetaData

Namespace
Java.Sql
Assembly
MASES.JNet.dll
public class ParameterMetaData : Wrapper, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParameterMetaData, IWrapper
Inheritance
ParameterMetaData
Implements
Inherited Members
Extension Methods

Constructors

ParameterMetaData(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ParameterMetaData(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

ParameterCount

public int ParameterCount { get; }

Property Value

int

parameterModeIn

public static int parameterModeIn { get; set; }

Property Value

int

parameterModeInOut

public static int parameterModeInOut { get; set; }

Property Value

int

parameterModeOut

public static int parameterModeOut { get; set; }

Property Value

int

parameterModeUnknown

public static int parameterModeUnknown { get; set; }

Property Value

int

parameterNoNulls

public static int parameterNoNulls { get; set; }

Property Value

int

parameterNullable

public static int parameterNullable { get; set; }

Property Value

int

parameterNullableUnknown

public static int parameterNullableUnknown { get; set; }

Property Value

int

Methods

GetParameterClassName(int)

public String GetParameterClassName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetParameterMode(int)

public int GetParameterMode(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetParameterType(int)

public int GetParameterType(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetParameterTypeName(int)

public String GetParameterTypeName(int arg0)

Parameters

arg0 int

int

Returns

String

String

Exceptions

SQLException

GetPrecision(int)

public int GetPrecision(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

GetScale(int)

public int GetScale(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

IsNullable(int)

public int IsNullable(int arg0)

Parameters

arg0 int

int

Returns

int

int

Exceptions

SQLException

IsSigned(int)

public bool IsSigned(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

Exceptions

SQLException