public class XmlPropsSchemaHelper
extends java.lang.Object
| Constructor and Description |
|---|
XmlPropsSchemaHelper(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeViaStatement(java.sql.Statement stmt,
java.lang.String key) |
java.util.StringTokenizer |
getItems(java.lang.String key) |
java.lang.String |
getKey(java.lang.String key) |
java.sql.PreparedStatement |
prepareXmlStatement(java.sql.Connection con,
java.lang.String key) |
public XmlPropsSchemaHelper(java.io.InputStream is)
throws XmlPropsException
XmlPropsExceptionpublic java.sql.PreparedStatement prepareXmlStatement(java.sql.Connection con,
java.lang.String key)
throws java.sql.SQLException
java.sql.SQLExceptionpublic void executeViaStatement(java.sql.Statement stmt,
java.lang.String key)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.util.StringTokenizer getItems(java.lang.String key)
public java.lang.String getKey(java.lang.String key)