Package com.exasol.udfdebugging
Class PushDownTesting
- java.lang.Object
-
- com.exasol.udfdebugging.PushDownTesting
-
public class PushDownTesting extends Object
-
-
Constructor Summary
Constructors Constructor Description PushDownTesting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetPushDownSql(Statement statement, String query)static StringgetSelectionThatIsSentToTheAdapter(Statement statement, String query)
-
-
-
Method Detail
-
getPushDownSql
public static String getPushDownSql(Statement statement, String query) throws SQLException
- Throws:
SQLException
-
getSelectionThatIsSentToTheAdapter
public static String getSelectionThatIsSentToTheAdapter(Statement statement, String query) throws SQLException
- Throws:
SQLException
-
-