JdbcLob.StateARRAY, BLOB, CALLABLE_STATEMENT, CLOB, CONNECTION, DATA_SOURCE, DATABASE_META_DATA, PARAMETER_META_DATA, PREPARED_STATEMENT, RESULT_SET, RESULT_SET_META_DATA, SAVEPOINT, SQLXML, STATEMENT, trace, XA_DATA_SOURCE, XID| 构造器和说明 |
|---|
JdbcSQLXML(JdbcConnection conn,
Value value,
JdbcLob.State state,
int id)
INTERNAL
|
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getBinaryStream()
Returns the input stream.
|
Reader |
getCharacterStream()
Returns the reader.
|
<T extends Source> |
getSource(Class<T> sourceClass) |
String |
getString() |
OutputStream |
setBinaryStream() |
Writer |
setCharacterStream() |
<T extends Result> |
setResult(Class<T> resultClass) |
void |
setString(String value) |
debugCode, debugCodeAssign, debugCodeCall, debugCodeCall, debugCodeCall, getNextId, getTraceId, getTraceObjectName, isDebugEnabled, isInfoEnabled, logAndConvert, quote, quoteArray, quoteBigDecimal, quoteBytes, quoteDate, quoteIntArray, quoteMap, quoteTime, quoteTimestamp, setTrace, unsupportedpublic JdbcSQLXML(JdbcConnection conn, Value value, JdbcLob.State state, int id)
conn - to usevalue - for this JdbcSQLXMLstate - of the LOBid - of the trace objectpublic InputStream getBinaryStream() throws SQLException
JdbcLobgetBinaryStream 在接口中 SQLXMLSQLException - on failurepublic Reader getCharacterStream() throws SQLException
JdbcLobgetCharacterStream 在接口中 SQLXMLSQLException - on failurepublic <T extends Source> T getSource(Class<T> sourceClass) throws SQLException
getSource 在接口中 SQLXMLSQLExceptionpublic String getString() throws SQLException
getString 在接口中 SQLXMLSQLExceptionpublic OutputStream setBinaryStream() throws SQLException
setBinaryStream 在接口中 SQLXMLSQLExceptionpublic Writer setCharacterStream() throws SQLException
setCharacterStream 在接口中 SQLXMLSQLExceptionpublic <T extends Result> T setResult(Class<T> resultClass) throws SQLException
setResult 在接口中 SQLXMLSQLExceptionpublic void setString(String value) throws SQLException
setString 在接口中 SQLXMLSQLExceptionCopyright © 2022. All rights reserved.