|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysql.jdbc.StatementImpl
com.mysql.jdbc.PreparedStatement
com.mysql.jdbc.JDBC4PreparedStatement
public class JDBC4PreparedStatement
| Field Summary |
|---|
| Fields inherited from class com.mysql.jdbc.PreparedStatement |
|---|
batchedValuesClause, batchHasPlainStatements, firstCharOfStmt, hasLimitClause, isLoadDataQuery, numberOfExecutions, originalSql, parameterCount, parameterMetaData, parameterTypes, useTrueBoolean, usingAnsiMode |
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String catalog)
|
|
JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String sql,
java.lang.String catalog)
|
|
JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String sql,
java.lang.String catalog,
com.mysql.jdbc.PreparedStatement.ParseInfo cachedParseInfo)
|
|
| Method Summary | |
|---|---|
void |
setNClob(int parameterIndex,
java.sql.NClob value)
JDBC 4.0 Set a NCLOB parameter. |
void |
setRowId(int parameterIndex,
java.sql.RowId x)
|
void |
setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.sql.Statement |
|---|
cancel, clearWarnings, execute, execute, execute, execute, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, isPoolable, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String catalog)
throws java.sql.SQLException
java.sql.SQLException
public JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String sql,
java.lang.String catalog)
throws java.sql.SQLException
java.sql.SQLException
public JDBC4PreparedStatement(ConnectionImpl conn,
java.lang.String sql,
java.lang.String catalog,
com.mysql.jdbc.PreparedStatement.ParseInfo cachedParseInfo)
throws java.sql.SQLException
java.sql.SQLException| Method Detail |
|---|
public void setRowId(int parameterIndex,
java.sql.RowId x)
throws java.sql.SQLException
setRowId in interface java.sql.PreparedStatementsetRowId in class PreparedStatementjava.sql.SQLException
public void setNClob(int parameterIndex,
java.sql.NClob value)
throws java.sql.SQLException
setNClob in interface java.sql.PreparedStatementsetNClob in class PreparedStatementi - the first parameter is 1, the second is 2, ...x - an object representing a NCLOB
java.sql.SQLException - if a database error occurs
public void setSQLXML(int parameterIndex,
java.sql.SQLXML xmlObject)
throws java.sql.SQLException
setSQLXML in interface java.sql.PreparedStatementsetSQLXML in class PreparedStatementjava.sql.SQLException
|
MySQL Connector/J size='-1'>5.1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||