public interface ReadDBHandler
Modifier and Type | Method and Description |
---|---|
String[][] |
logRecRead(Set tableNames,
LogQuery qry,
LogManager logMgr,
boolean sourceData)
LogReader calls this method.
|
String[][] |
logRecRead(String tableName,
LogQuery qry,
LogManager logMgr,
boolean sourceData)
LogReader calls this method.
|
String[][] logRecRead(String tableName, LogQuery qry, LogManager logMgr, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, SQLException, Exception
tableName
- db table nameqry
- is user specified qury chriteria with sorting requirementlogMgr
- the log manager associated with this handlersourceData
- it specifies whether return data should be original
data received by logger (source) or formatted data as in file.IOException
- if it fails to read log records.NoSuchFieldException
- if it fails to retrieve the name of field.IllegalArgumentException
- if query has wrong value.RuntimeException
- if it fails to retrieve log record.SQLException
- if it fails to process sql query.Exception
- if it fails any of operation.String[][] logRecRead(Set tableNames, LogQuery qry, LogManager logMgr, boolean sourceData) throws IOException, NoSuchFieldException, IllegalArgumentException, RuntimeException, SQLException, Exception
tableNames
- db table namesqry
- is user specified qury chriteria with sorting requirementlogMgr
- the log manager associated with this handlersourceData
- it specifies whether return data should be original
data received by logger (source) or formatted data as in file.IOException
- if it fails to read log records.NoSuchFieldException
- if it fails to retrieve the name of field.IllegalArgumentException
- if query has wrong value.RuntimeException
- if it fails to retrieve log record.SQLException
- if it fails to process sql query.Exception
- if it fails any of operation.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.