java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java
branchv_0
changeset 247 3380ae5275be
parent 237 7e08730da258
child 250 aae5009bd0af
equal deleted inserted replaced
246:277c18b48762 247:3380ae5275be
    90 		throw new SQLException("Not supported yet.");
    90 		throw new SQLException("Not supported yet.");
    91 	}
    91 	}
    92 
    92 
    93 	@Override
    93 	@Override
    94 	public String getTableName(int column) throws SQLException {
    94 	public String getTableName(int column) throws SQLException {
    95 		throw new SQLException("Not supported yet.");
    95 		return "";
    96 	}
    96 	}
    97 
    97 
    98 	@Override
    98 	@Override
    99 	public String getCatalogName(int column) throws SQLException {
    99 	public String getCatalogName(int column) throws SQLException {
   100 		throw new SQLException("Not supported yet.");
   100 		throw new SQLException("Not supported yet.");