Package cz.o2.proxima.direct.jdbc
Class RowAsJsonLogReaderStatementFactory
- java.lang.Object
-
- cz.o2.proxima.direct.jdbc.RowAsJsonLogReaderStatementFactory
-
- All Implemented Interfaces:
SqlStatementFactory
,java.io.Serializable
public class RowAsJsonLogReaderStatementFactory extends java.lang.Object implements SqlStatementFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
-
Methods inherited from interface cz.o2.proxima.direct.jdbc.SqlStatementFactory
close, get, list, update
-
-
-
-
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 interfaceSqlStatementFactory
-
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 interfaceSqlStatementFactory
- Parameters:
dataSource
- the source- Returns:
- prepared statement
-
-