public interface SqlParameter
Parameters may be anonymous, in which case "name" is null.
However, all parameters must define an SQL type according to JDBCType.
JDBCType| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
SqlParameter.InSqlParameter |
static interface |
SqlParameter.OutSqlParameter |
static interface |
SqlParameter.ReturnSqlParameter |
static interface |
SqlParameter.ValueSqlParameter |
String getName()
null if anonymous.Copyright © 2020–2021. All rights reserved.