Back: DBI package Up: DBI package Forward: DBI.ColumnInfo-accessing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

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).

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

printOn: aStream
Print a representation of the receiver on aStream.



Back: DBI.ColumnInfo-accessing Up: DBI.ColumnInfo Forward: DBI.Connection   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on May, 22 2008 using texi2html