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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.WebControls.SqlDataSourceViewstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlDataSourceView()
SqlDataSourceView(java.lang.Object instance)
Internal constructor.SqlDataSourceView(SqlDataSource owner, java.lang.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
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.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 java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.SqlDataSourceView- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlDataSourceView
public SqlDataSourceView(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlDataSourceView
public SqlDataSourceView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SqlDataSourceView
public SqlDataSourceView(SqlDataSource owner, java.lang.String name, HttpContext context) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
MulticastNotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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:
java.lang.Throwable
- in case of error during cast operation
-
Delete
public int Delete(IDictionary keys, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Insert
public int Insert(IDictionary values) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Update
public int Update(IDictionary keys, IDictionary values, IDictionary oldValues) throws java.lang.Throwable, NotSupportedException
- Throws:
java.lang.Throwable
NotSupportedException
-
Select
public IEnumerable Select(DataSourceSelectArguments arguments) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCancelSelectOnNullParameter
public boolean getCancelSelectOnNullParameter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCancelSelectOnNullParameter
public void setCancelSelectOnNullParameter(boolean CancelSelectOnNullParameter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeleteCommand
public java.lang.String getDeleteCommand() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeleteCommand
public void setDeleteCommand(java.lang.String DeleteCommand) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFilterExpression
public java.lang.String getFilterExpression() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFilterExpression
public void setFilterExpression(java.lang.String FilterExpression) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInsertCommand
public java.lang.String getInsertCommand() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInsertCommand
public void setInsertCommand(java.lang.String InsertCommand) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getOldValuesParameterFormatString
public java.lang.String getOldValuesParameterFormatString() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOldValuesParameterFormatString
public void setOldValuesParameterFormatString(java.lang.String OldValuesParameterFormatString) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectCommand
public java.lang.String getSelectCommand() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectCommand
public void setSelectCommand(java.lang.String SelectCommand) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSortParameterName
public java.lang.String getSortParameterName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSortParameterName
public void setSortParameterName(java.lang.String SortParameterName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getUpdateCommand
public java.lang.String getUpdateCommand() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateCommand
public void setUpdateCommand(java.lang.String UpdateCommand) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getConflictDetection
public ConflictOptions getConflictDetection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConflictDetection
public void setConflictDetection(ConflictOptions ConflictDetection) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getDeleteParameters
public ParameterCollection getDeleteParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFilterParameters
public ParameterCollection getFilterParameters() throws java.lang.Throwable, MulticastNotSupportedException
- Throws:
java.lang.Throwable
MulticastNotSupportedException
-
getInsertParameters
public ParameterCollection getInsertParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectParameters
public ParameterCollection getSelectParameters() throws java.lang.Throwable, MulticastNotSupportedException
- Throws:
java.lang.Throwable
MulticastNotSupportedException
-
getUpdateParameters
public ParameterCollection getUpdateParameters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeleteCommandType
public SqlDataSourceCommandType getDeleteCommandType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDeleteCommandType
public void setDeleteCommandType(SqlDataSourceCommandType DeleteCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getInsertCommandType
public SqlDataSourceCommandType getInsertCommandType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInsertCommandType
public void setInsertCommandType(SqlDataSourceCommandType InsertCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getSelectCommandType
public SqlDataSourceCommandType getSelectCommandType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelectCommandType
public void setSelectCommandType(SqlDataSourceCommandType SelectCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getUpdateCommandType
public SqlDataSourceCommandType getUpdateCommandType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setUpdateCommandType
public void setUpdateCommandType(SqlDataSourceCommandType UpdateCommandType) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
addDeleting
public void addDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleting
public void removeDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserting
public void addInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserting
public void removeInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdating
public void addUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdating
public void removeUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFiltering
public void addFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFiltering
public void removeFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelecting
public void addSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelecting
public void removeSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleted
public void addDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleted
public void removeDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserted
public void addInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserted
public void removeInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelected
public void addSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelected
public void removeSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdated
public void addUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdated
public void removeUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-