Package system.web.ui.webcontrols
Class SqlDataSourceView
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.DataSourceView
-
- system.web.ui.webcontrols.SqlDataSourceView
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
AccessDataSourceView
public class SqlDataSourceView extends DataSourceView
The base .NET class managing System.Web.UI.WebControls.SqlDataSourceView, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.SqlDataSourceView
Powered by JCOBridge: more info at https://www.jcobridge.com
- Version:
- 1.14.3.0
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic String
assemblyShortName
Assembly name: System.Webstatic String
className
Qualified class name: System.Web.UI.WebControls.SqlDataSourceViewstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlDataSourceView()
SqlDataSourceView(Object instance)
Internal constructor.SqlDataSourceView(SqlDataSource owner, String name, HttpContext context)
-
Method Summary
-
Methods inherited from class system.web.ui.DataSourceView
addDataSourceViewChanged, CanExecute, Delete, ExecuteCommand, getCanDelete, getCanInsert, getCanPage, getCanRetrieveTotalRowCount, getCanSort, getCanUpdate, getName, Insert, removeDataSourceViewChanged, Select, Update
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toObjectFromArray, toObjectFromArray, toString, ToString, translateException
-
-
-
-
Field Detail
-
assemblyFullName
public static final String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final String className
Qualified class name: System.Web.UI.WebControls.SqlDataSourceView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlDataSourceView
public SqlDataSourceView(Object instance) throws Throwable
Internal constructor. Use with caution- Throws:
Throwable
-
SqlDataSourceView
public SqlDataSourceView(SqlDataSource owner, String name, HttpContext context) throws Throwable, ArgumentNullException, MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDataSourceView
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDataSourceView
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDataSourceView
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDataSourceView
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataSourceView
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDataSourceView
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static SqlDataSourceView cast(IJCOBridgeReflected from) throws Throwable
Try to cast theIJCOBridgeReflected
instance intoSqlDataSourceView
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
SqlDataSourceView
instance- Throws:
Throwable
- in case of error during cast operation
-
Delete
public int Delete(IDictionary keys, IDictionary oldValues) throws Throwable, NotSupportedException
- Throws:
Throwable
NotSupportedException
-
Insert
public int Insert(IDictionary values) throws Throwable, NotSupportedException
- Throws:
Throwable
NotSupportedException
-
Update
public int Update(IDictionary keys, IDictionary values, IDictionary oldValues) throws Throwable, NotSupportedException
- Throws:
Throwable
NotSupportedException
-
Select
public IEnumerable Select(DataSourceSelectArguments arguments) throws Throwable
- Throws:
Throwable
-
SaveViewState
@Deprecated public NetObject SaveViewState() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIStateManager method available in IStateManager to obtain an object with an invocable method- Throws:
Throwable
-
LoadViewState
@Deprecated public void LoadViewState(NetObject state) throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIStateManager method available in IStateManager to obtain an object with an invocable method- Throws:
Throwable
-
TrackViewState
@Deprecated public void TrackViewState() throws Throwable
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. Use the static ToIStateManager method available in IStateManager to obtain an object with an invocable method- Throws:
Throwable
-
getCancelSelectOnNullParameter
public boolean getCancelSelectOnNullParameter() throws Throwable
- Throws:
Throwable
-
setCancelSelectOnNullParameter
public void setCancelSelectOnNullParameter(boolean CancelSelectOnNullParameter) throws Throwable
- Throws:
Throwable
-
setDeleteCommand
public void setDeleteCommand(String DeleteCommand) throws Throwable
- Throws:
Throwable
-
setFilterExpression
public void setFilterExpression(String FilterExpression) throws Throwable
- Throws:
Throwable
-
setInsertCommand
public void setInsertCommand(String InsertCommand) throws Throwable
- Throws:
Throwable
-
getOldValuesParameterFormatString
public String getOldValuesParameterFormatString() throws Throwable
- Throws:
Throwable
-
setOldValuesParameterFormatString
public void setOldValuesParameterFormatString(String OldValuesParameterFormatString) throws Throwable
- Throws:
Throwable
-
setSelectCommand
public void setSelectCommand(String SelectCommand) throws Throwable
- Throws:
Throwable
-
setSortParameterName
public void setSortParameterName(String SortParameterName) throws Throwable
- Throws:
Throwable
-
setUpdateCommand
public void setUpdateCommand(String UpdateCommand) throws Throwable
- Throws:
Throwable
-
getConflictDetection
public ConflictOptions getConflictDetection() throws Throwable
- Throws:
Throwable
-
setConflictDetection
public void setConflictDetection(ConflictOptions ConflictDetection) throws Throwable, ArgumentOutOfRangeException
- Throws:
Throwable
ArgumentOutOfRangeException
-
getDeleteParameters
public ParameterCollection getDeleteParameters() throws Throwable
- Throws:
Throwable
-
getFilterParameters
public ParameterCollection getFilterParameters() throws Throwable, MulticastNotSupportedException
-
getInsertParameters
public ParameterCollection getInsertParameters() throws Throwable
- Throws:
Throwable
-
getSelectParameters
public ParameterCollection getSelectParameters() throws Throwable, MulticastNotSupportedException
-
getUpdateParameters
public ParameterCollection getUpdateParameters() throws Throwable
- Throws:
Throwable
-
getDeleteCommandType
public SqlDataSourceCommandType getDeleteCommandType() throws Throwable
- Throws:
Throwable
-
setDeleteCommandType
public void setDeleteCommandType(SqlDataSourceCommandType DeleteCommandType) throws Throwable, ArgumentOutOfRangeException
- Throws:
Throwable
ArgumentOutOfRangeException
-
getInsertCommandType
public SqlDataSourceCommandType getInsertCommandType() throws Throwable
- Throws:
Throwable
-
setInsertCommandType
public void setInsertCommandType(SqlDataSourceCommandType InsertCommandType) throws Throwable, ArgumentOutOfRangeException
- Throws:
Throwable
ArgumentOutOfRangeException
-
getSelectCommandType
public SqlDataSourceCommandType getSelectCommandType() throws Throwable
- Throws:
Throwable
-
setSelectCommandType
public void setSelectCommandType(SqlDataSourceCommandType SelectCommandType) throws Throwable, ArgumentOutOfRangeException
- Throws:
Throwable
ArgumentOutOfRangeException
-
getUpdateCommandType
public SqlDataSourceCommandType getUpdateCommandType() throws Throwable
- Throws:
Throwable
-
setUpdateCommandType
public void setUpdateCommandType(SqlDataSourceCommandType UpdateCommandType) throws Throwable, ArgumentOutOfRangeException
- Throws:
Throwable
ArgumentOutOfRangeException
-
addDeleting
public void addDeleting(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDeleting
public void removeDeleting(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
addInserting
public void addInserting(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeInserting
public void removeInserting(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUpdating
public void addUpdating(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUpdating
public void removeUpdating(SqlDataSourceCommandEventHandler handler) throws Throwable
- Throws:
Throwable
-
addFiltering
public void addFiltering(SqlDataSourceFilteringEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeFiltering
public void removeFiltering(SqlDataSourceFilteringEventHandler handler) throws Throwable
- Throws:
Throwable
-
addSelecting
public void addSelecting(SqlDataSourceSelectingEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeSelecting
public void removeSelecting(SqlDataSourceSelectingEventHandler handler) throws Throwable
- Throws:
Throwable
-
addDeleted
public void addDeleted(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeDeleted
public void removeDeleted(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
addInserted
public void addInserted(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeInserted
public void removeInserted(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
addSelected
public void addSelected(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeSelected
public void removeSelected(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
addUpdated
public void addUpdated(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
removeUpdated
public void removeUpdated(SqlDataSourceStatusEventHandler handler) throws Throwable
- Throws:
Throwable
-
-