📄 pageableresultset2.java
字号:
// TODO 自动生成方法存根
return null;
}
public Time getTime(int columnIndex, Calendar cal) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public Time getTime(String columnName, Calendar cal) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public Timestamp getTimestamp(int columnIndex) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public Timestamp getTimestamp(String columnName) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public Timestamp getTimestamp(int columnIndex, Calendar cal)
throws SQLException {
// TODO 自动生成方法存根
return null;
}
public Timestamp getTimestamp(String columnName, Calendar cal)
throws SQLException {
// TODO 自动生成方法存根
return null;
}
public int getType() throws SQLException {
// TODO 自动生成方法存根
return 0;
}
public URL getURL(int columnIndex) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public URL getURL(String columnName) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public InputStream getUnicodeStream(int columnIndex) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public InputStream getUnicodeStream(String columnName) throws SQLException {
// TODO 自动生成方法存根
return null;
}
public SQLWarning getWarnings() throws SQLException {
// TODO 自动生成方法存根
return null;
}
public void insertRow() throws SQLException {
// TODO 自动生成方法存根
}
public boolean isAfterLast() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean isBeforeFirst() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean isFirst() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean isLast() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean last() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public void moveToCurrentRow() throws SQLException {
// TODO 自动生成方法存根
}
public void moveToInsertRow() throws SQLException {
// TODO 自动生成方法存根
}
public boolean next() throws SQLException {
// TODO 自动生成方法存根
return rs.next();
}
public boolean previous() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public void refreshRow() throws SQLException {
// TODO 自动生成方法存根
}
public boolean relative(int rows) throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean rowDeleted() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean rowInserted() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public boolean rowUpdated() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public void setFetchDirection(int direction) throws SQLException {
// TODO 自动生成方法存根
}
public void setFetchSize(int rows) throws SQLException {
// TODO 自动生成方法存根
}
public void updateArray(int columnIndex, Array x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateArray(String columnName, Array x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateAsciiStream(int columnIndex, InputStream x, int length)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateAsciiStream(String columnName, InputStream x, int length)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateBigDecimal(int columnIndex, BigDecimal x)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateBigDecimal(String columnName, BigDecimal x)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateBinaryStream(int columnIndex, InputStream x, int length)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateBinaryStream(String columnName, InputStream x, int length)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateBlob(int columnIndex, Blob x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateBlob(String columnName, Blob x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateBoolean(int columnIndex, boolean x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateBoolean(String columnName, boolean x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateByte(int columnIndex, byte x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateByte(String columnName, byte x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateBytes(int columnIndex, byte[] x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateBytes(String columnName, byte[] x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateCharacterStream(int columnIndex, Reader x, int length)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateCharacterStream(String columnName, Reader reader,
int length) throws SQLException {
// TODO 自动生成方法存根
}
public void updateClob(int columnIndex, Clob x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateClob(String columnName, Clob x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateDate(int columnIndex, Date x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateDate(String columnName, Date x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateDouble(int columnIndex, double x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateDouble(String columnName, double x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateFloat(int columnIndex, float x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateFloat(String columnName, float x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateInt(int columnIndex, int x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateInt(String columnName, int x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateLong(int columnIndex, long x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateLong(String columnName, long x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateNull(int columnIndex) throws SQLException {
// TODO 自动生成方法存根
}
public void updateNull(String columnName) throws SQLException {
// TODO 自动生成方法存根
}
public void updateObject(int columnIndex, Object x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateObject(String columnName, Object x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateObject(int columnIndex, Object x, int scale)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateObject(String columnName, Object x, int scale)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateRef(int columnIndex, Ref x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateRef(String columnName, Ref x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateRow() throws SQLException {
// TODO 自动生成方法存根
}
public void updateShort(int columnIndex, short x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateShort(String columnName, short x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateString(int columnIndex, String x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateString(String columnName, String x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateTime(int columnIndex, Time x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateTime(String columnName, Time x) throws SQLException {
// TODO 自动生成方法存根
}
public void updateTimestamp(int columnIndex, Timestamp x)
throws SQLException {
// TODO 自动生成方法存根
}
public void updateTimestamp(String columnName, Timestamp x)
throws SQLException {
// TODO 自动生成方法存根
}
public boolean wasNull() throws SQLException {
// TODO 自动生成方法存根
return false;
}
public PageableResultSet2(java.sql.ResultSet rs) throws java.sql.SQLException {
if(rs==null) throw new SQLException("given ResultSet is NULL","user");
rs.last();
rowsCount=rs.getRow();
rs.beforeFirst();
this.rs=rs;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -