Modifier and Type | Field and Description |
---|---|
protected ValueReadQuery |
DatasourcePlatform.timestampQuery
Store the query use to query the current server time.
|
Modifier and Type | Method and Description |
---|---|
ValueReadQuery |
DatabasePlatform.buildSelectQueryForNativeSequence()
INTERNAL:
|
ValueReadQuery |
DatabasePlatform.buildSelectQueryForNativeSequence(String seqName,
Integer size)
INTERNAL:
|
ValueReadQuery |
DatasourcePlatform.getTimestampQuery()
This method can be overridden by subclasses to return a
query that will return the timestamp from the server.
|
ValueReadQuery |
Platform.getTimestampQuery()
This method can be overridden by subclasses to return a
query that will return the timestamp from the server.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourcePlatform.setTimestampQuery(ValueReadQuery tsQuery)
Can override the default query for returning a timestamp from the server.
|
void |
Platform.setTimestampQuery(ValueReadQuery tsQuery)
Can override the default query for returning a timestamp from the server.
|
Modifier and Type | Method and Description |
---|---|
ValueReadQuery |
DB2Platform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
DerbyPlatform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
InformixPlatform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
MySQL4Platform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
SQLAnyWherePlatform.buildSelectQueryForNativeSequence() |
ValueReadQuery |
SQLServerPlatform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
SybasePlatform.buildSelectQueryForNativeSequence()
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
PostgreSQLPlatform.buildSelectQueryForNativeSequence(String seqName,
Integer size)
INTERNAL:
Build the identity query for native sequencing.
|
ValueReadQuery |
TimesTenPlatform.buildSelectQueryForNativeSequence(String seqName,
Integer size)
INTERNAL:
Produce a DataReadQuery which updates(!) the sequence number in the db
and returns it.
|
ValueReadQuery |
DB2Platform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp
from the server for DB2.
|
ValueReadQuery |
DerbyPlatform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp from the server
for Derby.
|
ValueReadQuery |
MySQL4Platform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp
from the server for MySQL.
|
ValueReadQuery |
PostgreSQLPlatform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp from the server
for Derby.
|
ValueReadQuery |
SQLServerPlatform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp
from the server for SQLServer.
|
ValueReadQuery |
SybasePlatform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp
from the server for Sybase.
|
ValueReadQuery |
TimesTenPlatform.getTimestampQuery()
PUBLIC:
This method returns the query to select the timestamp
from the server for TimesTen.
|
Modifier and Type | Method and Description |
---|---|
ValueReadQuery |
OraclePlatform.buildSelectQueryForNativeSequence(String seqName,
Integer size)
INTERNAL:
Produce a DataReadQuery which updates(!) the sequence number in the db
and returns it.
|
ValueReadQuery |
OraclePlatform.getSystemChangeNumberQuery()
INTERNAL:
The query to select the current system change number
from Oracle.
|
ValueReadQuery |
OraclePlatform.getTimestampQuery()
INTERNAL:
This method returns the query to select the timestamp
from the server for Oracle.
|
Modifier and Type | Field and Description |
---|---|
protected ValueReadQuery |
QuerySequence.selectQuery |
Modifier and Type | Method and Description |
---|---|
protected ValueReadQuery |
NativeSequence.buildSelectQuery()
INTERNAL:
|
protected ValueReadQuery |
QuerySequence.buildSelectQuery()
INTERNAL:
|
protected ValueReadQuery |
TableSequence.buildSelectQuery() |
protected ValueReadQuery |
NativeSequence.buildSelectQuery(String seqName,
Integer size)
INTERNAL:
|
protected ValueReadQuery |
QuerySequence.buildSelectQuery(String seqName,
Integer size)
INTERNAL:
|
ValueReadQuery |
QuerySequence.getSelectQuery()
PUBLIC:
|
Modifier and Type | Method and Description |
---|---|
void |
QuerySequence.setSelectQuery(ValueReadQuery query)
PUBLIC:
|
Modifier and Type | Method and Description |
---|---|
void |
DatasourceLogin.setTimestampQuery(ValueReadQuery timestampQuery)
PUBLIC:
Override the default query for returning a timestamp from the server.
|
Copyright © 2024. All rights reserved.