Class SqlUtilsTest


  • public class SqlUtilsTest
    extends Object
    • Constructor Detail

      • SqlUtilsTest

        public SqlUtilsTest()
    • Method Detail

      • testLogMinerQueryWithNoFilters

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithNoFilters()
      • testLogMinerQueryWithSchemaInclude

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithSchemaInclude()
      • testLogMinerQueryWithSchemaExclude

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithSchemaExclude()
      • testLogMinerQueryWithTableInclude

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithTableInclude()
      • testLogMinerQueryWithTableExcludes

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithTableExcludes()
      • testLogMinerQueryWithSchemaTableIncludes

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithSchemaTableIncludes()
      • testLogMinerQueryWithSchemaTableExcludes

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithSchemaTableExcludes()
      • testLogMinerQueryWithSchemaExcludeTableInclude

        @FixFor("DBZ-3009")
        public void testLogMinerQueryWithSchemaExcludeTableInclude()
      • testStatements

        public void testStatements()
      • shouldDetectConnectionProblems

        public void shouldDetectConnectionProblems()
      • resolveLogMineryContentQueryFromTemplate

        private String resolveLogMineryContentQueryFromTemplate​(String schemaReplacement,
                                                                String tableReplacement)