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:
@@ -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]
|
||||
|
Reference in New Issue
Block a user