3.1 DBI.ColumnInfo
Defined in namespace DBI
Superclass: Object
Category: DBI-Framework
3.1.1 DBI.ColumnInfo: accessing
(instance)
3.1.2 DBI.ColumnInfo: printing
(instance)
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).
3.1.2 DBI.ColumnInfo: printing
displayOn: aStream
Print a representation of the receiver on aStream.
printOn: aStream
Print a representation of the receiver on aStream.
This document was generated on
August, 19 2010
using
texi2html