index
'.
@param index the field index.
@throws IndexOutOfBoundsException if the index is out of bounds.
SQLInputImpl
object as a String
in the Java programming language. This method does not perform type-safe checking to determine if the returned type is the expected type; this responsibility is delegated to the UDT mapping as defined by a SQLData
implementation.
@return the next attribute in this SQLInputImpl
object;if the value is SQL NULL
, return null
@throws SQLException if the read position is located at an invalidposition or if there are no further values in the stream.
String
from the stream message.
@return a Unicode string from the stream message
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
String
from the stream message.
@return a Unicode string from the stream message
@throws JMSException if the JMS provider fails to read the message due tosome internal error.
@throws MessageEOFException if unexpected end of message stream has beenreached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-only mode.
String
from the stream message.
@return a Unicode string from the stream message
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
If the string ends with an LF, it will be removed before returning the value to the caller. If this automatic trimming behavior is not desired, use {@link #readStringRaw()} instead. @return the string. {@link #END} if the string was the magic flushpacket. @throws IOException the stream cannot be read.
String
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|