Package | Description |
---|---|
java.sql |
Modifier and Type | Method and Description |
---|---|
Ref |
CallableStatement.getRef(int i) |
Ref |
ResultSet.getRef(int i) |
Ref |
ResultSet.getRef(String colName) |
Ref |
SQLInput.readRef() |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setRef(int i,
Ref x) |
void |
SQLOutput.writeRef(Ref x) |