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