- Companion:
- object
Value members
Concrete methods
Retrieves a selected set of attributes of a binary.
Retrieves a selected set of attributes of a binary.
Check if a file exists. Same as findBinary().isDefined, but usually more
efficiently implemented.
Check if a file exists. Same as findBinary().isDefined, but usually more
efficiently implemented.
Find the binary by its id. The byte stream is constructed to close resources to the
database after loading a chunk. This is for safety, since database timeouts can
occur if the stream "blocks". The findBinaryStateful is a variant that uses a
single connection for the entire stream.
Find the binary by its id. The byte stream is constructed to close resources to the
database after loading a chunk. This is for safety, since database timeouts can
occur if the stream "blocks". The findBinaryStateful is a variant that uses a
single connection for the entire stream.
Finds the binary by its id and returns the bytes as a stream that uses a single connection to the database. The connection is closed when the stream is terminated.
Finds the binary by its id and returns the bytes as a stream that uses a single connection to the database. The connection is closed when the stream is terminated.
Insert the given bytes to the given id. If some file already exists by this id, the behavior depends on the implementation.
Insert the given bytes to the given id. If some file already exists by this id, the behavior depends on the implementation.