public abstract class AbstractArrayBinding<O,T> extends Object implements org.jooq.Binding<O[],T>
| Constructor and Description |
|---|
AbstractArrayBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
get(org.jooq.BindingGetResultSetContext<T> ctx) |
void |
get(org.jooq.BindingGetSQLInputContext<T> ctx) |
void |
get(org.jooq.BindingGetStatementContext<T> ctx) |
void |
register(org.jooq.BindingRegisterContext<T> ctx) |
void |
set(org.jooq.BindingSetSQLOutputContext<T> ctx) |
void |
set(org.jooq.BindingSetStatementContext<T> ctx) |
void |
sql(org.jooq.BindingSQLContext<T> ctx) |
protected abstract String |
typeName() |
protected abstract String typeName()
public void sql(org.jooq.BindingSQLContext<T> ctx) throws SQLException
sql in interface org.jooq.Binding<O[],T>SQLExceptionpublic void register(org.jooq.BindingRegisterContext<T> ctx) throws SQLException
register in interface org.jooq.Binding<O[],T>SQLExceptionpublic void set(org.jooq.BindingSetStatementContext<T> ctx) throws SQLException
set in interface org.jooq.Binding<O[],T>SQLExceptionpublic void get(org.jooq.BindingGetResultSetContext<T> ctx) throws SQLException
get in interface org.jooq.Binding<O[],T>SQLExceptionpublic void get(org.jooq.BindingGetStatementContext<T> ctx) throws SQLException
get in interface org.jooq.Binding<O[],T>SQLExceptionpublic void set(org.jooq.BindingSetSQLOutputContext<T> ctx) throws SQLException
set in interface org.jooq.Binding<O[],T>SQLExceptionpublic void get(org.jooq.BindingGetSQLInputContext<T> ctx) throws SQLException
get in interface org.jooq.Binding<O[],T>SQLExceptionCopyright © 2020. All rights reserved.