public class SqlDataSourceDesigner extends DataSourceDesigner
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.Design.WebControls.SqlDataSourceDesigner
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.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Design
|
static java.lang.String |
className
Qualified class name: System.Web.UI.Design.WebControls.SqlDataSourceDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlDataSourceDesigner() |
SqlDataSourceDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlDataSourceDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlDataSourceDesigner, a cast assert is made to check if types are compatible. |
void |
Configure() |
java.lang.String |
getConnectionString() |
DataSourceOperation |
getDeleteQuery() |
DataSourceOperation |
getInsertQuery() |
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 |
getProviderName() |
java.lang.String |
getSelectCommand() |
DataSourceOperation |
getSelectQuery() |
DataSourceOperation |
getUpdateQuery() |
DesignerDataSourceView |
GetView(java.lang.String viewName) |
java.lang.String[] |
GetViewNames() |
void |
RefreshSchema(boolean preferSilent) |
void |
setConnectionString(java.lang.String ConnectionString) |
void |
setDeleteQuery(DataSourceOperation DeleteQuery) |
void |
setInsertQuery(DataSourceOperation InsertQuery) |
void |
setJCOInstance(JCObject instance) |
void |
setProviderName(java.lang.String ProviderName) |
void |
setSelectCommand(java.lang.String SelectCommand) |
void |
setSelectQuery(DataSourceOperation SelectQuery) |
void |
setUpdateQuery(DataSourceOperation UpdateQuery) |
addDataSourceChanged, addSchemaRefreshed, getCanConfigure, getCanRefreshSchema, GetDesignTimeHtml, removeDataSourceChanged, removeSchemaRefreshed, ResumeDataSourceEvents, SchemasEquivalent, SuppressDataSourceEvents, ViewSchemasEquivalentgetAllowResize, getAutoFormats, GetBounds, GetDesignTimeHtml, getDesignTimeHtmlRequiresLoadComplete, GetDesignTimeResourceProviderFactory, GetEditableDesignerRegionContent, getID, getIsDirty, GetPersistenceContent, GetPersistInnerHtml, getReadOnly, getTemplateGroups, getViewControl, getViewControlCreated, GetViewRendering, GetViewRendering, GetViewRendering, Initialize, Invalidate, Invalidate, InvokeTransactedChange, InvokeTransactedChange, InvokeTransactedChange, IsPropertyBound, Localize, OnAutoFormatApplied, OnComponentChanged, OnComponentChanging, RaiseResizeEvent, RegisterClone, SetEditableDesignerRegionContent, setID, setIsDirty, setReadOnly, setViewControl, setViewControlCreated, UpdateDesignTimeHtmlgetBehavior, getDataBindings, getExpressions, getShouldCodeSerialize, OnSetParent, setBehavior, setShouldCodeSerializeclose, Dispose, DoDefaultAction, getActionLists, getAssociatedComponents, getComponent, getVerbs, InitializeExistingComponent, InitializeNewComponent, InitializeNonDefault, OnSetComponentDefaultsEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringPostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties, ToIDesignerFilterpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlDataSourceDesigner()
throws java.lang.Throwable
java.lang.Throwablepublic SqlDataSourceDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static SqlDataSourceDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlDataSourceDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlDataSourceDesigner instancejava.lang.Throwable - in case of error during cast operationpublic void Configure()
throws java.lang.Throwable,
InvalidEnumArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MulticastNotSupportedException,
RankException,
CultureNotFoundException,
NotSupportedException,
ObjectDisposedException,
NotImplementedException,
ConfigurationException,
OutOfMemoryException,
ThreadStateException,
IndexOutOfRangeException,
Win32Exception,
InvalidCastException,
HttpException,
HttpParseException,
NullReferenceException,
FormatException,
ConfigurationErrorsException,
OverflowException
Configure in class DataSourceDesignerjava.lang.ThrowableInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMulticastNotSupportedExceptionRankExceptionCultureNotFoundExceptionNotSupportedExceptionObjectDisposedExceptionNotImplementedExceptionConfigurationExceptionOutOfMemoryExceptionThreadStateExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidCastExceptionHttpExceptionHttpParseExceptionNullReferenceExceptionFormatExceptionConfigurationErrorsExceptionOverflowExceptionpublic java.lang.String getConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic DataSourceOperation getDeleteQuery() throws java.lang.Throwable
java.lang.Throwablepublic DataSourceOperation getInsertQuery() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerFiltergetJCOAssemblyName in class DataSourceDesignerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerFiltergetJCOClassName in class DataSourceDesignerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerFiltergetJCOInstance in class DataSourceDesignerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerFiltergetJCOObjectName in class DataSourceDesignerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerFiltergetJCOType in class DataSourceDesignerJCType representing the CLR Type of the instantiated Classpublic java.lang.String getProviderName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSelectCommand()
throws java.lang.Throwable,
ArgumentNullException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionpublic DataSourceOperation getSelectQuery() throws java.lang.Throwable
java.lang.Throwablepublic DataSourceOperation getUpdateQuery() throws java.lang.Throwable
java.lang.Throwablepublic DesignerDataSourceView GetView(java.lang.String viewName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
GetView in class DataSourceDesignerjava.lang.ThrowableArgumentExceptionArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic java.lang.String[] GetViewNames()
throws java.lang.Throwable
GetViewNames in class DataSourceDesignerjava.lang.Throwablepublic void RefreshSchema(boolean preferSilent)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException,
IndexOutOfRangeException,
ConfigurationException,
InvalidCastException,
AccessViolationException,
SqlNullValueException,
KeyNotFoundException,
RankException
RefreshSchema in class DataSourceDesignerjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionConfigurationExceptionInvalidCastExceptionAccessViolationExceptionSqlNullValueExceptionKeyNotFoundExceptionRankExceptionpublic void setConnectionString(java.lang.String ConnectionString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
NullReferenceException,
NotImplementedException,
HttpException,
OverflowException,
HttpRequestValidationException,
PlatformNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionpublic void setDeleteQuery(DataSourceOperation DeleteQuery) throws java.lang.Throwable
java.lang.Throwablepublic void setInsertQuery(DataSourceOperation InsertQuery) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataSourceDesignerpublic void setProviderName(java.lang.String ProviderName)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
NullReferenceException,
NotImplementedException,
HttpException,
OverflowException,
HttpRequestValidationException,
PlatformNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionpublic void setSelectCommand(java.lang.String SelectCommand)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
ConfigurationErrorsException,
NotSupportedException,
ConfigurationException,
NullReferenceException,
NotImplementedException,
HttpException,
OverflowException,
HttpRequestValidationException,
PlatformNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionNotSupportedExceptionConfigurationExceptionNullReferenceExceptionNotImplementedExceptionHttpExceptionOverflowExceptionHttpRequestValidationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionpublic void setSelectQuery(DataSourceOperation SelectQuery) throws java.lang.Throwable
java.lang.Throwablepublic void setUpdateQuery(DataSourceOperation UpdateQuery) throws java.lang.Throwable
java.lang.Throwable