net.sf.dewdrop.sql.dialect
Class GenericDialect

java.lang.Object
  extended bynet.sf.dewdrop.sql.dialect.Dialect
      extended bynet.sf.dewdrop.sql.dialect.GenericDialect

public class GenericDialect
extends Dialect

Author:
Les Hazlewood

Field Summary
 
Fields inherited from class net.sf.dewdrop.sql.dialect.Dialect
DEFAULT_CHAR_TOKEN, DEFAULT_DIALECT, DEFAULT_NUMERIC_TOKEN, DEFAULT_VARBINARY_TOKEN, DEFAULT_VARCHAR_TOKEN
 
Constructor Summary
GenericDialect()
           
 
Methods inherited from class net.sf.dewdrop.sql.dialect.Dialect
equals, getCloseQuote, getDialect, getName, getOpenQuote, getTypeString, getTypeString, registerColumnType, registerColumnType, supportsSequences, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericDialect

public GenericDialect()