Uses of Class
net.sf.dewdrop.sql.dialect.DialectException

Packages that use DialectException
net.sf.dewdrop.sql.dialect   
 

Uses of DialectException in net.sf.dewdrop.sql.dialect
 

Subclasses of DialectException in net.sf.dewdrop.sql.dialect
 class UnsupportedDataTypeException
          Exception thrown when an SQL Dialect does not support a particular SqlDataType.
 class UnsupportedFeatureException
           
 

Methods in net.sf.dewdrop.sql.dialect that throw DialectException
 String Dialect.getTypeString(SqlDataType type)
          Get the name of the database type associated with the given SqlDataType.
 String Dialect.getTypeString(SqlDataType type, int length, int precision)
          Get the name of the database type associated with the given SqlDataType.