Class RowAsJsonLogReaderStatementFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.sql.PreparedStatement scanAll​(com.zaxxer.hikari.HikariDataSource dataSource)
      Scan the complete content of table.
      void setup​(EntityDescriptor entity, java.net.URI uri, java.util.Map<java.lang.String,​java.lang.Object> cfg, com.zaxxer.hikari.HikariDataSource dataSource)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RowAsJsonLogReaderStatementFactory

        public RowAsJsonLogReaderStatementFactory()
    • Method Detail

      • setup

        public void setup​(EntityDescriptor entity,
                          java.net.URI uri,
                          java.util.Map<java.lang.String,​java.lang.Object> cfg,
                          com.zaxxer.hikari.HikariDataSource dataSource)
        Specified by:
        setup in interface SqlStatementFactory
      • scanAll

        public java.sql.PreparedStatement scanAll​(com.zaxxer.hikari.HikariDataSource dataSource)
        Description copied from interface: SqlStatementFactory
        Scan the complete content of table.
        Specified by:
        scanAll in interface SqlStatementFactory
        Parameters:
        dataSource - the source
        Returns:
        prepared statement