Interface DBXlinkResolver
-
- All Known Implementing Classes:
XlinkBasic
,XlinkDeprecatedMaterial
,XlinkGroupToCityObject
,XlinkLibraryObject
,XlinkSolidGeometry
,XlinkSurfaceDataToTexImage
,XlinkSurfaceGeometry
,XlinkTexCoordList
,XlinkTextureAssociation
,XlinkTextureImage
,XlinkTextureParam
public interface DBXlinkResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
void
executeBatch()
DBXlinkResolverEnum
getDBXlinkResolverType()
-
-
-
Method Detail
-
executeBatch
void executeBatch() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
close
void close() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
getDBXlinkResolverType
DBXlinkResolverEnum getDBXlinkResolverType()
-
-