|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mizar.metadata.utils.SdoUtils
public class SdoUtils
Constructor Summary | |
---|---|
protected |
SdoUtils()
|
Method Summary | |
---|---|
static void |
createSpatialIndex(java.sql.Connection conn,
java.lang.String indexName,
java.lang.String tableName,
java.lang.String columnName)
|
static java.util.HashMap<java.lang.String,java.lang.String> |
getCustomTags(char[] xml)
The USER_SDO_MAPS and USER_SDO_THEMES views include a <custom_tags> node
as an immediate child of the root element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SdoUtils()
Method Detail |
---|
public static java.util.HashMap<java.lang.String,java.lang.String> getCustomTags(char[] xml)
<custom_tags>
node
as an immediate child of the root element. This method finds <tag>
nodes
within the <custom_tags>
node and returns them as key/value pairs in a HashMap.
xml
- from UserSdoMapsBean, the definition property; from UserSdoThemesBean the stylingRulesClob property.
SdoMapsSuperClass.getCustomTags()
,
SdoThemesSuperClass.getCustomTags()
public static void createSpatialIndex(java.sql.Connection conn, java.lang.String indexName, java.lang.String tableName, java.lang.String columnName) throws java.sql.SQLException
conn
- indexName
- tableName
- columnName
-
java.sql.SQLException
JDBCUtils.createIndex(Connection conn, boolean unique, String indexName, String tableName, String columnName, boolean spatial)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |