Subversion Repositories oidplus

Rev

Rev 1240 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1240 Rev 1311
Line 107... Line 107...
107
         * @return string
107
         * @return string
108
         */
108
         */
109
        public abstract function isNullFunction(string $expr1, string $expr2): string;
109
        public abstract function isNullFunction(string $expr1, string $expr2): string;
110
 
110
 
111
        /**
111
        /**
-
 
112
         * @param string $sql
-
 
113
         * @return string
-
 
114
         */
-
 
115
        public abstract function lowerCase(string $sql): string;
-
 
116
 
-
 
117
        /**
-
 
118
         * @param string $sql
-
 
119
         * @return string
-
 
120
         */
-
 
121
        public abstract function upperCase(string $sql): string;
-
 
122
 
-
 
123
        /**
112
         * This gives the SQL slang plugin the chance to review the result before it is passed to the application.
124
         * This gives the SQL slang plugin the chance to review the result before it is passed to the application.
113
         * @param OIDplusQueryResult $res
125
         * @param OIDplusQueryResult $res
114
         * @param string $sql
126
         * @param string $sql
115
         * @param array|null $prepared_args
127
         * @param array|null $prepared_args
116
         * @return void
128
         * @return void