Uses of Class
org.eclipse.persistence.queries.ValueReadQuery
-
-
Uses of ValueReadQuery in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as ValueReadQuery Modifier and Type Field Description protected ValueReadQueryDatasourcePlatform. timestampQueryStore the query use to query the current server time.protected ValueReadQueryDatasourcePlatform. uuidQueryStore the query use to query the current server UUID.Methods in org.eclipse.persistence.internal.databaseaccess that return ValueReadQuery Modifier and Type Method Description ValueReadQueryDatasourcePlatform. buildSelectQueryForIdentity()INTERNAL: Returns query used to read back the value generated by Identity.ValueReadQueryDatasourcePlatform. buildSelectQueryForIdentity(String seqName, Integer size)INTERNAL: Returns query used to read back the value generated by Identity.ValueReadQueryDatasourcePlatform. buildSelectQueryForSequenceObject()INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).ValueReadQueryDatasourcePlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).ValueReadQueryDatasourcePlatform. getSelectSequenceQuery()OBSOLETE: This method lazy initializes the select sequence number query.ValueReadQueryDatasourcePlatform. getTimestampQuery()This method can be overridden by subclasses to return a query that will return the timestamp from the server.ValueReadQueryPlatform. getTimestampQuery()This method can be overridden by subclasses to return a query that will return the timestamp from the server.ValueReadQueryDatasourcePlatform. getUUIDQuery()This method can be overridden by subclasses to return a query that will return the UUID from the server.ValueReadQueryPlatform. getUUIDQuery()This method can be overridden by subclasses to return a query that will return the UUID from the server.Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type ValueReadQuery Modifier and Type Method Description voidDatasourcePlatform. setSelectSequenceNumberQuery(ValueReadQuery seqQuery)OBSOLETE: Can override the default query for returning the sequence numbers.voidDatasourcePlatform. setTimestampQuery(ValueReadQuery tsQuery)Can override the default query for returning a timestamp from the server.voidPlatform. setTimestampQuery(ValueReadQuery tsQuery)Can override the default query for returning a timestamp from the server.voidDatasourcePlatform. setUUIDQuery(ValueReadQuery uuidQuery)Can override the default query for returning a UUID from the server.voidPlatform. setUUIDQuery(ValueReadQuery uuidQuery)Can override the default query for returning a UUID from the server. -
Uses of ValueReadQuery in org.eclipse.persistence.platform.database
Methods in org.eclipse.persistence.platform.database that return ValueReadQuery Modifier and Type Method Description ValueReadQueryAccessPlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryDB2Platform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryDerbyPlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryH2Platform. buildSelectQueryForIdentity()ValueReadQueryHSQLPlatform. buildSelectQueryForIdentity()ValueReadQueryInformixPlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryMySQLPlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryOraclePlatform. buildSelectQueryForIdentity(String qualifiedSeqName, Integer size)INTERNAL: Though Oracle doesn't support identity it could be imitated, see comment to setSupportsIdentity method.ValueReadQueryPervasivePlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryPostgreSQLPlatform. buildSelectQueryForIdentity()INTERNAL: Returns query used to read back the value generated by Identity.ValueReadQuerySQLAnywherePlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQuerySQLServerPlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQuerySybasePlatform. buildSelectQueryForIdentity()INTERNAL: Build the identity query for native sequencing.ValueReadQueryDB2Platform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: DB2 added SEQUENCE support as of (I believe) v8.ValueReadQueryFirebirdPlatform. buildSelectQueryForSequenceObject(String seqName, Integer size)ValueReadQueryH2Platform. buildSelectQueryForSequenceObject(String seqName, Integer size)ValueReadQueryHANAPlatform. buildSelectQueryForSequenceObject(String sequenceName, Integer size)ValueReadQueryHSQLPlatform. buildSelectQueryForSequenceObject(String seqName, Integer size)ValueReadQueryInformixPlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).ValueReadQueryMariaDBPlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)ValueReadQueryMaxDBPlatform. buildSelectQueryForSequenceObject(String sequenceName, Integer size)ValueReadQueryOraclePlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the db and returns it.ValueReadQueryPostgreSQLPlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Returns query used to read value generated by sequence object (like Oracle sequence).ValueReadQuerySQLServerPlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the database and returns it.ValueReadQuerySymfowarePlatform. buildSelectQueryForSequenceObject(String seqName, Integer size)Produce a DataReadQuery which updates(!) the sequence number in the DB and returns it.ValueReadQueryTimesTenPlatform. buildSelectQueryForSequenceObject(String qualifiedSeqName, Integer size)INTERNAL: Produce a DataReadQuery which updates(!) the sequence number in the db and returns it.ValueReadQueryOraclePlatform. getSystemChangeNumberQuery()PUBLIC: The query to select the current system change number from Oracle.ValueReadQueryDB2Platform. getTimestampQuery()INTERNAL: This method returns the query to select the timestamp from the server for DB2.ValueReadQueryDB2ZPlatform. getTimestampQuery()INTERNAL: This method returns the query to select the timestamp from the server for DB2.ValueReadQueryDerbyPlatform. getTimestampQuery()INTERNAL: This method returns the query to select the timestamp from the server for Derby.ValueReadQueryFirebirdPlatform. getTimestampQuery()ValueReadQueryH2Platform. getTimestampQuery()ValueReadQueryHSQLPlatform. getTimestampQuery()ValueReadQueryMySQLPlatform. getTimestampQuery()INTERNAL: This method returns the query to select the timestamp from the server for MySQL.ValueReadQueryOraclePlatform. getTimestampQuery()PUBLIC: This method returns the query to select the timestamp from the server for Oracle.ValueReadQueryPostgreSQLPlatform. getTimestampQuery()INTERNAL: This method returns the query to select the timestamp from the server for Postgres.ValueReadQuerySQLServerPlatform. getTimestampQuery()PUBLIC: This method returns the query to select the timestamp from the server for SQLServer.ValueReadQuerySybasePlatform. getTimestampQuery()PUBLIC: This method returns the query to select the timestamp from the server for Sybase.ValueReadQuerySymfowarePlatform. getTimestampQuery()This method returns the query to select the timestamp from the database.ValueReadQueryTimesTenPlatform. getTimestampQuery()PUBLIC: TimesTen uses the Oracle syntax for getting the current timestamp.ValueReadQueryMySQLPlatform. getUUIDQuery()INTERNAL: This method returns the query to select the UUID from the server for MySQL. -
Uses of ValueReadQuery in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as ValueReadQuery Modifier and Type Field Description protected ValueReadQueryCursoredStreamPolicy. sizeQueryMethods in org.eclipse.persistence.queries that return ValueReadQuery Modifier and Type Method Description ValueReadQueryCursoredStreamPolicy. getSizeQuery()Return the query used to read the size.Methods in org.eclipse.persistence.queries with parameters of type ValueReadQuery Modifier and Type Method Description voidCursoredStreamPolicy. setSizeQuery(ValueReadQuery sizeQuery)Set the query used to read the size.voidDataReadQuery. useCursoredStream(int initialReadSize, int pageSize, ValueReadQuery sizeQuery)PUBLIC: Use a CursoredStream as the result collection.voidReadAllQuery. useCursoredStream(int initialReadSize, int pageSize, ValueReadQuery sizeQuery)PUBLIC: Use a CursoredStream as the result collection.Constructors in org.eclipse.persistence.queries with parameters of type ValueReadQuery Constructor Description CursoredStreamPolicy(ReadQuery query, int initialReadSize, int pageSize, ValueReadQuery sizeQuery) -
Uses of ValueReadQuery in org.eclipse.persistence.sequencing
Fields in org.eclipse.persistence.sequencing declared as ValueReadQuery Modifier and Type Field Description protected ValueReadQueryQuerySequence. selectQueryMethods in org.eclipse.persistence.sequencing that return ValueReadQuery Modifier and Type Method Description protected ValueReadQueryNativeSequence. buildSelectQuery()INTERNAL:protected ValueReadQueryNativeSequence. buildSelectQuery(String seqName, Integer size)INTERNAL:protected ValueReadQueryQuerySequence. buildSelectQuery()INTERNAL:protected ValueReadQueryQuerySequence. buildSelectQuery(String seqName, Integer size)INTERNAL:protected ValueReadQueryTableSequence. buildSelectQuery()protected ValueReadQueryUnaryTableSequence. buildSelectQuery(String seqName, Integer size)ValueReadQueryQuerySequence. getSelectQuery()PUBLIC:Methods in org.eclipse.persistence.sequencing with parameters of type ValueReadQuery Modifier and Type Method Description voidQuerySequence. setSelectQuery(ValueReadQuery query)PUBLIC: -
Uses of ValueReadQuery in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type ValueReadQuery Modifier and Type Method Description voidDatasourceLogin. setTimestampQuery(ValueReadQuery timestampQuery)PUBLIC: Override the default query for returning a timestamp from the server.
-