public class DbCommandBuilder extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.DbCommandBuilder
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.Common.DbCommandBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DbCommandBuilder() |
DbCommandBuilder(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DbCommandBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DbCommandBuilder, a cast assert is made to check if types are compatible. |
CatalogLocation |
getCatalogLocation() |
java.lang.String |
getCatalogSeparator() |
ConflictOption |
getConflictOption() |
DbDataAdapter |
getDataAdapter() |
DbCommand |
GetDeleteCommand() |
DbCommand |
GetDeleteCommand(boolean useColumnsForParameterNames) |
DbCommand |
GetInsertCommand() |
DbCommand |
GetInsertCommand(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
|
java.lang.String |
getQuotePrefix() |
java.lang.String |
getQuoteSuffix() |
java.lang.String |
getSchemaSeparator() |
boolean |
getSetAllValues() |
DbCommand |
GetUpdateCommand() |
DbCommand |
GetUpdateCommand(boolean useColumnsForParameterNames) |
java.lang.String |
QuoteIdentifier(java.lang.String unquotedIdentifier) |
void |
RefreshSchema() |
void |
setCatalogLocation(CatalogLocation CatalogLocation) |
void |
setCatalogSeparator(java.lang.String CatalogSeparator) |
void |
setConflictOption(ConflictOption ConflictOption) |
void |
setDataAdapter(DbDataAdapter DataAdapter) |
void |
setJCOInstance(JCObject instance) |
void |
setQuotePrefix(java.lang.String QuotePrefix) |
void |
setQuoteSuffix(java.lang.String QuoteSuffix) |
void |
setSchemaSeparator(java.lang.String SchemaSeparator) |
void |
setSetAllValues(boolean SetAllValues) |
java.lang.String |
UnquoteIdentifier(java.lang.String quotedIdentifier) |
addDisposed, 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 DbCommandBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic DbCommandBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DbCommandBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DbCommandBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDbCommandBuilder instancejava.lang.Throwable - in case of error during cast operationpublic CatalogLocation getCatalogLocation() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getCatalogSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic ConflictOption getConflictOption() throws java.lang.Throwable
java.lang.Throwablepublic DbDataAdapter getDataAdapter() throws java.lang.Throwable
java.lang.Throwablepublic DbCommand GetDeleteCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public DbCommand GetDeleteCommand(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public DbCommand GetInsertCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public DbCommand GetInsertCommand(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic java.lang.String getQuotePrefix()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getQuoteSuffix()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSchemaSeparator()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSetAllValues()
throws java.lang.Throwable
java.lang.Throwablepublic DbCommand GetUpdateCommand() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public DbCommand GetUpdateCommand(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
public java.lang.String QuoteIdentifier(java.lang.String unquotedIdentifier)
throws java.lang.Throwable,
NotSupportedException
java.lang.ThrowableNotSupportedExceptionpublic void RefreshSchema()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void setCatalogLocation(CatalogLocation CatalogLocation) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic void setCatalogSeparator(java.lang.String CatalogSeparator)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setConflictOption(ConflictOption ConflictOption) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
public void setDataAdapter(DbDataAdapter DataAdapter) throws java.lang.Throwable, ArgumentException, ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setQuotePrefix(java.lang.String QuotePrefix)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setQuoteSuffix(java.lang.String QuoteSuffix)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setSchemaSeparator(java.lang.String SchemaSeparator)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setSetAllValues(boolean SetAllValues)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String UnquoteIdentifier(java.lang.String quotedIdentifier)
throws java.lang.Throwable,
NotSupportedException
java.lang.ThrowableNotSupportedException