txt-sushi-0.6.0: The SQL link in your *NIX chain

Portabilityportable
Stabilityexperimental
Maintainerkeithshep@gmail.com
Safe HaskellNone

Database.TxtSushi.SQLFunctionDefinitions

Description

SQL Function definitions. This is where you can extend TxtSushi by adding new function definitions.

Synopsis

Documentation

substringFromFunction :: SQLFunctionSource

SUBSTRING(extraction_string FROM starting_position [FOR length] [COLLATE collation_name]) TODO implement COLLATE part