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