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

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.



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 July, 23 2009 using texi2html