cbl
cbl
Database
path property
path
path
property
Null safety
String
?
path
The path to this database.
Is
null
if the database is closed or deleted.
Implementation
String? get path;
cbl
cbl
Database
path property
Database class
Constructors
Database
Properties
config
count
hashCode
indexes
isClosed
name
path
runtimeType
Methods
addChangeListener
addDocumentChangeListener
changeEncryptionKey
changes
close
createIndex
delete
deleteDocument
deleteIndex
document
documentChanges
getDocumentExpiration
inBatch
noSuchMethod
performMaintenance
purgeDocument
purgeDocumentById
removeChangeListener
saveDocument
saveDocumentWithConflictHandler
setDocumentExpiration
toString
Operators
operator ==
operator []
Static properties
log
Static methods
copy
copySync
exists
existsSync
openAsync
openSync
remove
removeSync