Class SyncProvider
public class SyncProvider : JVMBridgeBase<SyncProvider>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
SyncProvider
- Implements
- Inherited Members
- Extension Methods
Constructors
SyncProvider()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SyncProvider class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SyncProvider()
SyncProvider(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
[Obsolete("SyncProvider class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SyncProvider(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATASOURCE_DB_LOCK
public static int DATASOURCE_DB_LOCK { get; }
Property Value
DATASOURCE_NO_LOCK
public static int DATASOURCE_NO_LOCK { get; }
Property Value
DATASOURCE_ROW_LOCK
public static int DATASOURCE_ROW_LOCK { get; }
Property Value
DATASOURCE_TABLE_LOCK
public static int DATASOURCE_TABLE_LOCK { get; }
Property Value
DataSourceLock
https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/spi/SyncProvider.html#getDataSourceLock() https://docs.oracle.com/en/java/javase/11/docs/api/java.sql.rowset/javax/sql/rowset/spi/SyncProvider.html#setDataSourceLock(int)
public int DataSourceLock { get; set; }
Property Value
GRADE_CHECK_ALL_AT_COMMIT
public static int GRADE_CHECK_ALL_AT_COMMIT { get; }
Property Value
GRADE_CHECK_MODIFIED_AT_COMMIT
public static int GRADE_CHECK_MODIFIED_AT_COMMIT { get; }
Property Value
GRADE_LOCK_WHEN_LOADED
public static int GRADE_LOCK_WHEN_LOADED { get; }
Property Value
GRADE_LOCK_WHEN_MODIFIED
public static int GRADE_LOCK_WHEN_MODIFIED { get; }
Property Value
GRADE_NONE
public static int GRADE_NONE { get; }
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
NONUPDATABLE_VIEW_SYNC
public static int NONUPDATABLE_VIEW_SYNC { get; }
Property Value
ProviderGrade
public int ProviderGrade { get; }
Property Value
ProviderID
public String ProviderID { get; }
Property Value
RowSetReader
public RowSetReader RowSetReader { get; }
Property Value
RowSetWriter
public RowSetWriter RowSetWriter { get; }
Property Value
UPDATABLE_VIEW_SYNC
public static int UPDATABLE_VIEW_SYNC { get; }
Property Value
Vendor
public String Vendor { get; }
Property Value
Version
public String Version { get; }
Property Value
Methods
SupportsUpdatableView()
public int SupportsUpdatableView()