Uses of Class
org.jooq.Source
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains compatibility classes to bridge between JDBC 4.0 and
JDBC 4.1.
-
Uses of Source in org.jooq
Modifier and TypeMethodDescriptionstatic Source
Source.of(byte[] bytes)
Create a source from binary data.static Source
Create a source from binary data using a specific character set.static Source
Create a source from binary data using a specific character set.static Source
Source.of(byte[] bytes, CharsetDecoder charsetDecoder)
Create a source from binary data using a specific character set.static Source
Create a source from a file.static Source
Create a source from a file using a specific character set.static Source
Create a source from a file using a specific character set.static Source
Source.of(File file, CharsetDecoder charsetDecoder)
Create a source from a file using a specific character set.static Source
Source.of(InputStream inputStream)
Create a source from an input stream.static Source
Source.of(InputStream inputStream, int length)
Create a source from an input stream.static Source
Source.of(InputStream inputStream, int length, String charsetName)
Create a source from an input stream using a specific character set.static Source
Source.of(InputStream inputStream, int length, Charset charset)
Create a source from an input stream using a specific character set.static Source
Source.of(InputStream inputStream, int length, CharsetDecoder charsetDecoder)
Create a source from an input stream using a specific character set.static Source
Source.of(InputStream inputStream, String charsetName)
Create a source from an input stream using a specific character set.static Source
Source.of(InputStream inputStream, Charset charset)
Create a source from an input stream using a specific character set.static Source
Source.of(InputStream inputStream, CharsetDecoder charsetDecoder)
Create a source from an input stream using a specific character set.static Source
Create a source from a reader.static Source
Create a source from a reader.static Source
Create a source from a string.Modifier and TypeMethodDescriptionFilePattern.collect()
Retrieve a set ofSource
items from this pattern.@NotNull Collection<Source>
Commit.sources()
The sources after this commit, in no particular order.Modifier and TypeMethodDescription@NotNull Version
Commit a newMeta
representation to the version graph.@NotNull LoaderCSVStep<R>
Load CSV data.@NotNull LoaderJSONStep<R>
Load JSON data.@NotNull LoaderXMLStep<R>
Load XML data.@NotNull Meta
Create meta data from a set of sources. -
Uses of Source in org.jooq.impl
ModifierConstructorDescriptionInformationSchemaMetaProvider(Configuration configuration, Source... sources)
-
Uses of Source in org.jooq.tools.jdbc
Modifier and TypeMethodDescription