Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:throws

85     public boolean isUpdatable() throws SQLException {
132 public void fillRowbuf() throws SQLException {
143 public boolean next() throws SQLException {
151 public int findColumn(String columnName) throws SQLException {
156 public int getRow() throws SQLException {
163 public boolean previous() throws SQLException {
173 public boolean absolute(int row) throws SQLException {
188 public boolean relative(int row) throws SQLException {
199 public void setFetchDirection(int dir) throws SQLException {
205 public int getFetchDirection() throws SQLException {
209 public void setFetchSize(int fsize) throws SQLException {
215 public int getFetchSize() throws SQLException {
219 public String getString(int columnIndex) throws SQLException {
228 public String getString(String columnName) throws SQLException {
233 public int getInt(int columnIndex) throws SQLException {
241 private Integer internalGetInt(int columnIndex) throws SQLException {
255 public int getInt(String columnName) throws SQLException {
260 public boolean getBoolean(int columnIndex) throws SQLException {
265 public boolean getBoolean(String columnName) throws SQLException {
270 public ResultSetMetaData getMetaData() throws SQLException {
277 public short getShort(int columnIndex) throws SQLException {
285 private Short internalGetShort(int columnIndex) throws SQLException {
299 public short getShort(String columnName) throws SQLException {
304 public java.sql.Time getTime(int columnIndex) throws SQLException {
310 throws SQLException {
336 public java.sql.Time getTime(String columnName) throws SQLException {
342 throws SQLException {
347 throws SQLException{
353 throws SQLException{
359 throws SQLException {
386 throws SQLException{
393 throws SQLException {
399 throws SQLException {
404 public java.sql.Date getDate(int columnIndex) throws SQLException {
410 throws SQLException {
436 public java.sql.Date getDate(String columnName) throws SQLException {
442 throws SQLException{
447 throws SQLException{
452 public double getDouble(int columnIndex) throws SQLException {
460 private Double internalGetDouble(int columnIndex) throws SQLException {
474 public double getDouble(String columnName) throws SQLException {
479 public float getFloat(int columnIndex) throws SQLException {
487 private Float internalGetFloat(int columnIndex) throws SQLException {
501 public float getFloat(String columnName) throws SQLException {
506 public long getLong(int columnIndex) throws SQLException {
514 private Long internalGetLong(int columnIndex) throws SQLException {
528 public long getLong(String columnName) throws SQLException {
535 throws SQLException {
541 throws SQLException {
547 throws SQLException {
553 throws SQLException {
558 throws SQLException {
565 throws SQLException {
570 public BigDecimal getBigDecimal(int columnIndex) throws SQLException {
576 throws SQLException {
581 throws SQLException {
590 throws SQLException {
598 public byte getByte(int columnIndex) throws SQLException {
602 public byte getByte(String columnName) throws SQLException {
607 public byte[] getBytes(int columnIndex) throws SQLException {
620 public byte[] getBytes(String columnName) throws SQLException {
625 public String getCursorName() throws SQLException {
629 public Object getObject(int columnIndex) throws SQLException {
667 public Object getObject(String columnName) throws SQLException {
673 throws SQLException {
678 throws SQLException {
683 public java.sql.Ref getRef(int columnIndex) throws SQLException {
687 public java.sql.Ref getRef(String columnName) throws SQLException {
692 public java.sql.Blob getBlob(int columnIndex) throws SQLException {
696 public java.sql.Blob getBlob(String columnName) throws SQLException {
701 public java.sql.Clob getClob(int columnIndex) throws SQLException {
705 public java.sql.Clob getClob(String columnName) throws SQLException {
710 public java.sql.Array getArray(int columnIndex) throws SQLException {
714 public java.sql.Array getArray(String columnName) throws SQLException {
720 throws SQLException {
730 throws SQLException {
739 public SQLWarning getWarnings() throws SQLException {
743 public boolean wasNull() throws SQLException {
747 public void clearWarnings() throws SQLException {
751 public boolean isFirst() throws SQLException {
758 public boolean isBeforeFirst() throws SQLException {
765 public void beforeFirst() throws SQLException {
772 public boolean first() throws SQLException {
780 public boolean isAfterLast() throws SQLException {
787 public void afterLast() throws SQLException {
794 public boolean isLast() throws SQLException {
801 public boolean last() throws SQLException {
809 public int getType() throws SQLException {
813 public int getConcurrency() throws SQLException {
817 public boolean rowUpdated() throws SQLException {
821 public boolean rowInserted() throws SQLException {
825 public boolean rowDeleted() throws SQLException {
829 public void insertRow() throws SQLException {
864 public void updateRow() throws SQLException {
909 public void deleteRow() throws SQLException {
939 public void refreshRow() throws SQLException {
982 public void cancelRowUpdates() throws SQLException {
986 public void moveToInsertRow() throws SQLException {
994 public void moveToCurrentRow() throws SQLException {
1001 public void updateNull(int colIndex) throws SQLException {
1010 public void updateBoolean(int colIndex, boolean b) throws SQLException {
1014 public void updateByte(int colIndex, byte b) throws SQLException {
1018 public void updateShort(int colIndex, short b) throws SQLException {
1027 public void updateInt(int colIndex, int b) throws SQLException {
1036 public void updateLong(int colIndex, long b) throws SQLException {
1045 public void updateFloat(int colIndex, float f) throws SQLException {
1054 public void updateDouble(int colIndex, double f) throws SQLException {
1064 throws SQLException {
1068 public void updateString(int colIndex, String s) throws SQLException {
1077 public void updateBytes(int colIndex, byte[] s) throws SQLException {
1090 public void updateDate(int colIndex, java.sql.Date d) throws SQLException {
1099 public void updateTime(int colIndex, java.sql.Time t) throws SQLException {
1109 throws SQLException {
1119 throws SQLException {
1124 throws SQLException {
1129 throws SQLException {
1133 public void updateObject(int colIndex, Object obj) throws SQLException {
1138 throws SQLException {
1142 public void updateNull(String colName) throws SQLException {
1147 public void updateBoolean(String colName, boolean b) throws SQLException {
1152 public void updateByte(String colName, byte b) throws SQLException {
1157 public void updateShort(String colName, short b) throws SQLException {
1162 public void updateInt(String colName, int b) throws SQLException {
1167 public void updateLong(String colName, long b) throws SQLException {
1172 public void updateFloat(String colName, float f) throws SQLException {
1177 public void updateDouble(String colName, double f) throws SQLException {
1183 throws SQLException {
1188 public void updateString(String colName, String s) throws SQLException {
1193 public void updateBytes(String colName, byte[] s) throws SQLException {
1199 throws SQLException {
1205 throws SQLException {
1211 throws SQLException {
1218 throws SQLException {
1225 throws SQLException {
1232 throws SQLException {
1238 throws SQLException {
1244 throws SQLException {
1249 public Statement getStatement() throws SQLException {
1256 public void close() throws SQLException {
1265 public java.net.URL getURL(int colIndex) throws SQLException {
1283 public java.net.URL getURL(String colName) throws SQLException {
1288 public void updateRef(int colIndex, java.sql.Ref x) throws SQLException {
1293 throws SQLException {
1299 throws SQLException {
1304 throws SQLException {
1310 throws SQLException {
1315 throws SQLException {
1321 throws SQLException {
1326 throws SQLException {
1331 public RowId getRowId(int colIndex) throws SQLException {
1335 public RowId getRowId(String colName) throws SQLException {
1340 public void updateRowId(int colIndex, RowId x) throws SQLException {
1344 public void updateRowId(String colName, RowId x) throws SQLException {
1349 public int getHoldability() throws SQLException {
1353 public boolean isClosed() throws SQLException {
1358 throws SQLException {
1363 throws SQLException {
1369 throws SQLException {
1374 throws SQLException {
1379 public NClob getNClob(int colIndex) throws SQLException {
1383 public NClob getNClob(String colName) throws SQLException {
1388 public SQLXML getSQLXML(int colIndex) throws SQLException {
1392 public SQLXML getSQLXML(String colName) throws SQLException {
1398 throws SQLException {
1403 throws SQLException {
1408 public String getNString(int colIndex) throws SQLException {
1412 public String getNString(String colName) throws SQLException {
1418 throws SQLException {
1423 throws SQLException {
1430 throws SQLException {
1436 throws SQLException {
1443 throws SQLException {
1449 throws SQLException {
1456 throws SQLException {
1462 throws SQLException {
1469 throws SQLException {
1475 throws SQLException {
1482 throws SQLException {
1488 throws SQLException {
1495 throws SQLException {
1501 throws SQLException {
1508 throws SQLException {
1514 throws SQLException {
1520 throws SQLException {
1525 throws SQLException {
1531 throws SQLException {
1536 throws SQLException {
1542 throws SQLException {
1547 throws SQLException {
1553 throws SQLException {
1558 throws SQLException {
1564 throws SQLException {
1569 throws SQLException {
1575 throws SQLException {
1580 throws SQLException {
1586 throws SQLException {
1591 throws SQLException {
1596 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException {
1600 public boolean isWrapperFor(java.lang.Class iface) throws SQLException {