| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore | |
| com.sun.jdo.spi.persistence.support.sqlstore.sql.generator |
| Modifier and Type | Method and Description |
|---|---|
DBVendorType |
SQLStoreManager.getVendorType() |
| Modifier and Type | Field and Description |
|---|---|
protected DBVendorType |
Statement.vendorType |
| Modifier and Type | Method and Description |
|---|---|
DBVendorType |
Statement.getVendorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBStatement.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.
|
| Constructor and Description |
|---|
SelectOneStatement(DBVendorType vendorType,
SelectQueryPlan selectPlan) |
SelectStatement(DBVendorType vendorType,
SelectQueryPlan plan) |
Statement(DBVendorType vendorType) |
UpdateStatement(DBVendorType vendorType,
UpdateQueryPlan plan,
boolean batch) |
Copyright © 2019. All rights reserved.