Column class
deno-postgres@v0.17.0/Column.
- Available Extensions
- Annotations
-
- @JS()
Constructors
- Column({required String name, required int tableOid, required int index, required int typeOid, required int columnLength, required int typeModifier, required ColumnFormat format})
-
deno-postgres@v0.17.0/Column.
factory
Properties
- columnLength → int
-
deno-postgres@v0.17.0/Column.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- index → int
-
deno-postgres@v0.17.0/Column.
read-only
- name → String
-
deno-postgres@v0.17.0/Column.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tableOid → int
-
deno-postgres@v0.17.0/Column.
read-only
- typeModifier → int
-
deno-postgres@v0.17.0/Column.
read-only
- typeOid → int
-
deno-postgres@v0.17.0/Column.
read-only
Methods
-
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