Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
<T> BindingSQLContext<T> |
BindingSQLContext.convert(Converter<T,U> converter)
Create a new context from this one using a converter.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.sql(BindingSQLContext<U> ctx)
Generate SQL code for the bind variable.
|
Modifier and Type | Method and Description |
---|---|
void |
BlobBinding.sql(BindingSQLContext<byte[]> ctx) |
void |
ClobBinding.sql(BindingSQLContext<String> ctx) |
void |
DateAsTimestampBinding.sql(BindingSQLContext<Timestamp> ctx) |
void |
DefaultBinding.sql(BindingSQLContext<U> ctx) |
Copyright © 2016. All Rights Reserved.