public class ReliefFeatureToReliefComponentGateway
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeStatement() |
static ReliefFeatureToReliefComponentGateway |
getInstance(java.sql.Connection connection) |
void |
insert(long reliefComponentID,
long reliefFeatureID) |
java.sql.ResultSet |
readComponents(long reliefID) |
public static ReliefFeatureToReliefComponentGateway getInstance(java.sql.Connection connection)
public void close()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void insert(long reliefComponentID,
long reliefFeatureID)
throws oracle.spatial.citygml.core.persistence.jdbc.GatewayException
oracle.spatial.citygml.core.persistence.jdbc.GatewayExceptionpublic java.sql.ResultSet readComponents(long reliefID)
public void closeStatement()
throws java.sql.SQLException
java.sql.SQLException