Home
How it Works
Android APIMiner
IDE Version
More Info
Quicknav
Quicknav
Design
Develop
Distribute
Links
Google Play Developer Console
Android Developers Blog
About Android
Android Sites
Android.com
Android Developers
Android Open Source Project
close
Get Started
Style
Patterns
Building Blocks
Downloads
Videos
Training
API Guides
Reference
Tools
Get the SDK
Google Services
Google Play
Publishing
Promoting
App Quality
Spotlight
Open Distribution
Results
Loading...
Training
API Guides
Reference
Tools
Google Services
to top
API level:
Android APIs
android
android.accessibilityservice
android.accounts
android.animation
android.app
android.app.admin
android.app.backup
android.appwidget
android.bluetooth
android.content
android.content.pm
android.content.res
android.database
android.database.sqlite
android.drm
android.gesture
android.graphics
android.graphics.drawable
android.graphics.drawable.shapes
android.hardware
android.hardware.display
android.hardware.input
android.hardware.usb
android.inputmethodservice
android.location
android.media
android.media.audiofx
android.media.effect
android.mtp
android.net
android.net.http
android.net.nsd
android.net.rtp
android.net.sip
android.net.wifi
android.net.wifi.p2p
android.net.wifi.p2p.nsd
android.nfc
android.nfc.tech
android.opengl
android.os
android.os.storage
android.preference
android.provider
android.renderscript
android.sax
android.security
android.service.dreams
android.service.textservice
android.service.wallpaper
android.speech
android.speech.tts
android.support.v13.app
android.support.v4.accessibilityservice
android.support.v4.app
android.support.v4.content
android.support.v4.content.pm
android.support.v4.database
android.support.v4.net
android.support.v4.os
android.support.v4.util
android.support.v4.view
android.support.v4.view.accessibility
android.support.v4.widget
android.telephony
android.telephony.cdma
android.telephony.gsm
android.test
android.test.mock
android.test.suitebuilder
android.text
android.text.format
android.text.method
android.text.style
android.text.util
android.util
android.view
android.view.accessibility
android.view.animation
android.view.inputmethod
android.view.textservice
android.webkit
android.widget
dalvik.bytecode
dalvik.system
java.awt.font
java.beans
java.io
java.lang
java.lang.annotation
java.lang.ref
java.lang.reflect
java.math
java.net
java.nio
java.nio.channels
java.nio.channels.spi
java.nio.charset
java.nio.charset.spi
java.security
java.security.acl
java.security.cert
java.security.interfaces
java.security.spec
java.sql
java.text
java.util
java.util.concurrent
java.util.concurrent.atomic
java.util.concurrent.locks
java.util.jar
java.util.logging
java.util.prefs
java.util.regex
java.util.zip
javax.crypto
javax.crypto.interfaces
javax.crypto.spec
javax.microedition.khronos.egl
javax.microedition.khronos.opengles
javax.net
javax.net.ssl
javax.security.auth
javax.security.auth.callback
javax.security.auth.login
javax.security.auth.x500
javax.security.cert
javax.sql
javax.xml
javax.xml.datatype
javax.xml.namespace
javax.xml.parsers
javax.xml.transform
javax.xml.transform.dom
javax.xml.transform.sax
javax.xml.transform.stream
javax.xml.validation
javax.xml.xpath
junit.framework
junit.runner
org.apache.http
org.apache.http.auth
org.apache.http.auth.params
org.apache.http.client
org.apache.http.client.entity
org.apache.http.client.methods
org.apache.http.client.params
org.apache.http.client.protocol
org.apache.http.client.utils
org.apache.http.conn
org.apache.http.conn.params
org.apache.http.conn.routing
org.apache.http.conn.scheme
org.apache.http.conn.ssl
org.apache.http.conn.util
org.apache.http.cookie
org.apache.http.cookie.params
org.apache.http.entity
org.apache.http.impl
org.apache.http.impl.auth
org.apache.http.impl.client
org.apache.http.impl.conn
org.apache.http.impl.conn.tsccm
org.apache.http.impl.cookie
org.apache.http.impl.entity
org.apache.http.impl.io
org.apache.http.io
org.apache.http.message
org.apache.http.params
org.apache.http.protocol
org.apache.http.util
org.json
org.w3c.dom
org.w3c.dom.ls
org.xml.sax
org.xml.sax.ext
org.xml.sax.helpers
org.xmlpull.v1
org.xmlpull.v1.sax2
Interfaces
Array
Blob
CallableStatement
Clob
Connection
DatabaseMetaData
Driver
NClob
ParameterMetaData
PreparedStatement
Ref
ResultSet
ResultSetMetaData
RowId
Savepoint
SQLData
SQLInput
SQLOutput
SQLXML
Statement
Struct
Wrapper
Classes
Date
DriverManager
DriverPropertyInfo
SQLPermission
Time
Timestamp
Types
Enums
ClientInfoStatus
RowIdLifetime
Exceptions
BatchUpdateException
DataTruncation
SQLClientInfoException
SQLDataException
SQLException
SQLFeatureNotSupportedException
SQLIntegrityConstraintViolationException
SQLInvalidAuthorizationSpecException
SQLNonTransientConnectionException
SQLNonTransientException
SQLRecoverableException
SQLSyntaxErrorException
SQLTimeoutException
SQLTransactionRollbackException
SQLTransientConnectionException
SQLTransientException
SQLWarning
fullscreen
Use Tree Navigation
Use Panel Navigation
Summary:
Inherited Methods
|
[Expand All]
Added in
API level 9
public interface
NClob
implements
Clob
java.sql.NClob
Summary
[Expand]
Inherited Methods
From interface
java.sql.Clob
abstract void
free
()
Frees any resources held by this clob.
abstract
InputStream
getAsciiStream
()
Gets the value of this
Clob
object as an ASCII stream.
abstract
Reader
getCharacterStream
()
Gets the data of this
Clob
object in a
java.io.Reader
.
abstract
Reader
getCharacterStream
(long pos, long length)
Returns a
Reader
that reads
length
characters from this clob, starting at 1-based offset {code pos}.
abstract
String
getSubString
(long pos, int length)
Gets a copy of a specified substring in this
Clob
.
abstract long
length
()
Retrieves the number of characters in this
Clob
object.
abstract long
position
(
String
searchstr, long start)
Retrieves the character position at which a specified substring appears in this
Clob
object.
abstract long
position
(
Clob
searchstr, long start)
Retrieves the character position at which a specified
Clob
object appears in this
Clob
object.
abstract
OutputStream
setAsciiStream
(long pos)
Retrieves a stream which can be used to write Ascii characters to this
Clob
object, starting at specified position.
abstract
Writer
setCharacterStream
(long pos)
Retrieves a stream which can be used to write a stream of unicode characters to this
Clob
object, at a specified position.
abstract int
setString
(long pos,
String
str)
Writes a given Java String to this
Clob
object at a specified position.
abstract int
setString
(long pos,
String
str, int offset, int len)
Writes
len
characters of a string, starting at a specified character offset, to this
Clob
.
abstract void
truncate
(long len)
Truncates this
Clob
after the specified number of characters.
information
No examples for this method.
Frequently called with:
[Clear]
-1
Close
Like
Next
Previous