public class DefaultExpressionVisitor extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.CommandTrees.DefaultExpressionVisitor
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.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Data.Entity
|
static java.lang.String |
className
Qualified class name: System.Data.Common.CommandTrees.DefaultExpressionVisitor
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DefaultExpressionVisitor() |
DefaultExpressionVisitor(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DefaultExpressionVisitor()
throws java.lang.Throwable
java.lang.Throwablepublic DefaultExpressionVisitor(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DefaultExpressionVisitor cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DefaultExpressionVisitor, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDefaultExpressionVisitor instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic DbExpression Visit(DbAndExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbApplyExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbArithmeticExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public DbExpression Visit(DbCaseExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
public DbExpression Visit(DbCastExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbComparisonExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public DbExpression Visit(DbConstantExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, NotSupportedException, InvalidCastException, ArgumentOutOfRangeException, NullReferenceException, IndexOutOfRangeException
public DbExpression Visit(DbCrossJoinExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OutOfMemoryException
public DbExpression Visit(DbDerefExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbDistinctExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbElementExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbEntityRefExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbExceptExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic DbExpression Visit(DbFilterExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OutOfMemoryException
public DbExpression Visit(DbFunctionExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException
public DbExpression Visit(DbGroupByExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbIntersectExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbIsEmptyExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbIsNullExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbIsOfExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbJoinExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbLambdaExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic DbExpression Visit(DbLikeExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException
public DbExpression Visit(DbLimitExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbNewInstanceExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ProviderIncompatibleException
public DbExpression Visit(DbNotExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbNullExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbOfTypeExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbOrExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public DbExpression Visit(DbParameterReferenceExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, InvalidOperationException
public DbExpression Visit(DbProjectExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbPropertyExpression expression) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, ProviderIncompatibleException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionProviderIncompatibleExceptionArgumentOutOfRangeExceptionpublic DbExpression Visit(DbQuantifierExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, OutOfMemoryException
public DbExpression Visit(DbRefExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ProviderIncompatibleException, OutOfMemoryException
public DbExpression Visit(DbRefKeyExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ProviderIncompatibleException
public DbExpression Visit(DbRelationshipNavigationExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbScanExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbSkipExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbSortExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException
public DbExpression Visit(DbTreatExpression expression) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbUnionAllExpression expression) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public DbExpression Visit(DbVariableReferenceExpression expression) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullException