Next: , Up: DBI.ColumnInfo   [Index]


3.1.1 DBI.ColumnInfo: accessing

index

Return the 1-based index of the column in the result set (abstract).

isNullable

Return whether the column can be NULL (always returns true in ColumnInfo).

name

Return the name of the column (abstract).

size

Return the size of the column (abstract).

type

Return a string containing the type of the column (abstract).