Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » ULTable 类

 

getStringChunk 方法

从指定的偏移量开始,将指定的 SQLType.LONGVARCHAR 列的值的子集复制到 String 对象。

语法
String getStringChunk(
  UInt16 index,
  UInt32 srcOffset,
  UInt32 count 
)
参数
  • index   要获取的结果集中从 1 开始的序号

  • srcOffset   字符串值的从 0 开始的起始位置。

  • count   要复制的字符数。

返回值

复制了指定字符的字符串。