dbTypeToHTMLInputType {dbWebForms} | R Documentation |
Convert SQL data types to likely HTML input types
dbTypeToHTMLInputType(db_type)
db_type |
A string, the SQL data type to convert to HTML input type. |
A character vector, the HTML input type and attributes likely associated with the SQL data type.
dbTypeToHTMLInputType("int")