File tree Expand file tree Collapse file tree 3 files changed +0
-66
lines changed
hibernate-core/src/main/java/org/hibernate/dialect Expand file tree Collapse file tree 3 files changed +0
-66
lines changed Original file line number Diff line number Diff line change @@ -578,14 +578,6 @@ public void initializeFunctionRegistry(FunctionContributions functionContributio
578578 functionFactory .jsonObject_gaussdb ();
579579 functionFactory .jsonObjectAgg_gaussdb ( true );
580580
581- functionFactory .xmlelement ();
582- functionFactory .xmlcomment ();
583- functionFactory .xmlforest ();
584- functionFactory .xmlconcat ();
585- functionFactory .xmlpi ();
586- functionFactory .xmlquery_gaussdb ();
587- functionFactory .xmlexists ();
588-
589581 functionFactory .makeDateTimeTimestamp ();
590582 // Note that GaussDB doesn't support the OVER clause for ordered set-aggregate functions
591583 functionFactory .inverseDistributionOrderedSetAggregates ();
Original file line number Diff line number Diff line change 1414import org .hibernate .dialect .function .array .*;
1515import org .hibernate .dialect .function .json .*;
1616import org .hibernate .dialect .function .xml .DB2XmlTableFunction ;
17- import org .hibernate .dialect .function .xml .GaussDBXmlQueryFunction ;
1817import org .hibernate .dialect .function .xml .H2XmlConcatFunction ;
1918import org .hibernate .dialect .function .xml .H2XmlElementFunction ;
2019import org .hibernate .dialect .function .xml .H2XmlForestFunction ;
@@ -4343,13 +4342,6 @@ public void xmlquery_postgresql() {
43434342 functionRegistry .register ( "xmlquery" , new PostgreSQLXmlQueryFunction ( typeConfiguration ) );
43444343 }
43454344
4346- /**
4347- * GaussDB xmlquery() function
4348- */
4349- public void xmlquery_gaussdb () {
4350- functionRegistry .register ( "xmlquery" , new GaussDBXmlQueryFunction ( typeConfiguration ) );
4351- }
4352-
43534345 /**
43544346 * SQL Server xmlquery() function
43554347 */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments