Modifier and Type | Method and Description |
---|---|
SQLXML |
Connection.createSQLXML() |
SQLXML |
CallableStatement.getSQLXML(int arg0) |
SQLXML |
CallableStatement.getSQLXML(String arg0) |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setSQLXML(int parameterIndex,
SQLXML xmlObject) |
void |
CallableStatement.setSQLXML(String arg0,
SQLXML arg1) |
Copyright © 2009–2018 JolBox. All rights reserved.