public class OleDbCommandBuilder extends DbCommandBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.OleDb.OleDbCommandBuilder
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.OleDb.OleDbCommandBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
OleDbCommandBuilder() |
OleDbCommandBuilder(java.lang.Object instance)
Internal constructor.
|
OleDbCommandBuilder(OleDbDataAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
static OleDbCommandBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into OleDbCommandBuilder, a cast assert is made to check if types are compatible. |
static void |
DeriveParameters(OleDbCommand command) |
OleDbDataAdapter |
getDataAdapterNewOleDbCommandBuilder() |
OleDbCommand |
GetDeleteCommandNewOleDbCommandBuilder() |
OleDbCommand |
GetDeleteCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) |
OleDbCommand |
GetInsertCommandNewOleDbCommandBuilder() |
OleDbCommand |
GetInsertCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) |
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
|
OleDbCommand |
GetUpdateCommandNewOleDbCommandBuilder() |
OleDbCommand |
GetUpdateCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) |
java.lang.String |
QuoteIdentifier(java.lang.String unquotedIdentifier) |
java.lang.String |
QuoteIdentifier(java.lang.String unquotedIdentifier,
OleDbConnection connection) |
void |
setDataAdapter(OleDbDataAdapter DataAdapter) |
void |
setJCOInstance(JCObject instance) |
java.lang.String |
UnquoteIdentifier(java.lang.String quotedIdentifier) |
java.lang.String |
UnquoteIdentifier(java.lang.String quotedIdentifier,
OleDbConnection connection) |
getCatalogLocation, getCatalogSeparator, getConflictOption, getDataAdapter, GetDeleteCommand, GetDeleteCommand, GetInsertCommand, GetInsertCommand, getQuotePrefix, getQuoteSuffix, getSchemaSeparator, getSetAllValues, GetUpdateCommand, GetUpdateCommand, RefreshSchema, setCatalogLocation, setCatalogSeparator, setConflictOption, setDataAdapter, setQuotePrefix, setQuoteSuffix, setSchemaSeparator, setSetAllValuesaddDisposed, 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 OleDbCommandBuilder()
throws java.lang.Throwable,
ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic OleDbCommandBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic OleDbCommandBuilder(OleDbDataAdapter adapter) throws java.lang.Throwable, ArgumentNullException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic static OleDbCommandBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into OleDbCommandBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedOleDbCommandBuilder instancejava.lang.Throwable - in case of error during cast operationpublic static void DeriveParameters(OleDbCommand command) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, AccessViolationException, InvalidCastException, FormatException, KeyNotFoundException, NotSupportedException, SqlNullValueException, DataException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAccessViolationExceptionInvalidCastExceptionFormatExceptionKeyNotFoundExceptionNotSupportedExceptionSqlNullValueExceptionDataExceptionpublic OleDbDataAdapter getDataAdapterNewOleDbCommandBuilder() throws java.lang.Throwable
java.lang.Throwablepublic OleDbCommand GetDeleteCommandNewOleDbCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public OleDbCommand GetDeleteCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public OleDbCommand GetInsertCommandNewOleDbCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public OleDbCommand GetInsertCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DbCommandBuilderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DbCommandBuilderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DbCommandBuilderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DbCommandBuilderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DbCommandBuilderJCType representing the CLR Type of the instantiated Classpublic OleDbCommand GetUpdateCommandNewOleDbCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public OleDbCommand GetUpdateCommandNewOleDbCommandBuilder(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public java.lang.String QuoteIdentifier(java.lang.String unquotedIdentifier)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
AccessViolationException
QuoteIdentifier in class DbCommandBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionAccessViolationExceptionpublic java.lang.String QuoteIdentifier(java.lang.String unquotedIdentifier,
OleDbConnection connection)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAccessViolationExceptionpublic void setDataAdapter(OleDbDataAdapter DataAdapter) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DbCommandBuilderpublic java.lang.String UnquoteIdentifier(java.lang.String quotedIdentifier)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
AccessViolationException
UnquoteIdentifier in class DbCommandBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionAccessViolationExceptionpublic java.lang.String UnquoteIdentifier(java.lang.String quotedIdentifier,
OleDbConnection connection)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionAccessViolationException