Version: NextOn this pageRoutineParamConfig Index PropertiescustomTypedefaultRawdirectionlengthnullableprecisionrefruntimeTypescaletypeProperties optionalcustomTypecustomType?: Type<unknown, unknown> | Constructor<Type<unknown, unknown>>Marshals the param via Type.convertToDatabaseValue inbound and convertToJSValue outbound.optionaldefaultRawdefaultRaw?: stringoptionaldirectiondirection?: RoutineParamDirectionoptionallengthlength?: numberoptionalnullablenullable?: booleanoptionalprecisionprecision?: numberoptionalrefref?: booleanoptionalruntimeTyperuntimeType?: keyof RoutineRuntimeTypeMapoptionalscalescale?: numberoptionaltypetype?: string | bigint | boolean | AnyString | uuid | date | time | datetime | blob | uint8array | array | enumArray | enum | json | integer | smallint | tinyint | mediumint | float | double | decimal | character | text | interval | unknown | Type<any, any> | Constructor<Type<any, any>>
Marshals the param via
Type.convertToDatabaseValueinbound andconvertToJSValueoutbound.