Uses of Class
com.sun.jdo.spi.persistence.support.sqlstore.database.DBVendorType
-
Packages that use DBVendorType Package Description com.sun.jdo.spi.persistence.support.sqlstore com.sun.jdo.spi.persistence.support.sqlstore.sql.generator -
-
Uses of DBVendorType in com.sun.jdo.spi.persistence.support.sqlstore
Methods in com.sun.jdo.spi.persistence.support.sqlstore that return DBVendorType Modifier and Type Method Description DBVendorTypeSQLStoreManager. getVendorType() -
Uses of DBVendorType in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Fields in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator declared as DBVendorType Modifier and Type Field Description protected DBVendorTypeStatement. vendorTypeMethods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator that return DBVendorType Modifier and Type Method Description DBVendorTypeStatement. getVendorType()Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type DBVendorType Modifier and Type Method Description voidDBStatement. bindInputColumn(int index, Object val, org.netbeans.modules.dbschema.ColumnElement columnElement, DBVendorType vendorType)Binds the specified value to the column corresponding with the specified index reference.Constructors in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type DBVendorType Constructor Description SelectOneStatement(DBVendorType vendorType, SelectQueryPlan selectPlan)SelectStatement(DBVendorType vendorType, SelectQueryPlan plan)Statement(DBVendorType vendorType)UpdateStatement(DBVendorType vendorType, UpdateQueryPlan plan, boolean batch)
-