|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcDialect | |
|---|---|
| org.compass.gps.device.jdbc | |
| org.compass.gps.device.jdbc.dialect | |
| org.compass.gps.device.jdbc.snapshot | |
| Uses of JdbcDialect in org.compass.gps.device.jdbc |
|---|
| Fields in org.compass.gps.device.jdbc declared as JdbcDialect | |
|---|---|
protected JdbcDialect |
AbstractJdbcGpsDevice.dialect
|
| Methods in org.compass.gps.device.jdbc that return JdbcDialect | |
|---|---|
JdbcDialect |
JdbcGpsDevice.getDialect()
Returns the JdbcDialect that will be used when executing
operations that might have different implementations based on the target
database. |
JdbcDialect |
AbstractJdbcGpsDevice.getDialect()
|
| Methods in org.compass.gps.device.jdbc with parameters of type JdbcDialect | |
|---|---|
void |
JdbcGpsDevice.setDialect(JdbcDialect dialect)
Sets the JdbcDialect that will be used when executing operations
that might have different implementations based on the target database. |
void |
AbstractJdbcGpsDevice.setDialect(JdbcDialect dialect)
|
| Constructors in org.compass.gps.device.jdbc with parameters of type JdbcDialect | |
|---|---|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource)
Creates a new marshaller helper that will marhsall the ResultSet to the given Resource. |
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource,
JdbcAliasRowSnapshot rowSnapshot)
|
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource,
JdbcAliasRowSnapshot rowSnapshot,
Compass compass)
Creates a new marshaller helper that will marhsall that ResultSet to both the given Resource and
JdbcAliasRowSnapshot. |
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
JdbcDialect dialect,
JdbcAliasRowSnapshot rowSnapshot,
Compass compass)
Creates a new marshaller helper that will marshall the ResultSet to the given JdbcAliasRowSnapshot. |
|
| Uses of JdbcDialect in org.compass.gps.device.jdbc.dialect |
|---|
| Classes in org.compass.gps.device.jdbc.dialect that implement JdbcDialect | |
|---|---|
class |
DefaultJdbcDialect
|
| Uses of JdbcDialect in org.compass.gps.device.jdbc.snapshot |
|---|
| Methods in org.compass.gps.device.jdbc.snapshot that return JdbcDialect | |
|---|---|
JdbcDialect |
AbstractSnapshotEvent.getDialect()
|
| Constructors in org.compass.gps.device.jdbc.snapshot with parameters of type JdbcDialect | |
|---|---|
AbstractSnapshotEvent(Connection connection,
JdbcDialect dialect)
|
|
ConfigureSnapshotEvent(Connection connection,
JdbcDialect dialect,
List mappings)
|
|
CreateAndUpdateSnapshotEvent(Connection connection,
JdbcDialect dialect,
ResultSetToResourceMapping mapping,
List createSnapshots,
List updateSnapshots,
CompassGpsInterfaceDevice compassGps)
|
|
DeleteSnapshotEvent(Connection connection,
JdbcDialect dialect,
ResultSetToResourceMapping mapping,
List deleteSnapshots,
CompassGpsInterfaceDevice compassGps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||