Interface ISQLData
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.sql/java/sql/SQLData.html
public interface ISQLData
Properties
SQLTypeName
String SQLTypeName { get; }
Property Value
Methods
ReadSQL(SQLInput, String)
void ReadSQL(SQLInput arg0, String arg1)
Parameters
Exceptions
WriteSQL(SQLOutput)
void WriteSQL(SQLOutput arg0)