根据给定的开始位置返回 CLOB 中指定 CLOB 对象或子字符串的字符位置。
重载列表
| 名称 | 说明 |
|---|---|
| position (java.sql.Clob, long) | 根据给定的开始位置返回 CLOB 中指定 CLOB 对象的字符位置。 |
| position (java.lang.String, long) | 根据给定的开始位置返回 CLOB 中指定子字符串的字符位置。 |
根据给定的开始位置返回 CLOB 中指定 CLOB 对象或子字符串的字符位置。
| 名称 | 说明 |
|---|---|
| position (java.sql.Clob, long) | 根据给定的开始位置返回 CLOB 中指定 CLOB 对象的字符位置。 |
| position (java.lang.String, long) | 根据给定的开始位置返回 CLOB 中指定子字符串的字符位置。 |