Uses of Interface
net.sf.jailer.database.Session.ResultSetReader
Packages that use Session.ResultSetReader
Package
Description
-
Uses of Session.ResultSetReader in net.sf.jailer.database
Classes in net.sf.jailer.database that implement Session.ResultSetReaderModifier and TypeClassDescriptionclassASession.ResultSetReaderthat writes the read rows as SQL-DELETE-statements into the deletion-script.classASession.ResultSetReaderthat writes the read rows as DML-statements into the export-script.classReadsResultSets and builds inline-views according to the content.static classReads a JDBC-result-set.classASession.ResultSetReaderthat writes the read rows as UPDATE statements into the export-script.Methods in net.sf.jailer.database that return Session.ResultSetReaderModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation.Creates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation.Methods in net.sf.jailer.database with parameters of type Session.ResultSetReaderModifier and TypeMethodDescriptionvoidSession.executeQuery(File sqlFile, Session.ResultSetReader reader, boolean withExplicitCommit) Executes a SQL-Query (SELECT).longSession.executeQuery(String sqlQuery, Session.ResultSetReader reader) Executes a SQL-Query (SELECT).longSession.executeQuery(String sqlQuery, Session.ResultSetReader reader, boolean withExplicitCommit) Executes a SQL-Query (SELECT).longSession.executeQuery(String sqlQuery, Session.ResultSetReader reader, String alternativeSQL, Object context, long limit) Executes a SQL-Query (SELECT).longSession.executeQuery(String sqlQuery, Session.ResultSetReader reader, String alternativeSQL, Object context, long limit, boolean withExplicitCommit) Executes a SQL-Query (SELECT).longSession.executeQuery(String sqlQuery, Session.ResultSetReader reader, String alternativeSQL, Object context, long limit, int timeout, boolean withExplicitCommit) Executes a SQL-Query (SELECT) with timeout. -
Uses of Session.ResultSetReader in net.sf.jailer.dbunit
Classes in net.sf.jailer.dbunit that implement Session.ResultSetReaderModifier and TypeClassDescriptionclassReads a JDBC result set and writes the read rows into a DbUnit flat XML dataset document.Methods in net.sf.jailer.dbunit that return Session.ResultSetReaderModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation. -
Uses of Session.ResultSetReader in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph with parameters of type Session.ResultSetReaderModifier and TypeMethodDescriptionabstract voidEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.abstract voidEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.abstract voidEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.abstract longEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters. -
Uses of Session.ResultSetReader in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local with parameters of type Session.ResultSetReaderModifier and TypeMethodDescriptionvoidLocalEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> theTypeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.voidLocalEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidLocalEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.longLocalEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters. -
Uses of Session.ResultSetReader in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote with parameters of type Session.ResultSetReaderModifier and TypeMethodDescriptionvoidRemoteEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.protected longRemoteEntityGraph.readEntities(Table table, boolean orderByPK, Session.ResultSetReader reader) Reads all entities of a given table.voidRemoteEntityGraph.readMarkedEntities(Table table, Session.ResultSetReader reader, String selectionSchema, String originalPKAliasPrefix, boolean orderByPK) Reads all entities of a given table which are marked as independent or as roots.voidRemoteEntityGraph.readNonTraversedDependencies(Table table, Session.ResultSetReader reader) Reads all non-traversed dependencies.longRemoteEntityGraph.readUnfilteredEntityColumns(Table table, List<Column> columns, Session.ResultSetReader reader) Reads some columns of all entities of a given table without using filters. -
Uses of Session.ResultSetReader in net.sf.jailer.liquibase
Classes in net.sf.jailer.liquibase that implement Session.ResultSetReaderModifier and TypeClassDescriptionclassTransforms result set rows into Liquibase XML changeset format.Methods in net.sf.jailer.liquibase that return Session.ResultSetReaderModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation. -
Uses of Session.ResultSetReader in net.sf.jailer.subsetting
Methods in net.sf.jailer.subsetting that return Session.ResultSetReaderModifier and TypeMethodDescriptionCreates transformer (asSession.ResultSetReaderwhich transforms rows of a given table into an external representation. -
Uses of Session.ResultSetReader in net.sf.jailer.xml
Classes in net.sf.jailer.xml that implement Session.ResultSetReaderModifier and TypeClassDescriptionclassASession.ResultSetReaderthat writes the read rows into an XML file.