|
1 |
| -// Generated from SqlBaseParser.g4 by ANTLR 4.13.1 |
| 1 | +// Generated from SqlBaseParser.g4 by ANTLR 4.13.2 |
2 | 2 | // jshint ignore: start
|
3 | 3 | import antlr4 from 'antlr4';
|
4 | 4 |
|
@@ -482,6 +482,33 @@ export default class SqlBaseParserListener extends antlr4.tree.ParseTreeListener
|
482 | 482 | }
|
483 | 483 |
|
484 | 484 |
|
| 485 | + // Enter a parse tree produced by SqlBaseParser#dropServer. |
| 486 | + enterDropServer(ctx) { |
| 487 | + } |
| 488 | + |
| 489 | + // Exit a parse tree produced by SqlBaseParser#dropServer. |
| 490 | + exitDropServer(ctx) { |
| 491 | + } |
| 492 | + |
| 493 | + |
| 494 | + // Enter a parse tree produced by SqlBaseParser#dropForeignTable. |
| 495 | + enterDropForeignTable(ctx) { |
| 496 | + } |
| 497 | + |
| 498 | + // Exit a parse tree produced by SqlBaseParser#dropForeignTable. |
| 499 | + exitDropForeignTable(ctx) { |
| 500 | + } |
| 501 | + |
| 502 | + |
| 503 | + // Enter a parse tree produced by SqlBaseParser#dropUserMapping. |
| 504 | + enterDropUserMapping(ctx) { |
| 505 | + } |
| 506 | + |
| 507 | + // Exit a parse tree produced by SqlBaseParser#dropUserMapping. |
| 508 | + exitDropUserMapping(ctx) { |
| 509 | + } |
| 510 | + |
| 511 | + |
485 | 512 | // Enter a parse tree produced by SqlBaseParser#addColumn.
|
486 | 513 | enterAddColumn(ctx) {
|
487 | 514 | }
|
@@ -1850,6 +1877,15 @@ export default class SqlBaseParserListener extends antlr4.tree.ParseTreeListener
|
1850 | 1877 | }
|
1851 | 1878 |
|
1852 | 1879 |
|
| 1880 | + // Enter a parse tree produced by SqlBaseParser#createForeignTable. |
| 1881 | + enterCreateForeignTable(ctx) { |
| 1882 | + } |
| 1883 | + |
| 1884 | + // Exit a parse tree produced by SqlBaseParser#createForeignTable. |
| 1885 | + exitCreateForeignTable(ctx) { |
| 1886 | + } |
| 1887 | + |
| 1888 | + |
1853 | 1889 | // Enter a parse tree produced by SqlBaseParser#createBlobTable.
|
1854 | 1890 | enterCreateBlobTable(ctx) {
|
1855 | 1891 | }
|
@@ -1895,6 +1931,15 @@ export default class SqlBaseParserListener extends antlr4.tree.ParseTreeListener
|
1895 | 1931 | }
|
1896 | 1932 |
|
1897 | 1933 |
|
| 1934 | + // Enter a parse tree produced by SqlBaseParser#createUserMapping. |
| 1935 | + enterCreateUserMapping(ctx) { |
| 1936 | + } |
| 1937 | + |
| 1938 | + // Exit a parse tree produced by SqlBaseParser#createUserMapping. |
| 1939 | + exitCreateUserMapping(ctx) { |
| 1940 | + } |
| 1941 | + |
| 1942 | + |
1898 | 1943 | // Enter a parse tree produced by SqlBaseParser#createRole.
|
1899 | 1944 | enterCreateRole(ctx) {
|
1900 | 1945 | }
|
@@ -1931,6 +1976,42 @@ export default class SqlBaseParserListener extends antlr4.tree.ParseTreeListener
|
1931 | 1976 | }
|
1932 | 1977 |
|
1933 | 1978 |
|
| 1979 | + // Enter a parse tree produced by SqlBaseParser#createServer. |
| 1980 | + enterCreateServer(ctx) { |
| 1981 | + } |
| 1982 | + |
| 1983 | + // Exit a parse tree produced by SqlBaseParser#createServer. |
| 1984 | + exitCreateServer(ctx) { |
| 1985 | + } |
| 1986 | + |
| 1987 | + |
| 1988 | + // Enter a parse tree produced by SqlBaseParser#mappedUser. |
| 1989 | + enterMappedUser(ctx) { |
| 1990 | + } |
| 1991 | + |
| 1992 | + // Exit a parse tree produced by SqlBaseParser#mappedUser. |
| 1993 | + exitMappedUser(ctx) { |
| 1994 | + } |
| 1995 | + |
| 1996 | + |
| 1997 | + // Enter a parse tree produced by SqlBaseParser#kvOptions. |
| 1998 | + enterKvOptions(ctx) { |
| 1999 | + } |
| 2000 | + |
| 2001 | + // Exit a parse tree produced by SqlBaseParser#kvOptions. |
| 2002 | + exitKvOptions(ctx) { |
| 2003 | + } |
| 2004 | + |
| 2005 | + |
| 2006 | + // Enter a parse tree produced by SqlBaseParser#kvOption. |
| 2007 | + enterKvOption(ctx) { |
| 2008 | + } |
| 2009 | + |
| 2010 | + // Exit a parse tree produced by SqlBaseParser#kvOption. |
| 2011 | + exitKvOption(ctx) { |
| 2012 | + } |
| 2013 | + |
| 2014 | + |
1934 | 2015 | // Enter a parse tree produced by SqlBaseParser#functionArgument.
|
1935 | 2016 | enterFunctionArgument(ctx) {
|
1936 | 2017 | }
|
|
0 commit comments