Modifier and Type | Method and Description |
---|---|
NClob |
Connection.createNClob() |
NClob |
CallableStatement.getNClob(int arg0) |
NClob |
CallableStatement.getNClob(String arg0) |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setNClob(int parameterIndex,
NClob value) |
void |
CallableStatement.setNClob(String arg0,
NClob arg1) |
Copyright © 2009–2018 JolBox. All rights reserved.