comparison s4-funcs.sh @ 1025:cccd00682cc2 draft

Remove unused function getbinbyid().
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 06 Dec 2023 11:48:19 +0900
parents 79aa2ae39103
children a3ec2a73dd33
comparison
equal deleted inserted replaced
1024:79aa2ae39103 1025:cccd00682cc2
911 *) sqlquotestr "$v" ;; 911 *) sqlquotestr "$v" ;;
912 esac) 912 esac)
913 } 913 }
914 getparquote() { 914 getparquote() {
915 sqlquote "`getpar $1`" 915 sqlquote "`getpar $1`"
916 }
917 getbinbyid() {
918 # $1=tbl $2=col $3=rowid $4=tmpdirForBinary
919
920 } 916 }
921 getvalbyid() { 917 getvalbyid() {
922 # $1=tbl $2=col $3=rowid $4=tmpdirForBinary 918 # $1=tbl $2=col $3=rowid $4=tmpdirForBinary
923 # If two or more values found, save them to $tmpd/${column}.$N and 919 # If two or more values found, save them to $tmpd/${column}.$N and
924 # store the number of files into $tmpd/${column}.count and 920 # store the number of files into $tmpd/${column}.count and

yatex.org