java.lang.Object
javax.sql.rowset.BaseRowSet
- All Implemented Interfaces:
- Serializable, Cloneable
public void addRowSetListener(RowSetListener listener)
- See Also:
removeRowSetListener(javax.sql.RowSetListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InputStream asciiStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int ASCII_STREAM_PARAM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public BaseRowSet()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InputStream binaryStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int BINARY_STREAM_PARAM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Reader charStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void clearParameters()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getCommand()
- See Also:
setCommand(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getConcurrency()
throws SQLException
- See Also:
isReadOnly()
, setConcurrency(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getDataSourceName()
- See Also:
setDataSourceName(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getEscapeProcessing()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getFetchDirection()
throws SQLException
- See Also:
setFetchDirection(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getFetchSize()
throws SQLException
- See Also:
setFetchSize(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMaxFieldSize()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getMaxRows()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object[] getParams()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getPassword()
- See Also:
setPassword(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getQueryTimeout()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean getShowDeleted()
throws SQLException
- See Also:
setShowDeleted(boolean)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getTransactionIsolation()
- See Also:
setTransactionIsolation(int)
, SyncProvider
, SyncFactory
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getType()
throws SQLException
- See Also:
setType(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Map<String,Class<?>> getTypeMap()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getUrl()
throws SQLException
- See Also:
setUrl(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getUsername()
- See Also:
setUsername(java.lang.String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void initParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isReadOnly()
- See Also:
setReadOnly(boolean)
, setConcurrency(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void notifyCursorMoved()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void notifyRowChanged()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void notifyRowSetChanged()
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeRowSetListener(RowSetListener listener)
- See Also:
addRowSetListener(javax.sql.RowSetListener)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setArray(int parameterIndex,
Array array)
throws SQLException
- See Also:
SerialArray
, getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAsciiStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBigDecimal(int parameterIndex,
BigDecimal x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBinaryStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBlob(int parameterIndex,
Blob x)
throws SQLException
- See Also:
SerialBlob
, getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBoolean(int parameterIndex,
boolean x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setByte(int parameterIndex,
byte x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setBytes(int parameterIndex,
byte[] x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCharacterStream(int parameterIndex,
Reader reader,
int length)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setClob(int parameterIndex,
Clob x)
throws SQLException
- See Also:
SerialBlob
, getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setCommand(String cmd)
throws SQLException
- See Also:
getCommand()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setConcurrency(int concurrency)
throws SQLException
- See Also:
isReadOnly()
, getConcurrency()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDataSourceName(String name)
throws SQLException
- See Also:
getDataSourceName()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDate(int parameterIndex,
Date x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDate(int parameterIndex,
Date x,
Calendar cal)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setDouble(int parameterIndex,
double x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setEscapeProcessing(boolean enable)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFetchDirection(int direction)
throws SQLException
- See Also:
getFetchDirection()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFetchSize(int rows)
throws SQLException
- See Also:
getFetchSize()
, getMaxRows()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setFloat(int parameterIndex,
float x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setInt(int parameterIndex,
int x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLong(int parameterIndex,
long x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMaxFieldSize(int max)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setMaxRows(int max)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setNull(int parameterIndex,
int sqlType)
throws SQLException
- See Also:
getParams()
, Types
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setNull(int parameterIndex,
int sqlType,
String typeName)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setObject(int parameterIndex,
Object x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setObject(int parameterIndex,
Object x,
int targetSqlType)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setObject(int parameterIndex,
Object x,
int targetSqlType,
int scale)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setPassword(String pass)
- See Also:
getPassword()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setQueryTimeout(int seconds)
throws SQLException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setReadOnly(boolean value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRef(int parameterIndex,
Ref ref)
throws SQLException
- See Also:
SerialRef
, getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setShort(int parameterIndex,
short x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setShowDeleted(boolean value)
throws SQLException
- See Also:
getShowDeleted()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setString(int parameterIndex,
String x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTime(int parameterIndex,
Time x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTime(int parameterIndex,
Time x,
Calendar cal)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTimestamp(int parameterIndex,
Timestamp x)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTimestamp(int parameterIndex,
Timestamp x,
Calendar cal)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTransactionIsolation(int level)
throws SQLException
- See Also:
getTransactionIsolation()
, SyncProvider
, SyncFactory
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setType(int type)
throws SQLException
- See Also:
getType()
, getConcurrency()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTypeMap(Map<String,Class<?>> map)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setUnicodeStream(int parameterIndex,
InputStream x,
int length)
throws SQLException
- See Also:
getParams()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setUrl(String url)
throws SQLException
- See Also:
getUrl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setUsername(String name)
- See Also:
getUsername()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected InputStream unicodeStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int UNICODE_STREAM_PARAM
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples