Table of Contents

Interface ISQLData

Namespace
Java.Sql
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISQLData

Properties

SQLTypeName

String SQLTypeName { get; }

Property Value

String

Methods

ReadSQL(SQLInput, String)

void ReadSQL(SQLInput arg0, String arg1)

Parameters

arg0 SQLInput

SQLInput

arg1 String

String

Exceptions

SQLException

WriteSQL(SQLOutput)

void WriteSQL(SQLOutput arg0)

Parameters

arg0 SQLOutput

SQLOutput

Exceptions

SQLException