Package org.bitcoindevkit
Class Connection
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.bitcoindevkit.ConnectionInterface,org.bitcoindevkit.Disposable
public class Connection implements Disposable, AutoCloseable, ConnectionInterface
A connection to a SQLite database.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnection.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Connection.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description Connection(Pointer pointer)Connection(NoPointer noPointer)This constructor can be used to instantiate a fake object. Connection(String path)Open a new connection to a SQLite database.
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()-
-
Constructor Detail
-
Connection
Connection(Pointer pointer)
-
Connection
Connection(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
Connection
Connection(String path)
Open a new connection to a SQLite database.
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
-
-
-