org.apache.spark.sql.jdbc
Class NoopDialect

Object
  extended by org.apache.spark.sql.jdbc.JdbcDialect
      extended by org.apache.spark.sql.jdbc.NoopDialect
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class NoopDialect
extends JdbcDialect
implements scala.Product, scala.Serializable

:: DeveloperApi :: NOOP dialect object, always returning the neutral element.

See Also:
Serialized Form

Constructor Summary
NoopDialect()
           
 
Method Summary
static boolean canHandle(String url)
           
 
Methods inherited from class org.apache.spark.sql.jdbc.JdbcDialect
canHandle, getCatalystType, getJDBCType, quoteIdentifier
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

NoopDialect

public NoopDialect()
Method Detail

canHandle

public static boolean canHandle(String url)