Uses of Interface
tilda.db.processors.RecordProcessor
-
Packages that use RecordProcessor Package Description tilda.data._Tilda tilda.db tilda.db.processors -
-
Uses of RecordProcessor in tilda.data._Tilda
Methods in tilda.data._Tilda with parameters of type RecordProcessor Modifier and Type Method Description protected static void
TILDA__CATALOG_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__CATALOGFORMULARESULT_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__CONNECTION_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__DATEDIM_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__DATELIMITDIM_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__FAILEDDEPENDENCYDDLSCRIPTS_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__FORMULARESULTVIEW_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__JOB_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__JOBPART_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__JOBPARTMESSAGE_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__JOBVIEW_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__KEY_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__MAINTENANCELOG_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__MAPPING_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__OBJECTPERF_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__REFILLPERF_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__TRANSPERF_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
protected static void
TILDA__ZONEINFO_Factory. processMany(Connection C, java.lang.String fullSelectQuery, int start, int size, RecordProcessor RP)
-
Uses of RecordProcessor in tilda.db
Methods in tilda.db with parameters of type RecordProcessor Modifier and Type Method Description int
SelectQuery. execute(RecordProcessor RP, int Start, int Size)
int
Connection. executeMetaFullSelect(java.lang.String schemaName, java.lang.String tableViewName, RecordProcessor RP)
int
Connection. executeMetaFullSelect(TableViewMeta tvm, RecordProcessor RP)
int
Connection. executeSelect(java.lang.String SchemaName, java.lang.String TableName, java.lang.String Query, RecordProcessor RP)
int
Connection. executeSelect(java.lang.String SchemaName, java.lang.String TableName, java.lang.String Query, RecordProcessor RP, int Start, boolean Offsetted, int Size, boolean Limited)
Executes a query with a record processor, starting at Start (0 is beginning), and for Size records.int
Connection. executeSelect(java.lang.String SchemaName, java.lang.String TableName, java.lang.String Query, RecordProcessor RP, int Start, boolean Offsetted, int Size, boolean Limited, boolean CountAll)
Executes a query with a record processor, starting at Start (0 is beginning), and for Size records.static int
JDBCHelper. executeSelect(java.sql.Connection C, java.lang.String SchemaName, java.lang.String TableName, java.lang.String Query, RecordProcessor RP, int Start, boolean Offsetted, int size, boolean Limited, boolean CountAll)
Executes a query with a record processor, starting at Start (0 is beginning), and for Size records.static int
JDBCHelper. process(java.sql.ResultSet RS, RecordProcessor RP, int Start, boolean Offsetted, int Size, boolean Limited)
static int
JDBCHelper. process(java.sql.ResultSet RS, RecordProcessor RP, int Start, boolean Offsetted, int Size, boolean Limited, boolean CountAll)
-
Uses of RecordProcessor in tilda.db.processors
Classes in tilda.db.processors that implement RecordProcessor Modifier and Type Class Description class
BooleanRP
class
DoubleArrayRP
class
ExporterObjectProcessor<T>
class
ExporterObjectProcessorCSV<T extends CSVable>
class
ExporterObjectProcessorJSON<T extends JSONable>
class
ExporterRecordProcessor
class
ExporterRecordProcessorCSVJSON
class
JSONRecordProcessor
class
LocalDateRP
class
LongArrayRP
class
RegexMatchingRP
class
ScalarRP
class
StringDateDateListRP
class
StringListRP
class
StringLongListRP
class
StringMapRP
class
StringRP
class
StringStringListRP
class
ZonedDateTimeRP
-