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