public class OracleCommand extends DbCommand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OracleClient.OracleCommand
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.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.OracleClient
|
static java.lang.String |
className
Qualified class name: System.Data.OracleClient.OracleCommand
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OracleCommand() |
OracleCommand(java.lang.Object instance)
Internal constructor.
|
OracleCommand(java.lang.String commandText) |
OracleCommand(java.lang.String commandText,
OracleConnection connection) |
OracleCommand(java.lang.String commandText,
OracleConnection connection,
OracleTransaction tx) |
CreateParameter, ExecuteReader, ExecuteReader, getCommandText, getCommandTimeout, getCommandType, getConnection, getDesignTimeVisible, getParameters, getTransaction, getUpdatedRowSource, setCommandText, setCommandTimeout, setCommandType, setConnection, setDesignTimeVisible, setTransaction, setUpdatedRowSourceaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public OracleCommand()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OracleCommand(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OracleCommand(java.lang.String commandText)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OracleCommand(java.lang.String commandText,
OracleConnection connection)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OracleCommand(java.lang.String commandText,
OracleConnection connection,
OracleTransaction tx)
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void Cancel()
throws java.lang.Throwable
public static OracleCommand cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OracleCommand, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOracleCommand instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OracleParameter CreateParameterNewOracleCommand() throws java.lang.Throwable
java.lang.Throwablepublic int ExecuteNonQuery()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OverflowException,
InvalidCastException,
OutOfMemoryException,
AccessViolationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException
ExecuteNonQuery in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic int ExecuteOracleNonQuery(JCORefOut<OracleString> rowid) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic NetObject ExecuteOracleScalar() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic OracleDataReader ExecuteReaderNewOracleCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionpublic OracleDataReader ExecuteReaderNewOracleCommand(CommandBehavior behavior) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionpublic NetObject ExecuteScalar() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, InvalidCastException, OutOfMemoryException, AccessViolationException, MissingMethodException, TargetInvocationException, NotSupportedException
ExecuteScalar in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionInvalidCastExceptionOutOfMemoryExceptionAccessViolationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionpublic OracleConnection getConnectionNewOracleCommand() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbCommandString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbCommandString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbCommandObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbCommandString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbCommandJCType representing the CLR Type of the instantiated Classpublic OracleParameterCollection getParametersNewOracleCommand() throws java.lang.Throwable
java.lang.Throwablepublic OracleTransaction getTransactionNewOracleCommand() throws java.lang.Throwable
java.lang.Throwablepublic void Prepare()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
Prepare in class DbCommandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic void ResetCommandTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic void setConnection(OracleConnection Connection) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbCommandpublic void setTransaction(OracleTransaction Transaction) throws java.lang.Throwable
java.lang.Throwable