public class EntityDataReader extends DbDataReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.EntityClient.EntityDataReader
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.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.EntityClient.EntityDataReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
EntityDataReader() |
EntityDataReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityDataReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into EntityDataReader, a cast assert is made to check if types are compatible. |
void |
Close() |
boolean |
GetBoolean(int ordinal) |
byte |
GetByte(int ordinal) |
long |
GetBytes(int ordinal,
long dataOffset,
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 dataOffset,
char[] buffer,
int bufferOffset,
int length) |
long |
GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
DbDataReader |
GetDataReader(int i) |
DbDataRecord |
GetDataRecord(int i) |
DataRecordInfo |
getDataRecordInfo() |
java.lang.String |
GetDataTypeName(int ordinal) |
DateTime |
GetDateTime(int ordinal) |
Decimal |
GetDecimal(int ordinal) |
double |
GetDouble(int ordinal) |
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) |
NetType |
GetProviderSpecificFieldType(int ordinal) |
NetObject |
GetProviderSpecificValue(int ordinal) |
int |
GetProviderSpecificValues(NetObject[] values) |
DataTable |
GetSchemaTable() |
java.lang.String |
GetString(int ordinal) |
NetObject |
GetValue(int ordinal) |
int |
GetValues(NetObject[] values) |
boolean |
IsDBNull(int ordinal) |
boolean |
NextResult() |
boolean |
Read() |
void |
setJCOInstance(JCObject instance) |
close, Dispose, GetData, getDepth, getFieldCount, getHasRows, getIsClosed, getRecordsAffected, GetStream, GetTextReader, getVisibleFieldCountCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public EntityDataReader()
throws java.lang.Throwable
java.lang.Throwablepublic EntityDataReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static EntityDataReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into EntityDataReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedEntityDataReader instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ProviderIncompatibleException,
SynchronizationLockException,
MetadataException
Close in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionProviderIncompatibleExceptionSynchronizationLockExceptionMetadataExceptionpublic boolean GetBoolean(int ordinal)
throws java.lang.Throwable
GetBoolean in class DbDataReaderjava.lang.Throwablepublic byte GetByte(int ordinal)
throws java.lang.Throwable
GetByte in class DbDataReaderjava.lang.Throwablepublic long GetBytes(int ordinal,
long dataOffset,
byte[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable
GetBytes in class DbDataReaderjava.lang.Throwablepublic long GetBytes(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable
GetBytes in class DbDataReaderjava.lang.Throwablepublic char GetChar(int ordinal)
throws java.lang.Throwable
GetChar in class DbDataReaderjava.lang.Throwablepublic long GetChars(int ordinal,
long dataOffset,
char[] buffer,
int bufferOffset,
int length)
throws java.lang.Throwable
GetChars in class DbDataReaderjava.lang.Throwablepublic long GetChars(int dupParam0,
long dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable
GetChars in class DbDataReaderjava.lang.Throwablepublic DbDataReader GetDataReader(int i) throws java.lang.Throwable, NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic DbDataRecord GetDataRecord(int i) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic DataRecordInfo getDataRecordInfo() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetDataTypeName(int ordinal)
throws java.lang.Throwable
GetDataTypeName in class DbDataReaderjava.lang.Throwablepublic DateTime GetDateTime(int ordinal) throws java.lang.Throwable
GetDateTime in class DbDataReaderjava.lang.Throwablepublic Decimal GetDecimal(int ordinal) throws java.lang.Throwable
GetDecimal in class DbDataReaderjava.lang.Throwablepublic double GetDouble(int ordinal)
throws java.lang.Throwable
GetDouble in class DbDataReaderjava.lang.Throwablepublic NetType GetFieldType(int ordinal) throws java.lang.Throwable
GetFieldType in class DbDataReaderjava.lang.Throwablepublic Single GetFloat(int ordinal) throws java.lang.Throwable
GetFloat in class DbDataReaderjava.lang.Throwablepublic Guid GetGuid(int ordinal) throws java.lang.Throwable
GetGuid in class DbDataReaderjava.lang.Throwablepublic short GetInt16(int ordinal)
throws java.lang.Throwable
GetInt16 in class DbDataReaderjava.lang.Throwablepublic int GetInt32(int ordinal)
throws java.lang.Throwable
GetInt32 in class DbDataReaderjava.lang.Throwablepublic long GetInt64(int ordinal)
throws java.lang.Throwable
GetInt64 in class DbDataReaderjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbDataReaderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbDataReaderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbDataReaderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbDataReaderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbDataReaderJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetName(int ordinal)
throws java.lang.Throwable
GetName in class DbDataReaderjava.lang.Throwablepublic int GetOrdinal(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException
GetOrdinal in class DbDataReaderjava.lang.ThrowableArgumentNullExceptionpublic NetType GetProviderSpecificFieldType(int ordinal) throws java.lang.Throwable
GetProviderSpecificFieldType in class DbDataReaderjava.lang.Throwablepublic NetObject GetProviderSpecificValue(int ordinal) throws java.lang.Throwable
GetProviderSpecificValue in class DbDataReaderjava.lang.Throwablepublic int GetProviderSpecificValues(NetObject[] values) throws java.lang.Throwable
GetProviderSpecificValues in class DbDataReaderjava.lang.Throwablepublic DataTable GetSchemaTable() throws java.lang.Throwable, NotSupportedException
GetSchemaTable in class DbDataReaderjava.lang.ThrowableNotSupportedExceptionpublic java.lang.String GetString(int ordinal)
throws java.lang.Throwable
GetString in class DbDataReaderjava.lang.Throwablepublic NetObject GetValue(int ordinal) throws java.lang.Throwable
GetValue in class DbDataReaderjava.lang.Throwablepublic int GetValues(NetObject[] values) throws java.lang.Throwable
GetValues in class DbDataReaderjava.lang.Throwablepublic boolean IsDBNull(int ordinal)
throws java.lang.Throwable
IsDBNull in class DbDataReaderjava.lang.Throwablepublic boolean NextResult()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
EntityCommandExecutionException
NextResult in class DbDataReaderjava.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionEntityCommandExecutionExceptionpublic boolean Read()
throws java.lang.Throwable
Read in class DbDataReaderjava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbDataReader