Package microsoft.sqlserver.server
Class TriggerAction
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.sqlserver.server.TriggerAction
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class TriggerAction extends NetObject
The base .NET class managing Microsoft.SqlServer.Server.TriggerAction, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.SqlServer.Server.TriggerAction
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TriggerAction()
TriggerAction(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.SqlServer.Server.TriggerAction- See Also:
- Constant Field Values
-
Invalid
public static TriggerAction Invalid
-
Insert
public static TriggerAction Insert
-
Update
public static TriggerAction Update
-
Delete
public static TriggerAction Delete
-
CreateTable
public static TriggerAction CreateTable
-
AlterTable
public static TriggerAction AlterTable
-
DropTable
public static TriggerAction DropTable
-
CreateIndex
public static TriggerAction CreateIndex
-
AlterIndex
public static TriggerAction AlterIndex
-
DropIndex
public static TriggerAction DropIndex
-
CreateSecurityExpression
public static TriggerAction CreateSecurityExpression
-
DropSecurityExpression
public static TriggerAction DropSecurityExpression
-
CreateSynonym
public static TriggerAction CreateSynonym
-
DropSynonym
public static TriggerAction DropSynonym
-
CreateView
public static TriggerAction CreateView
-
AlterView
public static TriggerAction AlterView
-
DropView
public static TriggerAction DropView
-
CreateProcedure
public static TriggerAction CreateProcedure
-
AlterProcedure
public static TriggerAction AlterProcedure
-
DropProcedure
public static TriggerAction DropProcedure
-
CreateFunction
public static TriggerAction CreateFunction
-
AlterFunction
public static TriggerAction AlterFunction
-
DropFunction
public static TriggerAction DropFunction
-
CreateTrigger
public static TriggerAction CreateTrigger
-
AlterTrigger
public static TriggerAction AlterTrigger
-
DropTrigger
public static TriggerAction DropTrigger
-
CreateEventNotification
public static TriggerAction CreateEventNotification
-
DropEventNotification
public static TriggerAction DropEventNotification
-
CreateType
public static TriggerAction CreateType
-
DropType
public static TriggerAction DropType
-
CreateAssembly
public static TriggerAction CreateAssembly
-
AlterAssembly
public static TriggerAction AlterAssembly
-
DropAssembly
public static TriggerAction DropAssembly
-
CreateUser
public static TriggerAction CreateUser
-
AlterUser
public static TriggerAction AlterUser
-
DropUser
public static TriggerAction DropUser
-
CreateRole
public static TriggerAction CreateRole
-
AlterRole
public static TriggerAction AlterRole
-
DropRole
public static TriggerAction DropRole
-
CreateAppRole
public static TriggerAction CreateAppRole
-
AlterAppRole
public static TriggerAction AlterAppRole
-
DropAppRole
public static TriggerAction DropAppRole
-
CreateSchema
public static TriggerAction CreateSchema
-
AlterSchema
public static TriggerAction AlterSchema
-
DropSchema
public static TriggerAction DropSchema
-
CreateLogin
public static TriggerAction CreateLogin
-
AlterLogin
public static TriggerAction AlterLogin
-
DropLogin
public static TriggerAction DropLogin
-
CreateMsgType
public static TriggerAction CreateMsgType
-
DropMsgType
public static TriggerAction DropMsgType
-
CreateContract
public static TriggerAction CreateContract
-
DropContract
public static TriggerAction DropContract
-
CreateQueue
public static TriggerAction CreateQueue
-
AlterQueue
public static TriggerAction AlterQueue
-
DropQueue
public static TriggerAction DropQueue
-
CreateService
public static TriggerAction CreateService
-
AlterService
public static TriggerAction AlterService
-
DropService
public static TriggerAction DropService
-
CreateRoute
public static TriggerAction CreateRoute
-
AlterRoute
public static TriggerAction AlterRoute
-
DropRoute
public static TriggerAction DropRoute
-
GrantStatement
public static TriggerAction GrantStatement
-
DenyStatement
public static TriggerAction DenyStatement
-
RevokeStatement
public static TriggerAction RevokeStatement
-
GrantObject
public static TriggerAction GrantObject
-
DenyObject
public static TriggerAction DenyObject
-
RevokeObject
public static TriggerAction RevokeObject
-
CreateBinding
public static TriggerAction CreateBinding
-
AlterBinding
public static TriggerAction AlterBinding
-
DropBinding
public static TriggerAction DropBinding
-
CreatePartitionFunction
public static TriggerAction CreatePartitionFunction
-
AlterPartitionFunction
public static TriggerAction AlterPartitionFunction
-
DropPartitionFunction
public static TriggerAction DropPartitionFunction
-
CreatePartitionScheme
public static TriggerAction CreatePartitionScheme
-
AlterPartitionScheme
public static TriggerAction AlterPartitionScheme
-
DropPartitionScheme
public static TriggerAction DropPartitionScheme
-
-
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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-