mirror of
https://github.com/MariaDB/server.git
synced 2025-08-24 14:48:09 +03:00
10 lines
448 B
C
10 lines
448 B
C
/***********************************************************************/
|
|
/* Prototypes of Functions used externally. */
|
|
/***********************************************************************/
|
|
enum enum_field_types PLGtoMYSQL(int type, bool dbf);
|
|
const char *PLGtoMYSQLtype(int type, bool dbf);
|
|
int MYSQLtoPLG(char *typname);
|
|
int MYSQLtoPLG(int mytype);
|
|
char *MyDateFmt(int mytype);
|
|
char *MyDateFmt(char *typname);
|