Collection

platdb.Collection$
object Collection

some collection methods with transaction parameter.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def createBucket(name: String)(using tx: Transaction): Bucket

This method has the same meaning as the createBucket method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the createBucket method of the Transaction trait, but it may throw an exception.

Attributes

def createBucketIfNotExists(name: String)(using tx: Transaction): Bucket

This method has the same meaning as the createBucketIfNotExists method of the Transaction trait, but it may throw an exception

This method has the same meaning as the createBucketIfNotExists method of the Transaction trait, but it may throw an exception

Attributes

def createList(name: String)(using tx: Transaction): BList

This method has the same meaning as the createList method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the createList method of the Transaction trait, but it may throw an exception.

Attributes

def createListIfNotExists(name: String)(using tx: Transaction): BList

This method has the same meaning as the createListIfNotExists method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the createListIfNotExists method of the Transaction trait, but it may throw an exception.

Attributes

def createRegion(name: String, dimension: Int)(using tx: Transaction): Region

This method has the same meaning as the createRegion method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the createRegion method of the Transaction trait, but it may throw an exception.

Attributes

def createRegionIfNotExists(name: String, dimension: Int)(using tx: Transaction): Region

This method has the same meaning as the createRegionIfNotExists method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the createRegionIfNotExists method of the Transaction trait, but it may throw an exception.

Attributes

def createSet(name: String)(using tx: Transaction): BSet

This method has the same meaning as the createSet method of the Transaction trait, but it may throw an exception

This method has the same meaning as the createSet method of the Transaction trait, but it may throw an exception

Attributes

def createSetIfNotExists(name: String)(using tx: Transaction): BSet

This method has the same meaning as the createSetIfNotExists method of the Transaction trait, but it may throw an exception

This method has the same meaning as the createSetIfNotExists method of the Transaction trait, but it may throw an exception

Attributes

def deleteBucket(name: String)(using tx: Transaction): Unit

This method has the same meaning as the deleteBucket method of the Transaction trait, but it may throw an exception

This method has the same meaning as the deleteBucket method of the Transaction trait, but it may throw an exception

Attributes

def deleteList(name: String)(using tx: Transaction): Unit

This method has the same meaning as the deleteList method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the deleteList method of the Transaction trait, but it may throw an exception.

Attributes

def deleteRegion(name: String)(using tx: Transaction): Unit

This method has the same meaning as the deleteRegion method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the deleteRegion method of the Transaction trait, but it may throw an exception.

Attributes

def deleteSet(name: String)(using tx: Transaction): Unit

This method has the same meaning as the deleteSet method of the Transaction trait, but it may throw an exception

This method has the same meaning as the deleteSet method of the Transaction trait, but it may throw an exception

Attributes

def openBucket(name: String)(using tx: Transaction): Bucket

This method has the same meaning as the openBucket method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the openBucket method of the Transaction trait, but it may throw an exception.

Attributes

def openList(name: String)(using tx: Transaction): BList

This method has the same meaning as the openList method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the openList method of the Transaction trait, but it may throw an exception.

Attributes

def openRegion(name: String)(using tx: Transaction): Region

This method has the same meaning as the openRegion method of the Transaction trait, but it may throw an exception.

This method has the same meaning as the openRegion method of the Transaction trait, but it may throw an exception.

Attributes

def openSet(name: String)(using tx: Transaction): BSet

This method has the same meaning as the openSet method of the Transaction trait, but it may throw an exception

This method has the same meaning as the openSet method of the Transaction trait, but it may throw an exception

Attributes