Package net.sf.jailer.util
package net.sf.jailer.util
-
ClassDescriptionEncodes and decodes to and from Base64 notation.A
Base64.InputStreamwill read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStreamwill write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.Signals that an operation has been cancelled.Handles cancellation request of the user and cancels database requests.Converts a cell-content to valid SQL-literal.Wraps a national character (NCHAR/NVARCHAR) string value.Wraps a PostgreSQL object value together with its type name.ATimestampsubclass that preserves nanosecond precision.Loads jar files dynamically.Parser for CSV-files.A line in a CSV-file.Filter for CSV lines.Finds dependency cycles.Consumes cycles.Thrown when a dependency cycle is detected.Path from a tablefromto another tableto.Executes a job-list in a concurrent way.A job to be managed by aJobManager.SQL parsing utility using JSQLParser.Stores and restores graph layout.Logging utilities.Callback interface for warning notifications.Pair<A,B> An ordered pair of objects (a, b).Utility for printing.Quotes and un-quotes SQL identifier in a DBMS specific way.Reads in and executes SQL-scripts.Some utility methods.The Universal Problem Solver.