Search in sources :

Example 16 with RowId

use of java.sql.RowId in project druid by alibaba.

the class ResultSetProxyImpl method getRowId.

@Override
public RowId getRowId(String columnLabel) throws SQLException {
    FilterChainImpl chain = createChain();
    RowId value = chain.resultSet_getRowId(this, columnLabel);
    recycleFilterChain(chain);
    return value;
}
Also used : FilterChainImpl(com.alibaba.druid.filter.FilterChainImpl) RowId(java.sql.RowId)

Aggregations

RowId (java.sql.RowId)16 Test (org.junit.Test)12 FBRowId (org.firebirdsql.jdbc.FBRowId)10 FilterChainImpl (com.alibaba.druid.filter.FilterChainImpl)2 InputStream (java.io.InputStream)2 Reader (java.io.Reader)2 BigDecimal (java.math.BigDecimal)2 URL (java.net.URL)2 Array (java.sql.Array)2 Blob (java.sql.Blob)2 Clob (java.sql.Clob)2 Date (java.sql.Date)2 NClob (java.sql.NClob)2 Ref (java.sql.Ref)2 ResultSet (java.sql.ResultSet)2 SQLXML (java.sql.SQLXML)2 Time (java.sql.Time)2 Timestamp (java.sql.Timestamp)2 Calendar (java.util.Calendar)2 CallableStatement (java.sql.CallableStatement)1