public class SqlCommandBuilder extends DbCommandBuilder
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.SqlClient.SqlCommandBuilder
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.SqlClient.SqlCommandBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlCommandBuilder() |
SqlCommandBuilder(java.lang.Object instance)
Internal constructor.
|
SqlCommandBuilder(SqlDataAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
static SqlCommandBuilder |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlCommandBuilder, a cast assert is made to check if types are compatible. |
static void |
DeriveParameters(SqlCommand command) |
SqlDataAdapter |
getDataAdapterNewSqlCommandBuilder() |
SqlCommand |
GetDeleteCommandNewSqlCommandBuilder() |
SqlCommand |
GetDeleteCommandNewSqlCommandBuilder(boolean useColumnsForParameterNames) |
SqlCommand |
GetInsertCommandNewSqlCommandBuilder() |
SqlCommand |
GetInsertCommandNewSqlCommandBuilder(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
|
SqlCommand |
GetUpdateCommandNewSqlCommandBuilder() |
SqlCommand |
GetUpdateCommandNewSqlCommandBuilder(boolean useColumnsForParameterNames) |
java.lang.String |
QuoteIdentifier(java.lang.String unquotedIdentifier) |
void |
setDataAdapter(SqlDataAdapter DataAdapter) |
void |
setJCOInstance(JCObject instance) |
java.lang.String |
UnquoteIdentifier(java.lang.String quotedIdentifier) |
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 SqlCommandBuilder()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public SqlCommandBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlCommandBuilder(SqlDataAdapter adapter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public static SqlCommandBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlCommandBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlCommandBuilder instancejava.lang.Throwable - in case of error during cast operationpublic static void DeriveParameters(SqlCommand command) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, EventSourceException, NotSupportedException, KeyNotFoundException, FormatException, SqlNullValueException, InvalidCastException, SqlException, TaskSchedulerException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionEventSourceExceptionNotSupportedExceptionKeyNotFoundExceptionFormatExceptionSqlNullValueExceptionInvalidCastExceptionSqlExceptionTaskSchedulerExceptionpublic SqlDataAdapter getDataAdapterNewSqlCommandBuilder() throws java.lang.Throwable
java.lang.Throwablepublic SqlCommand GetDeleteCommandNewSqlCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public SqlCommand GetDeleteCommandNewSqlCommandBuilder(boolean useColumnsForParameterNames) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public SqlCommand GetInsertCommandNewSqlCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public SqlCommand GetInsertCommandNewSqlCommandBuilder(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 SqlCommand GetUpdateCommandNewSqlCommandBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException
public SqlCommand GetUpdateCommandNewSqlCommandBuilder(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
QuoteIdentifier in class DbCommandBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setDataAdapter(SqlDataAdapter 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
UnquoteIdentifier in class DbCommandBuilderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationException