public class StructDbType extends AbstractStructuredDbType
id, name| Constructor and Description |
|---|
StructDbType(int id,
String name)
Creates a new DB type
|
| Modifier and Type | Method and Description |
|---|---|
void |
setParameterValue(PreparedStatement statement,
int index,
Object value,
DbConnection dbConnection)
Sets the value of an input parameter
|
registerOutParametergetParameterValuegetId, getName, toStringpublic StructDbType(int id,
String name)
id - type identifier from {#link java.sql.Types} or any custom value.name - name of the structured type. Non empty.public void setParameterValue(PreparedStatement statement, int index, Object value, DbConnection dbConnection) throws SQLException
DbTypesetParameterValue in interface DbTypesetParameterValue in class ResolvedDbTypestatement - statement that contains the parameterindex - index of the parameter in the statement (first parameter is 1, the second is 2, etc)value - value to assigndbConnection - connection to create the parameter valueSQLException - if parameterIndex does not correspond to a parameter marker in the SQL statement; if a database access
error occurs; this method is called on a closed PreparedStatement or the type of the given object is
ambiguousCopyright © 2025. All rights reserved.