public class SqlDataRecord extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.SqlServer.Server.SqlDataRecord
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: Microsoft.SqlServer.Server.SqlDataRecord
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlDataRecord() |
SqlDataRecord(java.lang.Object instance)
Internal constructor.
|
SqlDataRecord(SqlMetaData... metaData) |
| Modifier and Type | Method and Description |
|---|---|
static SqlDataRecord |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlDataRecord, a cast assert is made to check if types are compatible. |
boolean |
GetBoolean(int ordinal) |
byte |
GetByte(int ordinal) |
long |
GetBytes(int ordinal,
long fieldOffset,
byte[] buffer,
int bufferOffset,
int length) |
long |
GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
char |
GetChar(int ordinal) |
long |
GetChars(int ordinal,
long fieldOffset,
char[] buffer,
int bufferOffset,
int length) |
long |
GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
java.lang.String |
GetDataTypeName(int ordinal) |
DateTime |
GetDateTime(int ordinal) |
DateTimeOffset |
GetDateTimeOffset(int ordinal) |
Decimal |
GetDecimal(int ordinal) |
double |
GetDouble(int ordinal) |
int |
getFieldCount() |
NetType |
GetFieldType(int ordinal) |
Single |
GetFloat(int ordinal) |
Guid |
GetGuid(int ordinal) |
short |
GetInt16(int ordinal) |
int |
GetInt32(int ordinal) |
long |
GetInt64(int ordinal) |
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
|
java.lang.String |
GetName(int ordinal) |
int |
GetOrdinal(java.lang.String name) |
SqlBinary |
GetSqlBinary(int ordinal) |
SqlBoolean |
GetSqlBoolean(int ordinal) |
SqlByte |
GetSqlByte(int ordinal) |
SqlBytes |
GetSqlBytes(int ordinal) |
SqlChars |
GetSqlChars(int ordinal) |
SqlDateTime |
GetSqlDateTime(int ordinal) |
SqlDecimal |
GetSqlDecimal(int ordinal) |
SqlDouble |
GetSqlDouble(int ordinal) |
NetType |
GetSqlFieldType(int ordinal) |
SqlGuid |
GetSqlGuid(int ordinal) |
SqlInt16 |
GetSqlInt16(int ordinal) |
SqlInt32 |
GetSqlInt32(int ordinal) |
SqlInt64 |
GetSqlInt64(int ordinal) |
SqlMetaData |
GetSqlMetaData(int ordinal) |
SqlMoney |
GetSqlMoney(int ordinal) |
SqlSingle |
GetSqlSingle(int ordinal) |
SqlString |
GetSqlString(int ordinal) |
NetObject |
GetSqlValue(int ordinal) |
int |
GetSqlValues(NetObject[] values) |
SqlXml |
GetSqlXml(int ordinal) |
java.lang.String |
GetString(int ordinal) |
TimeSpan |
GetTimeSpan(int ordinal) |
NetObject |
GetValue(int ordinal) |
int |
GetValues(NetObject[] values) |
boolean |
IsDBNull(int ordinal) |
void |
SetBoolean(int ordinal,
boolean value) |
void |
SetByte(int ordinal,
byte value) |
void |
SetBytes(int ordinal,
long fieldOffset,
byte[] buffer,
int bufferOffset,
int length) |
void |
SetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
void |
SetChar(int ordinal,
char value) |
void |
SetChars(int ordinal,
long fieldOffset,
char[] buffer,
int bufferOffset,
int length) |
void |
SetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
void |
SetDateTime(int ordinal,
DateTime value) |
void |
SetDateTimeOffset(int ordinal,
DateTimeOffset value) |
void |
SetDBNull(int ordinal) |
void |
SetDecimal(int ordinal,
Decimal value) |
void |
SetDouble(int ordinal,
double value) |
void |
SetFloat(int ordinal,
Single value) |
void |
SetGuid(int ordinal,
Guid value) |
void |
SetInt16(int ordinal,
short value) |
void |
SetInt32(int ordinal,
int value) |
void |
SetInt64(int ordinal,
long value) |
void |
setJCOInstance(JCObject instance) |
void |
SetSqlBinary(int ordinal,
SqlBinary value) |
void |
SetSqlBoolean(int ordinal,
SqlBoolean value) |
void |
SetSqlByte(int ordinal,
SqlByte value) |
void |
SetSqlBytes(int ordinal,
SqlBytes value) |
void |
SetSqlChars(int ordinal,
SqlChars value) |
void |
SetSqlDateTime(int ordinal,
SqlDateTime value) |
void |
SetSqlDecimal(int ordinal,
SqlDecimal value) |
void |
SetSqlDouble(int ordinal,
SqlDouble value) |
void |
SetSqlGuid(int ordinal,
SqlGuid value) |
void |
SetSqlInt16(int ordinal,
SqlInt16 value) |
void |
SetSqlInt32(int ordinal,
SqlInt32 value) |
void |
SetSqlInt64(int ordinal,
SqlInt64 value) |
void |
SetSqlMoney(int ordinal,
SqlMoney value) |
void |
SetSqlSingle(int ordinal,
SqlSingle value) |
void |
SetSqlString(int ordinal,
SqlString value) |
void |
SetSqlXml(int ordinal,
SqlXml value) |
void |
SetString(int ordinal,
java.lang.String value) |
void |
SetTimeSpan(int ordinal,
TimeSpan value) |
void |
SetValue(int ordinal,
NetObject value) |
int |
SetValues(NetObject... values) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlDataRecord()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataRecord(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataRecord(SqlMetaData... metaData) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, TypeInitializationException, OutOfMemoryException, InvalidUdtException, SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionTypeInitializationExceptionOutOfMemoryExceptionInvalidUdtExceptionSqlExceptionpublic static SqlDataRecord cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlDataRecord, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlDataRecord instancejava.lang.Throwable - in case of error during cast operationpublic boolean GetBoolean(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic byte GetByte(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic long GetBytes(int ordinal,
long fieldOffset,
byte[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
SqlTypeException,
OverflowException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic long GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
SqlTypeException,
OverflowException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic char GetChar(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public long GetChars(int ordinal,
long fieldOffset,
char[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic long GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic java.lang.String GetDataTypeName(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public DateTime GetDateTime(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic DateTimeOffset GetDateTimeOffset(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionpublic Decimal GetDecimal(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic double GetDouble(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic int getFieldCount()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public NetType GetFieldType(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public Single GetFloat(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic Guid GetGuid(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic short GetInt16(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic int GetInt32(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic long GetInt64(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetName(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public int GetOrdinal(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public SqlBinary GetSqlBinary(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlBoolean GetSqlBoolean(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlByte GetSqlByte(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlBytes GetSqlBytes(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException, SqlNullValueException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionSqlNullValueExceptionpublic SqlChars GetSqlChars(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, XmlException, TargetInvocationException, NotSupportedException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlDateTime GetSqlDateTime(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlDecimal GetSqlDecimal(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlDouble GetSqlDouble(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, OverflowException, SqlTypeException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionOverflowExceptionSqlTypeExceptionInvalidUdtExceptionInvalidCastExceptionpublic NetType GetSqlFieldType(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlGuid GetSqlGuid(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlInt16 GetSqlInt16(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlInt32 GetSqlInt32(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlInt64 GetSqlInt64(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlMetaData GetSqlMetaData(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public SqlMoney GetSqlMoney(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlSingle GetSqlSingle(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, OverflowException, SqlTypeException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionOverflowExceptionSqlTypeExceptionInvalidUdtExceptionInvalidCastExceptionpublic SqlString GetSqlString(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, XmlException, TargetInvocationException, NotSupportedException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic NetObject GetSqlValue(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionpublic int GetSqlValues(NetObject[] values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionpublic SqlXml GetSqlXml(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlTypeException, OverflowException, InvalidUdtException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlTypeExceptionOverflowExceptionInvalidUdtExceptionInvalidCastExceptionpublic java.lang.String GetString(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException,
SqlNullValueException,
OverflowException,
XmlException,
TargetInvocationException,
NotSupportedException,
InvalidUdtException,
InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionInvalidCastExceptionpublic TimeSpan GetTimeSpan(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionpublic NetObject GetValue(int ordinal) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionpublic int GetValues(NetObject[] values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SqlException, SqlNullValueException, OverflowException, XmlException, TargetInvocationException, NotSupportedException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionSqlExceptionSqlNullValueExceptionOverflowExceptionXmlExceptionTargetInvocationExceptionNotSupportedExceptionInvalidUdtExceptionpublic boolean IsDBNull(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException
public void SetBoolean(int ordinal,
boolean value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetByte(int ordinal,
byte value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetBytes(int ordinal,
long fieldOffset,
byte[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetChar(int ordinal,
char value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public void SetChars(int ordinal,
long fieldOffset,
char[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetDateTime(int ordinal,
DateTime value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetDateTimeOffset(int ordinal,
DateTimeOffset value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetDBNull(int ordinal)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
SqlException
public void SetDecimal(int ordinal,
Decimal value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException,
SqlNullValueException,
SqlTruncateException,
OverflowException,
DivideByZeroException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlExceptionSqlNullValueExceptionSqlTruncateExceptionOverflowExceptionDivideByZeroExceptionpublic void SetDouble(int ordinal,
double value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetFloat(int ordinal,
Single value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetGuid(int ordinal,
Guid value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetInt16(int ordinal,
short value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetInt32(int ordinal,
int value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetInt64(int ordinal,
long value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetSqlBinary(int ordinal,
SqlBinary value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlBoolean(int ordinal,
SqlBoolean value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlByte(int ordinal,
SqlByte value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlBytes(int ordinal,
SqlBytes value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlChars(int ordinal,
SqlChars value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlDateTime(int ordinal,
SqlDateTime value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlDecimal(int ordinal,
SqlDecimal value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetSqlDouble(int ordinal,
SqlDouble value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlGuid(int ordinal,
SqlGuid value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlInt16(int ordinal,
SqlInt16 value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlInt32(int ordinal,
SqlInt32 value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlInt64(int ordinal,
SqlInt64 value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlMoney(int ordinal,
SqlMoney value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlSingle(int ordinal,
SqlSingle value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlNullValueException,
SqlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlNullValueExceptionSqlExceptionpublic void SetSqlString(int ordinal,
SqlString value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException,
SqlNullValueException,
InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlExceptionSqlNullValueExceptionInvalidUdtExceptionpublic void SetSqlXml(int ordinal,
SqlXml value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException,
SqlNullValueException,
TargetInvocationException,
XmlException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlExceptionSqlNullValueExceptionTargetInvocationExceptionXmlExceptionNotSupportedExceptionpublic void SetString(int ordinal,
java.lang.String value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetTimeSpan(int ordinal,
TimeSpan value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException
public void SetValue(int ordinal,
NetObject value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
SqlException,
SqlTypeException,
OverflowException,
SqlNullValueException,
SqlTruncateException,
DivideByZeroException,
XmlException,
NotSupportedException,
InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlExceptionSqlTypeExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionXmlExceptionNotSupportedExceptionInvalidUdtExceptionpublic int SetValues(NetObject... values) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidCastException, SqlException, SqlTypeException, OverflowException, SqlNullValueException, SqlTruncateException, DivideByZeroException, XmlException, NotSupportedException, InvalidUdtException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionSqlExceptionSqlTypeExceptionOverflowExceptionSqlNullValueExceptionSqlTruncateExceptionDivideByZeroExceptionXmlExceptionNotSupportedExceptionInvalidUdtException