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.SQLException
public void insert(long reliefComponentID, long reliefFeatureID) throws oracle.spatial.citygml.core.persistence.jdbc.GatewayException
oracle.spatial.citygml.core.persistence.jdbc.GatewayException
public java.sql.ResultSet readComponents(long reliefID)
public void closeStatement() throws java.sql.SQLException
java.sql.SQLException