ColumnInfo class

Column information

Constructors

ColumnInfo({required String name, required int position, required int oracleType, required int defaultNativeType, required int size, required int precision, required int scale, required bool isNullable})
const

Properties

defaultNativeType int
final
hashCode int
The hash code for this object.
no setterinherited
isNullable bool
final
name String
final
oracleType int
final
position int
final
precision int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale int
final
size int
final

Methods

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

Operators

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