Uses of Interface
de.fuberlin.wiwiss.d2rq.sql.vendor.Vendor

Packages that use Vendor
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code. 
de.fuberlin.wiwiss.d2rq.sql.types   
de.fuberlin.wiwiss.d2rq.sql.vendor   
 

Uses of Vendor in de.fuberlin.wiwiss.d2rq.sql
 

Methods in de.fuberlin.wiwiss.d2rq.sql that return Vendor
 Vendor ConnectedDB.vendor()
           
 

Methods in de.fuberlin.wiwiss.d2rq.sql with parameters of type Vendor
 boolean ConnectedDB.vendorIs(Vendor vendor)
          Reports the brand of RDBMS.
 

Uses of Vendor in de.fuberlin.wiwiss.d2rq.sql.types
 

Methods in de.fuberlin.wiwiss.d2rq.sql.types that return Vendor
protected  Vendor DataType.syntax()
           
 

Methods in de.fuberlin.wiwiss.d2rq.sql.types with parameters of type Vendor
 DataType DataType.GenericType.dataTypeFor(Vendor vendor)
           
 

Constructors in de.fuberlin.wiwiss.d2rq.sql.types with parameters of type Vendor
DataType(Vendor sqlSyntax, String name)
           
SQLApproximateNumeric(Vendor syntax, String name)
           
SQLBinary(Vendor syntax, String name, boolean supportsDistinct)
           
SQLBit(Vendor syntax, String name)
           
SQLBoolean(Vendor syntax, String name)
           
SQLCharacterString(Vendor syntax, String name, boolean supportsDistinct)
           
SQLDate(Vendor syntax, String name)
           
SQLExactNumeric(Vendor syntax, String name, int jdbcType, boolean unsigned)
           
SQLInterval(Vendor syntax, String name)
           
SQLTime(Vendor syntax, String name)
           
SQLTimestamp(Vendor syntax, String name)
           
 

Uses of Vendor in de.fuberlin.wiwiss.d2rq.sql.vendor
 

Classes in de.fuberlin.wiwiss.d2rq.sql.vendor that implement Vendor
 class HSQLDB
           
 class MySQL
          This syntax class implements MySQL-compatible SQL syntax.
 class Oracle
          This syntax class implements MySQL-compatible SQL syntax.
 class PostgreSQL
           
 class SQL92
          This base class implements SQL-92 compatible syntax.
 class SQLServer
          This syntax class implements SQL syntax for MS SQL Server and MS Access.
 

Fields in de.fuberlin.wiwiss.d2rq.sql.vendor declared as Vendor
static Vendor Vendor.HSQLDB
           
static Vendor Vendor.InterbaseOrFirebird
           
static Vendor Vendor.MSAccess
           
static Vendor Vendor.MySQL
           
static Vendor Vendor.Oracle
           
static Vendor Vendor.PostgreSQL
           
static Vendor Vendor.SQL92
           
static Vendor Vendor.SQLServer
           
 

Constructors in de.fuberlin.wiwiss.d2rq.sql.vendor with parameters of type Vendor
HSQLDB.HSQLDBCompatibilityDoubleDataType(Vendor syntax)
           
MySQL.MySQLCompatibilityBitDataType(Vendor syntax)
           
MySQL.MySQLCompatibilityDateDataType(Vendor syntax)
           
MySQL.MySQLCompatibilityTimeDataType(Vendor syntax)
           
MySQL.MySQLCompatibilityTimestampDataType(Vendor syntax)
           
Oracle.OracleCompatibilityTimeZoneDataType(Vendor syntax, String name)
           
Oracle.OracleCompatibilityTimeZoneLocalDataType(Vendor syntax, String name)