20 using NUnit.Framework;
22 namespace Deveel.Data.Sql.Triggers {
28 var query = base.CreateQuery(session);
29 var tableInfo =
new TableInfo(TestTableName);
33 query.CreateTable(tableInfo);
43 Assert.DoesNotThrow(() => exists =
Query.TriggerExists(triggerName));
44 Assert.IsTrue(exists);
Provides some helper functions for resolving and creating SqlType instances that are primitive to the...
static ObjectName Parse(string s)
Parses the given string into a ObjectName object.
TriggerEventType
The different types of high layer trigger events.
void CreateProcedureTrigger()
static NumericType Integer()
Describes the name of an object within a database.
An isolated session to a given database for a given user, encapsulating the transaction for operation...
void CreateCallbackTrigger()
static DateType DateTime()
override IQuery CreateQuery(ISession session)
static StringType String()
Defines the metadata properties of a table existing within a database.