1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 00:54:08 +02:00

MySQL: Display converting function for binary, bit or geometry fields

This commit is contained in:
Jakub Vrana
2025-03-13 07:50:20 +01:00
parent db7202fcf0
commit 8e91417be1
5 changed files with 17 additions and 1 deletions

View File

@@ -66,6 +66,13 @@ abstract class SqlDriver {
function enumLength($field) {
}
/** Function used to convert the value inputted by user
* @param array
* @return string or null
*/
function unconvertFunction($field) {
}
/** Select data from table
* @param string
* @param array result of $adminer->selectColumnsProcess()[0]