Uses of Interface
org.pgcodekeeper.core.utils.InputStreamProvider
Packages that use InputStreamProvider
-
Uses of InputStreamProvider in org.pgcodekeeper.core.loader
Constructors in org.pgcodekeeper.core.loader with parameters of type InputStreamProviderModifierConstructorDescriptionPgDumpLoader(InputStreamProvider input, String inputObjectName, ISettings settings) Creates a new dump loader with null progress monitor and no monitoring.PgDumpLoader(InputStreamProvider input, String inputObjectName, ISettings settings, IMonitor monitor) Creates a new dump loader with default monitoring level of 1.PgDumpLoader(InputStreamProvider input, String inputObjectName, ISettings settings, IMonitor monitor, int monitoringLevel) Creates a new dump loader with full configuration. -
Uses of InputStreamProvider in org.pgcodekeeper.core.parsers.antlr.base
Methods in org.pgcodekeeper.core.parsers.antlr.base with parameters of type InputStreamProviderModifier and TypeMethodDescriptionstatic voidAntlrParser.parseChSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, ChSqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses ClickHouse SQL stream asynchronously.static voidAntlrParser.parseSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, SqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses PostgreSQL SQL stream asynchronously.static voidAntlrParser.parseTSqlStream(InputStreamProvider inputStream, String charsetName, String parsedObjectName, List<Object> errors, IMonitor mon, int monitoringLevel, TSqlContextProcessor listener, Queue<AntlrTask<?>> antlrTasks) Parses Microsoft SQL stream asynchronously.