public class DerbyDialect extends JdbcDialect
Constructor and Description |
---|
DerbyDialect() |
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 scala.Option<JdbcType> |
getJDBCType(DataType dt) |
beforeFetch, canHandle, getCatalystType, getJDBCType, getTableExistsQuery, quoteIdentifier
public static boolean canHandle(String url)
public static scala.Option<DataType> getCatalystType(int sqlType, String typeName, int size, MetadataBuilder md)