public class MySQLDialect extends JdbcDialect implements scala.Product, scala.Serializable
Constructor and Description |
---|
MySQLDialect() |
Modifier and Type | Method and Description |
---|---|
static boolean |
canHandle(java.lang.String url) |
static scala.Option<DataType> |
getCatalystType(int sqlType,
java.lang.String typeName,
int size,
MetadataBuilder md) |
static java.lang.String |
quoteIdentifier(java.lang.String colName) |
canHandle, getCatalystType, getJDBCType, quoteIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean canHandle(java.lang.String url)
public static scala.Option<DataType> getCatalystType(int sqlType, java.lang.String typeName, int size, MetadataBuilder md)
public static java.lang.String quoteIdentifier(java.lang.String colName)