Σημείωση
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να εισέλθετε ή να αλλάξετε καταλόγους.
Η πρόσβαση σε αυτήν τη σελίδα απαιτεί εξουσιοδότηση. Μπορείτε να δοκιμάσετε να αλλάξετε καταλόγους.
Returns the character position of the specified CLOB object or substring in the CLOB based on the given starting position.
Overload List
Name | Description |
---|---|
position (java.sql.Clob, long) | Returns the character position of the specified CLOB object in the CLOB based on the given starting position. |
position (java.lang.String, long) | Returns the character position of the specified substring in the CLOB based on the given starting position. |
See Also
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class