public class OleDbParameterCollection extends DbParameterCollection
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OleDb.OleDbParameterCollection
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data
|
static java.lang.String |
className
Qualified class name: System.Data.OleDb.OleDbParameterCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OleDbParameterCollection() |
OleDbParameterCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Add(NetObject value) |
OleDbParameter |
Add(OleDbParameter value) |
OleDbParameter |
Add(java.lang.String parameterName,
NetObject value) |
OleDbParameter |
Add(java.lang.String parameterName,
OleDbType oleDbType) |
OleDbParameter |
Add(java.lang.String parameterName,
OleDbType oleDbType,
int size) |
OleDbParameter |
Add(java.lang.String parameterName,
OleDbType oleDbType,
int size,
java.lang.String sourceColumn) |
void |
AddRange(Array values) |
void |
AddRange(OleDbParameter[] values) |
OleDbParameter |
AddWithValue(java.lang.String parameterName,
NetObject value) |
static OleDbParameterCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OleDbParameterCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject value) |
boolean |
Contains(OleDbParameter value) |
boolean |
Contains(java.lang.String value) |
void |
CopyTo(Array array,
int index) |
void |
CopyTo(OleDbParameter[] array,
int index) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
IndexOf(NetObject value) |
int |
IndexOf(OleDbParameter value) |
int |
IndexOf(java.lang.String parameterName) |
void |
Insert(int index,
NetObject value) |
void |
Insert(int index,
OleDbParameter value) |
void |
Remove(NetObject value) |
void |
Remove(OleDbParameter value) |
void |
RemoveAt(int index) |
void |
RemoveAt(java.lang.String parameterName) |
void |
setJCOInstance(JCObject instance) |
getCount, getIsFixedSize, getIsReadOnly, getIsSynchronized, getSyncRootCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public OleDbParameterCollection()
throws java.lang.Throwable
java.lang.Throwablepublic OleDbParameterCollection(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic int Add(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
Add in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic OleDbParameter Add(OleDbParameter value) throws java.lang.Throwable
java.lang.Throwablepublic OleDbParameter Add(java.lang.String parameterName, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic OleDbParameter Add(java.lang.String parameterName, OleDbType oleDbType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public OleDbParameter Add(java.lang.String parameterName, OleDbType oleDbType, int size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public OleDbParameter Add(java.lang.String parameterName, OleDbType oleDbType, int size, java.lang.String sourceColumn) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public void AddRange(Array values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
AddRange in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void AddRange(OleDbParameter[] values) throws java.lang.Throwable
java.lang.Throwablepublic OleDbParameter AddWithValue(java.lang.String parameterName, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic static OleDbParameterCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OleDbParameterCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOleDbParameterCollection instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
InvalidOperationException
Clear in class DbParameterCollectionjava.lang.ThrowableInvalidOperationExceptionpublic boolean Contains(NetObject value) throws java.lang.Throwable
Contains in class DbParameterCollectionjava.lang.Throwablepublic boolean Contains(OleDbParameter value) throws java.lang.Throwable
java.lang.Throwablepublic boolean Contains(java.lang.String value)
throws java.lang.Throwable
Contains in class DbParameterCollectionjava.lang.Throwablepublic void CopyTo(Array array, int index) throws java.lang.Throwable
CopyTo in class DbParameterCollectionjava.lang.Throwablepublic void CopyTo(OleDbParameter[] array, int index) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbParameterCollectionString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbParameterCollectionString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbParameterCollectionObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbParameterCollectionString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbParameterCollectionJCType representing the CLR Type of the instantiated Classpublic int IndexOf(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
IndexOf in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic int IndexOf(OleDbParameter value) throws java.lang.Throwable
java.lang.Throwablepublic int IndexOf(java.lang.String parameterName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException
IndexOf in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionpublic void Insert(int index,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
Insert in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Insert(int index,
OleDbParameter value)
throws java.lang.Throwable
java.lang.Throwablepublic void Remove(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
Remove in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void Remove(OleDbParameter value) throws java.lang.Throwable
java.lang.Throwablepublic void RemoveAt(int index)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
RemoveAt in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void RemoveAt(java.lang.String parameterName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
RemoveAt in class DbParameterCollectionjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbParameterCollection