Class RowSetMetaDataImpl
public class RowSetMetaDataImpl : JVMBridgeBase<RowSetMetaDataImpl>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
RowSetMetaDataImpl
- Implements
- Inherited Members
- Extension Methods
Constructors
RowSetMetaDataImpl()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public RowSetMetaDataImpl()
RowSetMetaDataImpl(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public RowSetMetaDataImpl(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ColumnCount
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/RowSetMetaDataImpl.html#getColumnCount() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/RowSetMetaDataImpl.html#setColumnCount(int)
public int ColumnCount { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
GetCatalogName(int)
public String GetCatalogName(int arg0)
Parameters
Returns
Exceptions
GetColumnClassName(int)
public String GetColumnClassName(int arg0)
Parameters
Returns
Exceptions
GetColumnDisplaySize(int)
public int GetColumnDisplaySize(int arg0)
Parameters
Returns
Exceptions
GetColumnLabel(int)
public String GetColumnLabel(int arg0)
Parameters
Returns
Exceptions
GetColumnName(int)
public String GetColumnName(int arg0)
Parameters
Returns
Exceptions
GetColumnType(int)
public int GetColumnType(int arg0)
Parameters
Returns
Exceptions
GetColumnTypeName(int)
public String GetColumnTypeName(int arg0)
Parameters
Returns
Exceptions
GetPrecision(int)
public int GetPrecision(int arg0)
Parameters
Returns
Exceptions
GetScale(int)
public int GetScale(int arg0)
Parameters
Returns
Exceptions
GetSchemaName(int)
public String GetSchemaName(int arg0)
Parameters
Returns
Exceptions
GetTableName(int)
public String GetTableName(int arg0)
Parameters
Returns
Exceptions
IsAutoIncrement(int)
public bool IsAutoIncrement(int arg0)
Parameters
Returns
Exceptions
IsCaseSensitive(int)
public bool IsCaseSensitive(int arg0)
Parameters
Returns
Exceptions
IsCurrency(int)
public bool IsCurrency(int arg0)
Parameters
Returns
Exceptions
IsDefinitelyWritable(int)
public bool IsDefinitelyWritable(int arg0)
Parameters
Returns
Exceptions
IsNullable(int)
public int IsNullable(int arg0)
Parameters
Returns
Exceptions
IsReadOnly(int)
public bool IsReadOnly(int arg0)
Parameters
Returns
Exceptions
IsSearchable(int)
public bool IsSearchable(int arg0)
Parameters
Returns
Exceptions
IsSigned(int)
public bool IsSigned(int arg0)
Parameters
Returns
Exceptions
IsWrapperFor(Class)
public bool IsWrapperFor(Class arg0)
Parameters
Returns
Exceptions
IsWritable(int)
public bool IsWritable(int arg0)
Parameters
Returns
Exceptions
SetAutoIncrement(int, bool)
public void SetAutoIncrement(int arg0, bool arg1)
Parameters
Exceptions
SetCaseSensitive(int, bool)
public void SetCaseSensitive(int arg0, bool arg1)
Parameters
Exceptions
SetCatalogName(int, String)
public void SetCatalogName(int arg0, String arg1)
Parameters
Exceptions
SetColumnDisplaySize(int, int)
public void SetColumnDisplaySize(int arg0, int arg1)
Parameters
Exceptions
SetColumnLabel(int, String)
public void SetColumnLabel(int arg0, String arg1)
Parameters
Exceptions
SetColumnName(int, String)
public void SetColumnName(int arg0, String arg1)
Parameters
Exceptions
SetColumnType(int, int)
public void SetColumnType(int arg0, int arg1)
Parameters
Exceptions
SetColumnTypeName(int, String)
public void SetColumnTypeName(int arg0, String arg1)
Parameters
Exceptions
SetCurrency(int, bool)
public void SetCurrency(int arg0, bool arg1)
Parameters
Exceptions
SetNullable(int, int)
public void SetNullable(int arg0, int arg1)
Parameters
Exceptions
SetPrecision(int, int)
public void SetPrecision(int arg0, int arg1)
Parameters
Exceptions
SetScale(int, int)
public void SetScale(int arg0, int arg1)
Parameters
Exceptions
SetSchemaName(int, String)
public void SetSchemaName(int arg0, String arg1)
Parameters
Exceptions
SetSearchable(int, bool)
public void SetSearchable(int arg0, bool arg1)
Parameters
Exceptions
SetSigned(int, bool)
public void SetSigned(int arg0, bool arg1)
Parameters
Exceptions
SetTableName(int, String)
public void SetTableName(int arg0, String arg1)
Parameters
Exceptions
Unwrap<T>(Class)
public T Unwrap<T>(Class arg0)
Parameters
Returns
- T
T
Type Parameters
T
Exceptions
Operators
implicit operator Serializable(RowSetMetaDataImpl)
Converter from RowSetMetaDataImpl to Serializable
public static implicit operator Serializable(RowSetMetaDataImpl t)
Parameters
Returns
implicit operator RowSetMetaData(RowSetMetaDataImpl)
Converter from RowSetMetaDataImpl to RowSetMetaData
public static implicit operator RowSetMetaData(RowSetMetaDataImpl t)