Class SyncProvider
public class SyncProvider : JVMBridgeCore<SyncProvider>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeCoreJVMBridgeCore<SyncProvider>SyncProvider
- Implements
- Inherited Members
-
JVMBridgeCore<SyncProvider>.IsAssignableFrom(IJavaType)JVMBridgeCore<SyncProvider>.IsAssignableFrom<T>()JVMBridgeCore<SyncProvider>.Execute<T>(params T[])JVMBridgeCore<SyncProvider>.DynBridgeClazzJVMBridgeCore<SyncProvider>.BridgeClazzJVMBridgeCore.ReferenceEqualsJVM(IJVMBridgeBase, IJVMBridgeBase)JVMBridgeCore.RuntimeClassNameOf<T>()JVMBridgeCore.ClassNameOf<T>()JVMBridgeCore.ClassOf<T>()JVMBridgeCore.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeCore.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeCore.MonitorEnter()JVMBridgeCore.MonitorExit()JVMBridgeCore.IsInstanceOf(IJavaType)JVMBridgeCore.IsInstanceOf<T>()JVMBridgeCore.RuntimeIsInstanceOf<T>()JVMBridgeCore.CastTo<TNewClass>()JVMBridgeCore.CastDirect<TNewClass>()JVMBridgeCore.ToString()JVMBridgeCore.Equals(IJVMBridgeBase)JVMBridgeCore.GetHashCode()JVMBridgeCore.Notify()JVMBridgeCore.NotifyAll()JVMBridgeCore.Wait()JVMBridgeCore.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeCore.DynBridgeInstanceJVMBridgeCore.BridgeInstanceJVMBridgeCore.IsBridgeListener
- Extension Methods
Constructors
SyncProvider()
public SyncProvider()
SyncProvider(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SyncProvider(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
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
argsobject[]
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
https://docs.oracle.com/javase/8/docs/api/javax/sql/rowset/spi/SyncProvider.html#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/javase/8/docs/api/javax/sql/rowset/spi/SyncProvider.html#getDataSourceLock-- https://docs.oracle.com/javase/8/docs/api/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
https://docs.oracle.com/javase/8/docs/api/javax/sql/rowset/spi/SyncProvider.html#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()