PgTableNames class

Constructors

PgTableNames({required String schema, required String prefix})

Properties

changeJournal String
no setter
collectionRegistry String
no setter
hashCode int
The hash code for this object.
no setterinherited
indexRegistry String
no setter
prefix String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String
final
schemaCheckpoint String
no setter
schemaHistory String
no setter
schemaLog String
no setter
schemaTable String
no setter

Methods

collectionTable(String collection) String
indexName(String base) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited