Package de.fuberlin.wiwiss.d2rq.sql.types

Examples of de.fuberlin.wiwiss.d2rq.sql.types.SQLBit


    case Types.LONGVARBINARY:
    case Types.BLOB:
      return new SQLBinary(this, name, true);
     
    case Types.BIT:
      return new SQLBit(this, name);

    case Types.NUMERIC:
    case Types.DECIMAL:
    case Types.TINYINT:
    case Types.SMALLINT:
View Full Code Here

TOP

Related Classes of de.fuberlin.wiwiss.d2rq.sql.types.SQLBit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.