SQLValue 构造函数 | |
构造一个 SQLValue 对象。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oHyperLabel AS HyperLabel,
oFieldSpec AS FieldSpec,
nType AS Type,
nScale AS SHORT,
lNullable AS LOGIC
)
public SQLValue(
HyperLabel oHyperLabel,
FieldSpec oFieldSpec,
Type nType,
short nScale,
bool lNullable
)
查看代码参数
- oHyperLabel
- 类型:HyperLabel
SQL 值的超链接。 - oFieldSpec
- 类型:FieldSpec
SQL 值的列规范。 - nType
- 类型:Type
- nScale
- 类型:Int16
SQL 值的小数精度。仅当 ODBC 数据类型为数值时才指定。 - lNullable
- 类型:Boolean
如果值可以为 NULL,则指定为 TRUE;否则,为 FALSE。
参见