xlang
v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Sql
DatabaseNotSupportException
Public 成员函数
DatabaseNotSupportException类 参考
类 DatabaseNotSupportException 继承关系图:
Public 成员函数
额外继承的成员函数
详细描述
在文件
xsql.xcs
第
14
行定义.
构造及析构函数说明
◆
DatabaseNotSupportException()
DatabaseNotSupportException
(
String
sqlmessage
)
在文件
xsql.xcs
第
15
行定义.
15
{
16
errcode = 0;
17
message =
"not support method:"
+ sqlmessage;
18
}
制作者
1.9.8