Definition at line 21 of file PlSqlBlockTests.cs.
static void Deveel.Data.Sql.Parser.PlSqlBlockTests.ParseCreateSimpleTrigger |
( |
| ) |
|
|
inlinestatic |
Definition at line 23 of file PlSqlBlockTests.cs.
24 const string sql =
@"CREATE OR REPLACE TRIGGER test_trigger BEFORE INSERT ON test_table FOR EACH ROW
28 SELECT INTO a FROM table2 WHERE b = 22;
31 SqlParseResult result = null;
32 Assert.DoesNotThrow(() => result = SqlParsers.Default.Parse(sql));
33 Assert.IsNotNull(result);
34 Assert.IsFalse(result.HasErrors);
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb-nunit/Deveel.Data.Sql.Parser/PlSqlBlockTests.cs