/** * {@inheritDoc} */ @Override public RowIdLifetime getRowIdLifetime() throws SQLException { this.conn.lock(); try { initServiceMetaData(); switch (this.serviceMetaData.getRowIdLifeTime()) { case ROWID_UNSUPPORTED: return RowIdLifetime.ROWID_UNSUPPORTED; case ROWID_VALID_OTHER: return RowIdLifetime.ROWID_VALID_OTHER; case ROWID_VALID_SESSION: return RowIdLifetime.ROWID_VALID_SESSION; case ROWID_VALID_TRANSACTION: return RowIdLifetime.ROWID_VALID_TRANSACTION; case ROWID_VALID_FOREVER: return RowIdLifetime.ROWID_VALID_FOREVER; default: return RowIdLifetime.ROWID_UNSUPPORTED; } } finally { this.conn.unlock(); } }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { logger.debug("public RowIdLifetime getRowIdLifetime()"); throw new SQLFeatureNotSupportedException(); }
public RowIdLifetime getRowIdLifetime() throws SQLException { throw new SQLFeatureNotSupportedException( "SPIDatabaseMetadata.getRowIdLifetime() not implemented yet.", "0A000" ); }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { String methodName = new Object() { }.getClass().getEnclosingMethod().getName(); verifyCallAuthorization(methodName); return null; }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { return RowIdLifetime.ROWID_UNSUPPORTED; }
public java.sql.RowIdLifetime getRowIdLifetime() throws SQLException { return null; }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { throw new UnsupportedOperationException("Not supported yet."); }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { checkClosed(); throw SQLError.noSupport(); }
public RowIdLifetime getRowIdLifetime() throws SQLException { return RowIdLifetime.ROWID_UNSUPPORTED; }
public RowIdLifetime getRowIdLifetime() throws SQLException { throw new SQLException("Not Implemented: getRowIdLifetime()"); }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { throw unsupported(); }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { throwIfClosed(); return super.getRowIdLifetime(); }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { // TODO Auto-generated method stub throw new SQLException("Method not supported"); }
/** * Get the lifetime of a rowid. * * @return ROWID_UNSUPPORTED */ @Override public RowIdLifetime getRowIdLifetime() { debugCodeCall("getRowIdLifetime"); return RowIdLifetime.ROWID_UNSUPPORTED; }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { return this.metaData.getRowIdLifetime(); }
public RowIdLifetime getRowIdLifetime() throws SQLException { throw new AssertionError("only expected to be called in JDBC 4.0"); }
@Override public RowIdLifetime getRowIdLifetime() { return RowIdLifetime.ROWID_UNSUPPORTED; }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { // TODO Auto-generated method stub return null; }
public RowIdLifetime getRowIdLifetime() throws SQLException { // TODO Auto-generated method stub return null; }
@Override public RowIdLifetime getRowIdLifetime() throws SQLException { return null; }