Package | Description |
---|---|
org.josef.jdbc |
jdbc related classes.
|
Modifier and Type | Method and Description |
---|---|
CType |
StoredProcedureParameter.getJdbcType()
Gets the JDBC type of this parameter.
|
static CType |
CType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CType[] |
CType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StoredProcedureParameter(String name,
CType jdbcType)
Constructs this StoredProcedureParameter with a type of
OUT . |
StoredProcedureParameter(String name,
CType jdbcType,
Object value)
Constructs this StoredProcedureParameter with a type of
IN . |
StoredProcedureParameter(String name,
StoredProcedureParameterType storedProcedureParameterType,
CType jdbcType,
Object value)
Constructs this StoredProcdureParameter.
|
Copyright © 2008–2018. All rights reserved.