

!AbtOdbcRow privateMethods !

setParamLengths
	"Set the parameter lengths for the output row"

	self type fields do: [:eachField | 
		self 
			valueLengthFor: eachField 
			put: ((self at: eachField name) isNil ifTrue: [-1] ifFalse: [eachField bindLength])]! !