public final class SQLParam extends Object
| Constructor and Description |
|---|
SQLParam(String name,
Object value)
The Sql param is a pair of value and its sqlType.
|
SQLParam(String name,
Object value,
int sqlType)
The Sql param is a pair of value and its sqlType.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Accessor for the name property.
|
int |
getSqlType()
Sql Type.
|
Object |
getValue()
The param value.
|
int |
hashCode() |
String |
toString() |
public SQLParam(String name, Object value, int sqlType)
name - name of the attributevalue - valuesqlType - sql typeCopyright © 2018–2025. All rights reserved.