JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.jdbc
Package
net.anwiba.commons.jdbc
Interface IStatementValueConsumer
public interface
IStatementValueConsumer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setNull
(int index, int type)
void
setObject
(int index,
Object
value)
Method Details
setNull
void
setNull
(int index, int type)
throws
SQLException
Throws:
SQLException
setObject
void
setObject
(int index,
Object
value)
throws
SQLException
Throws:
SQLException