public class OdbcParameterCollection extends DbParameterCollection
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Odbc.OdbcParameterCollection
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.Odbc.OdbcParameterCollection
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OdbcParameterCollection() |
OdbcParameterCollection(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Add(NetObject value) |
OdbcParameter |
Add(OdbcParameter value) |
OdbcParameter |
Add(java.lang.String parameterName,
NetObject value) |
OdbcParameter |
Add(java.lang.String parameterName,
OdbcType odbcType) |
OdbcParameter |
Add(java.lang.String parameterName,
OdbcType odbcType,
int size) |
OdbcParameter |
Add(java.lang.String parameterName,
OdbcType odbcType,
int size,
java.lang.String sourceColumn) |
void |
AddRange(Array values) |
void |
AddRange(OdbcParameter[] values) |
OdbcParameter |
AddWithValue(java.lang.String parameterName,
NetObject value) |
static OdbcParameterCollection |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OdbcParameterCollection, a cast assert is made to check if types are compatible. |
void |
Clear() |
boolean |
Contains(NetObject value) |
boolean |
Contains(OdbcParameter value) |
boolean |
Contains(java.lang.String value) |
void |
CopyTo(Array array,
int index) |
void |
CopyTo(OdbcParameter[] 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(OdbcParameter value) |
int |
IndexOf(java.lang.String parameterName) |
void |
Insert(int index,
NetObject value) |
void |
Insert(int index,
OdbcParameter value) |
void |
Remove(NetObject value) |
void |
Remove(OdbcParameter 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 OdbcParameterCollection()
throws java.lang.Throwable
java.lang.Throwablepublic OdbcParameterCollection(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 OdbcParameter Add(OdbcParameter value) throws java.lang.Throwable
java.lang.Throwablepublic OdbcParameter Add(java.lang.String parameterName, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic OdbcParameter Add(java.lang.String parameterName, OdbcType odbcType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public OdbcParameter Add(java.lang.String parameterName, OdbcType odbcType, int size) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public OdbcParameter Add(java.lang.String parameterName, OdbcType odbcType, 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(OdbcParameter[] values) throws java.lang.Throwable
java.lang.Throwablepublic OdbcParameter AddWithValue(java.lang.String parameterName, NetObject value) throws java.lang.Throwable
java.lang.Throwablepublic static OdbcParameterCollection cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OdbcParameterCollection, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOdbcParameterCollection 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(OdbcParameter 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(OdbcParameter[] 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(OdbcParameter 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,
OdbcParameter 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(OdbcParameter 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