Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Sql Classes and Interfaces - 1560 results found.
NameDescriptionTypePackageFramework
SQLClientInfoExceptionThe subclass of SQLException is thrown when one or more client info properties could not be set on a Connection.Classjava.sqlJava SE
SQLDataExceptionThe subclass of SQLException thrown when the SQLState class value is '22', or under vendor-specified conditions.Classjava.sqlJava SE
SQLExceptionAn exception that provides information on a database access error or other errors.Classjava.sqlJava SE
SQLFeatureNotSupportedExceptionThe subclass of SQLException thrown when the SQLState class value is '0A' ( the value is 'zero' A).Classjava.sqlJava SE
SQLInputImplAn input stream used for custom mapping user-defined types (UDTs).Classjavax.sql.rowset.serialJava SE
SQLIntegrityConstraintViolationExceptionThe subclass of SQLException thrown when the SQLState class value is '23', or under vendor-specified conditions.Classjava.sqlJava SE
SQLInvalidAuthorizationSpecExceptionThe subclass of SQLException thrown when the SQLState class value is '28', or under vendor-specified conditions.Classjava.sqlJava SE
SQLNonTransientConnectionExceptionThe subclass of SQLException thrown for the SQLState class value '08', or under vendor-specified conditions.Classjava.sqlJava SE
SQLNonTransientExceptionThe subclass of SQLException thrown when an instance where a retry of the same operation would fail unless the cause of the SQLExceptionClassjava.sqlJava SE
SQLOutputImplThe output stream for writing the attributes of a custom-mapped user-defined type (UDT) back to the database.Classjavax.sql.rowset.serialJava SE
SQLPermissionThe permission for which the SecurityManager will check when code that is running an application with aClassjava.sqlJava SE
SQLRecoverableExceptionThe subclass of SQLException thrown in situations where a previously failed operation might be able to succeed if the application performsClassjava.sqlJava SE
SQLSyntaxErrorExceptionThe subclass of SQLException thrown when the SQLState class value is '42', or under vendor-specified conditions.Classjava.sqlJava SE
SQLTimeoutExceptionThe subclass of SQLException thrown when the timeout specified by Statement.Classjava.sqlJava SE
SQLTransactionRollbackExceptionThe subclass of SQLException thrown when the SQLState class value is '40', or under vendor-specified conditions.Classjava.sqlJava SE
SQLTransientConnectionExceptionThe subclass of SQLException for the SQLState class value '08', or under vendor-specified conditions.Classjava.sqlJava SE
SQLTransientExceptionThe subclass of SQLException is thrown in situations where a previously failed operation might be able to succeed when the operation isClassjava.sqlJava SE
SQLWarningAn exception that provides information on database access warnings.Classjava.sqlJava SE
SQLDataThe interface used for the custom mapping of an SQL user-defined type (UDT) to a class in the Java programming language.Interfacejava.sqlJava SE
SQLInputAn input stream that contains a stream of values representing an instance of an SQL structured type or an SQL distinct type.Interfacejava.sqlJava SE
SQLOutputThe output stream for writing the attributes of a user-defined type back to the database.Interfacejava.sqlJava SE
SQLTypeAn object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.Interfacejava.sqlJava SE
SQLXMLThe mapping in the JavaTM programming language for the SQL XML type.Interfacejava.sqlJava SE
SQLExecutionTagThis interface allows tag handlers implementing it to receive values for parameter markers in their SQL statements.Interfacejavax.servlet.jsp.jstl.sqlJava EE
SqlResultSetMappingSpecifies the mapping of the result of a native SQL query or stored Query q = em.Classjavax.persistenceJava EE
SqlResultSetMappingsIs used to define one or more SqlResultSetMapping annotations.Classjavax.persistenceJava EE
AbstractSqlPagingQueryProviderAbstract SQL Paging Query Provider to serve as a base class for all providedSQL paging query providers.Classorg.springframework.batch.item.database.supportSpring Batch
BeanPropertyItemSqlParameterSourceProviderA convenient implementation for providing BeanPropertySqlParameterSource when the item has JavaBean propertiesthat correspond to names used for parameters in the SQL statement.Classorg.springframework.batch.item.databaseSpring Batch
HsqlPagingQueryProviderHSQLDB implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
ItemSqlParameterSourceProviderA convenient strategy for providing SqlParameterSource for named parameter SQL updates.Interfaceorg.springframework.batch.item.databaseSpring Batch
MySqlPagingQueryProviderMySQL implementation of a PagingQueryProvider using database specific features.Classorg.springframework.batch.item.database.supportSpring Batch
SqlitePagingQueryProviderSQLite implementation of a PagingQueryProvider using database specificSince:3.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryProviderFactoryBeanFactory bean for PagingQueryProvider interface.Classorg.springframework.batch.item.database.supportSpring Batch
SqlPagingQueryUtilsUtility class that generates the actual SQL statements used by querySince:2.Classorg.springframework.batch.item.database.supportSpring Batch
SqlServerPagingQueryProviderSQL Server implementation of aPagingQueryProvider usingClassorg.springframework.batch.item.database.supportSpring Batch
SqlWindowingPagingQueryProviderGeneric Paging Query Provider using standard SQL:2003 windowing functions.Classorg.springframework.batch.item.database.supportSpring Batch
SqlParameterSourceFactoryCollaborator for JDBC adapters which allows creation ofinstances of SqlParameterSource for use in update operations.Interfaceorg.springframework.integration.jdbcSpring Integration
MySqlChannelMessageStoreQueryProviderClassorg.springframework.integration.jdbc.store.channelSpring Integration
HsqlChannelMessageStoreQueryProviderClassorg.springframework.integration.jdbc.store.channelSpring Integration
ExpressionEvaluatingSqlParameterSourceFactoryAn implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluatesSpring EL expressions.Classorg.springframework.integration.jdbcSpring Integration
BeanPropertySqlParameterSourceFactoryA default implementation of SqlParameterSourceFactory which creates an SqlParameterSource toreference bean properties in its input.Classorg.springframework.integration.jdbcSpring Integration
SQLiteConnectionRepositoryClassorg.springframeworkSpring Android
SQLiteConnectionRepositoryHelperClassorg.springframeworkSpring Android
SQLiteUsersConnectionRepositoryClassorg.springframeworkSpring Android
AbstractFallbackSQLExceptionTranslatorBase class for SQLExceptionTranslator implementations that allow forfallback to some other SQLExceptionTranslator.Classorg.springframework.jdbc.supportSpring MVC
AbstractSqlParameterSourceAbstract base class for SqlParameterSource implementations.Classorg.springframework.jdbc.core.namedparamSpring MVC
AbstractSqlTypeValueAbstract implementation of the SqlTypeValue interface, for convenientcreation of type values that are supposed to be passed into theClassorg.springframework.jdbc.core.supportSpring MVC
BadSqlGrammarExceptionException thrown when SQL specified is invalid.Classorg.springframework.jdbcSpring MVC
BatchSqlUpdateSqlUpdate subclass that performs batch update operations.Classorg.springframework.jdbc.objectSpring MVC
BeanPropertySqlParameterSourceSqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object.Classorg.springframework.jdbc.core.namedparamSpring MVC
CustomSQLErrorCodesTranslationJavaBean for holding custom JDBC error codes translation for a particulardatabase.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistrarRegistry for registering custom SQLExceptionTranslatorinstances for specific databases.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistryRegistry for custom SQLExceptionTranslator instances associated withspecific databases allowing for overriding translation based on values contained in the configuration fileClassorg.springframework.jdbc.supportSpring MVC
DisposableSqlTypeValueSubinterface of SqlTypeValue that adds a cleanup callback,to be invoked after the value has been set and the correspondingInterfaceorg.springframework.jdbc.coreSpring MVC
EmptySqlParameterSourceA simple empty implementation of the SqlParameterSource interface.Classorg.springframework.jdbc.core.namedparamSpring MVC
GenericSqlQueryClassorg.springframework.jdbc.objectSpring MVC
HsqlMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given HSQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlTableMetaDataProviderThe HSQL specific implementation of TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
Jdbc4SqlXmlHandlerDefault implementation of the SqlXmlHandler interface.Classorg.springframework.jdbc.support.xmlSpring MVC
MappingSqlQueryReusable query in which concrete subclasses must implement the abstractmapRow(ResultSet, int) method to convert each row of the JDBC ResultSetClassorg.springframework.jdbc.objectSpring MVC
MappingSqlQueryWithParametersReusable RDBMS query in which concrete subclasses must implementthe abstract mapRow(ResultSet, int) method to map each row ofClassorg.springframework.jdbc.objectSpring MVC
MapSqlParameterSourceSqlParameterSource implementation that holds a given Map of parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
MySQLMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given MySQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
ParsedSqlHolds information about a parsed SQL statement.Classorg.springframework.jdbc.core.namedparamSpring MVC
PostgreSQLSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
ResultSetSupportingSqlParameterCommon base class for ResultSet-supporting SqlParameters likeSqlOutParameter and SqlReturnResultSet.Classorg.springframework.jdbc.coreSpring MVC
ResultSetWrappingSqlRowSetThe default implementation of Spring's SqlRowSet interface, wrapping aResultSet, catching any SQLExceptions and translatingClassorg.springframework.jdbc.support.rowsetSpring MVC
ResultSetWrappingSqlRowSetMetaDataThe default implementation of Spring's SqlRowSetMetaData interface, wrappinga ResultSetMetaData instance, catching any SQLExceptionsClassorg.springframework.jdbc.support.rowsetSpring MVC
Sql@Sql is used to annotate a test class or test method to configureSQL scripts() and statements() to be executed against a givenClassorg.springframework.test.context.jdbcSpring MVC
Sql .ExecutionPhaseThe configured SQL scripts and statements will be executedafter the corresponding test method.Classorg.springframework.test.context.jdbc.SqlSpring MVC
SqlCallRdbmsOperation using a JdbcTemplate and representing a SQL-basedcall such as a stored procedure or a stored function.Classorg.springframework.jdbc.objectSpring MVC
SqlConfig@SqlConfig defines metadata that is used to determine how to parseand execute SQL scripts configured via the @Sql annotation.Classorg.springframework.test.context.jdbcSpring MVC
SqlConfig .ErrorModeexecuting SQL statements.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SqlConfig .TransactionModeexecuted within a transaction and what the transaction propagation behaviorIndicates that the default transaction mode should be used.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SQLErrorCodesJavaBean for holding JDBC error codes for a particular database.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodesFactoryFactory for creating SQLErrorCodes based on thedatabaseProductName taken from the DatabaseMetaData.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodeSQLExceptionTranslatorMore precise than an implementation based on SQL state, but heavily vendor-specific.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionSubclassTranslatorSQLExceptionTranslator implementation which analyzes the specificSQLException subclass thrown by the JDBC driver.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionTranslatorStrategy interface for translating between SQLExceptionsand Spring's data access strategy-agnostic DataAccessExceptionInterfaceorg.springframework.jdbc.supportSpring MVC
SqlFunctionSQL function wrapper for a query that returns a single row of results.Classorg.springframework.jdbc.objectSpring MVC
SqlGroupContainer annotation that aggregates several @Sql annotations.Classorg.springframework.test.context.jdbcSpring MVC
SqlInOutParameterSubclass of SqlOutParameter to represent an INOUT parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlLobValueObject to represent an SQL BLOB/CLOB value parameter.Classorg.springframework.jdbc.core.supportSpring MVC
SqlOperationOperation object representing a SQL-based operation such as a query or update,as opposed to a stored procedure.Classorg.springframework.jdbc.objectSpring MVC
SqlOutParameterSubclass of SqlParameter to represent an output parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterObject to represent a SQL parameter definition.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterSourceInterface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argumentInterfaceorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterSourceUtilsClass that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes.Classorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterValueObject to represent a SQL parameter value, including parameter metadatasuch as the SQL type and the scale for numeric values.Classorg.springframework.jdbc.coreSpring MVC
SqlProviderInterface to be implemented by objects that can provide SQL strings.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlQueryReusable operation object representing a SQL query.Classorg.springframework.jdbc.objectSpring MVC
SqlReturnResultSetRepresents a returned ResultSet from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlReturnTypeInterface to be implemented for retrieving values for more complex database-specifictypes not supported by the standard CallableStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlReturnUpdateCountRepresents a returned update count from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlRowSetMirror interface for RowSet, representingdisconnected ResultSet data.Interfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlRowSetMetaDataMetadata interface for Spring's SqlRowSet, analogous to JDBC'sThe main difference to the standard JDBC ResultSetMetaData is that aInterfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlRowSetResultSetExtractorResultSetExtractor implementation that returns a Spring SqlRowSetrepresentation for each given ResultSet.Classorg.springframework.jdbc.coreSpring MVC
SqlScriptsTestExecutionListenerTestExecutionListener that provides support for executing SQLscripts and inlined statementsClassorg.springframework.test.context.jdbcSpring MVC
SqlServerCallMetaDataProviderSQL Server specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
SqlServerMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
SQLStateSQLExceptionTranslatorSQLExceptionTranslator implementation that analyzes the SQL state inthe SQLException based on the first two digits (the SQL state class).Classorg.springframework.jdbc.supportSpring MVC
SqlTypeValueInterface to be implemented for setting values for more complex database-specifictypes not supported by the standard setObject method.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlUpdateReusable operation object representing a SQL update.Classorg.springframework.jdbc.objectSpring MVC
SqlValueSimple interface for complex types to be set as statement parameters.Interfaceorg.springframework.jdbc.supportSpring MVC
SQLWarningExceptionException thrown when we're not ignoring SQLWarnings.Classorg.springframework.jdbcSpring MVC
SqlXmlFeatureNotImplementedExceptionException thrown when the underlying implementation does not support therequested feature of the API.Classorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlHandlerAbstraction for handling XML fields in specific databases.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlObjectMappingHandlerAbstraction for handling XML object mapping to fields in a database.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlValueSubinterface of SqlValuethat supports passing in XML data to specified column and adds aInterfaceorg.springframework.jdbc.support.xmlSpring MVC
UncategorizedSQLExceptionException thrown when we can't classify a SQLException intoone of our generic data access exceptions.Classorg.springframework.jdbcSpring MVC
UpdatableSqlQueryReusable RDBMS query in which concrete subclasses must implementthe abstract updateRow(ResultSet, int, context) method to update eachClassorg.springframework.jdbc.objectSpring MVC
FieldSetSqlParameterSourceProviderAn ItemSqlParameterSourceProvider that will derive parameters from a FieldSet.Classorg.springframework.xd.batch.item.jdbcSpring XD
HsqlDatasourceConfigurationDatasource configuration for HSQL database.Classorg.springframework.xd.batch.hsqldb.serverSpring XD
HsqlServerApplicationSpring Application to operate life-cycle methods on HSQLServerBean.Classorg.springframework.xd.batch.hsqldb.serverSpring XD
HSQLServerBeanClassorg.springframework.xd.batch.hsqldb.serverSpring XD
SqlUtilsClassorg.springframework.xd.greenplum.supportSpring XD
TupleSqlParameterSourceClassorg.springframework.xd.tuple.batchSpring XD
TupleSqlParameterSourceProviderA factory for TupleSqlParameterSourcesAuthor:Michael MinellaClassorg.springframework.xd.tuple.batchSpring XD
CreateSqlInjectionMatchSetRequestClassamazonaws.servicesAmazon AWS
CreateSqlInjectionMatchSetResultClassamazonaws.servicesAmazon AWS
DeleteSqlInjectionMatchSetRequestClassamazonaws.servicesAmazon AWS
DeleteSqlInjectionMatchSetResultClassamazonaws.servicesAmazon AWS
GetSqlInjectionMatchSetRequestClassamazonaws.servicesAmazon AWS
GetSqlInjectionMatchSetResultClassamazonaws.servicesAmazon AWS
ListSqlInjectionMatchSetsRequestClassamazonaws.servicesAmazon AWS
ListSqlInjectionMatchSetsResultClassamazonaws.servicesAmazon AWS
AliasesSqlClassorg.apache.jena.sdb.coreApache Jena
FmtLayout2HashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2HashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
FmtLayout2IndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
FmtLayout2IndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
FormatterSimpleHSQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleMySQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimplePGSQLClassorg.apache.jena.sdb.layout1Apache Jena
FormatterSimpleSQLServerClassorg.apache.jena.sdb.layout1Apache Jena
FunctionsSQLClassorg.apache.jena.sdb.sqlApache Jena
GenerateSQLClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQL_MSClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLDB2Classorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLDerbyClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLMySQLClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLOracleClassorg.apache.jena.sdb.core.sqlnodeApache Jena
GenerateSQLVisitorClassorg.apache.jena.sdb.core.sqlnodeApache Jena
HSQLUtilsClassorg.apache.jena.sdb.utilApache Jena
ModLogSQLClasssdb.cmdApache Jena
MySQLEngineTypeenum MySQLEngineTypeEnum Constant SummaryClassorg.apache.jena.sdb.sqlApache Jena
OpSQLClassorg.apache.jena.sdb.compilerApache Jena
QueryIterOpSQLClassorg.apache.jena.sdb.compilerApache Jena
SDBExceptionSQLWrapper SQLExceptionSee Also:Serialized FormClassorg.apache.jena.sdb.sqlApache Jena
sdbsqlClasssdbApache Jena
SQLBridgeConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Interfaceorg.apache.jena.sdb.storeApache Jena
SQLBridge1Classorg.apache.jena.sdb.layout1Apache Jena
SQLBridge2Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridge2OracleAdded to specialize lex column selection for Oracle.Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridgeBaseConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Classorg.apache.jena.sdb.storeApache Jena
SQLBridgeFactoryConvert from whatever results a particular layout returns into an ARQ QueryIterator of Bindings.Interfaceorg.apache.jena.sdb.storeApache Jena
SQLBridgeFactory1Classorg.apache.jena.sdb.layout1Apache Jena
SQLBridgeFactory2Classorg.apache.jena.sdb.layout2Apache Jena
SQLBridgeFactory2OracleClassorg.apache.jena.sdb.layout2Apache Jena
SqlBuilderClassorg.apache.jena.sdb.compilerApache Jena
SqlCoalesceClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlColumnClassorg.apache.jena.sdb.core.sqlexprApache Jena
SQLCommandInterfaceorg.apache.jena.sdb.sqlApache Jena
SqlConstantClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprInterfaceorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExpr1Classorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExpr2Classorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprBaseClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprColumnsUsedClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprGenerateSQLClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprListClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprVisitorInterfaceorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprVisitorBaseClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlExprWalkerClassorg.apache.jena.sdb.core.sqlexprApache Jena
SqlFunction1Classorg.apache.jena.sdb.core.sqlexprApache Jena
SQLGeneratorInterfaceorg.apache.jena.sdb.storeApache Jena
SqlJoinClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlJoinInnerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlJoinLeftOuterClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBaseClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase0Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase1Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeBase2Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeTextVisitorClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeVisitorInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeVisitorBaseClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlNodeWalkerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlProjectClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlRestrictClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlSelectBlockA unit that generates an SQL SELECT Statement.Classorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlSliceClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlStageInterfaceorg.apache.jena.sdb.compilerApache Jena
SqlStageBasicQuadClassorg.apache.jena.sdb.compilerApache Jena
SqlStageListClassorg.apache.jena.sdb.compilerApache Jena
SqlTableClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformInterfaceorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformCopyClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlTransformerClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SqlUnionClassorg.apache.jena.sdb.core.sqlnodeApache Jena
SQLUtilsClassorg.apache.jena.sdb.sqlApache Jena
SQLUtilsStdClassorg.apache.jena.sdb.sqlApache Jena
StoreBaseHSQLClassorg.apache.jena.sdb.storeApache Jena
StoreSimpleHSQLStore class for the simple layout (i.Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleMySQLStore class for the simple layout (i.Classorg.apache.jena.sdb.layout1Apache Jena
StoreSimplePGSQLClassorg.apache.jena.sdb.layout1Apache Jena
StoreSimpleSQLServerClassorg.apache.jena.sdb.layout1Apache Jena
StoreTriplesNodesHashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesHashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
StoreTriplesNodesIndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
StoreTriplesNodesIndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderHashHSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashMySQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashPGSQLClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderHashSQLServerClassorg.apache.jena.sdb.layout2.hashApache Jena
TupleLoaderIndexHSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexMySQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexPGSQLClassorg.apache.jena.sdb.layout2.indexApache Jena
TupleLoaderIndexSQLServerClassorg.apache.jena.sdb.layout2.indexApache Jena
AbstractEsqlConnectionClassorg.apache.cocoon.components.language.markup.xspApache Cocoon
AbstractEsqlQueryThis is base class for all EsqlQueriesVersion:CVS $Id: AbstractEsqlQuery.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
Cocoon2EsqlConnectionThis is the Cocoon2 specific part of an AbstractEsqlConnection.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
EsqlHelperThis is a helper class to remove redundant code in Based on the orginal esql.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
HsqlIdentityAutoIncrementModuleAbstraction layer to encapsulate different DBMS behaviour for autoincrement columns.Classorg.apache.cocoon.components.modules.databaseApache Cocoon
JdbcEsqlQueryThis EsqlQuery only uses the standard JDBC API approaches.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
MysqlAutoIncrementModuleAbstraction layer to encapsulate different DBMS behaviour for autoincrement columns.Classorg.apache.cocoon.components.modules.databaseApache Cocoon
MysqlEsqlQueryClassorg.apache.cocoon.components.language.markup.xspApache Cocoon
OracleEsqlQueryClassorg.apache.cocoon.components.language.markup.xspApache Cocoon
PervasiveEsqlQueryDatabase specific EsqlQueryVersion:CVS $Id: PervasiveEsqlQuery.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
PgsqlAutoIncrementModuleAbstraction layer to encapsulate different DBMS behaviour for autoincrement columns.Classorg.apache.cocoon.components.modules.databaseApache Cocoon
PostgresEsqlQueryClassorg.apache.cocoon.components.language.markup.xspApache Cocoon
PostgresOldEsqlQueryClassorg.apache.cocoon.components.language.markup.xspApache Cocoon
SQLServerIdentityAutoIncrementModuleEncapsulate MS SQLServer behaviour for autoincrement columns.Classorg.apache.cocoon.components.modules.databaseApache Cocoon
SQLTransformerThe SQLTransformer can be plugged into a pipeline to transform SAX events into updated or queries and responses to/from a SQL interface.Classorg.apache.cocoon.transformationApache Cocoon
SybaseEsqlQueryDatabase specific EsqlQueryVersion:CVS $Id: SybaseEsqlQuery.Classorg.apache.cocoon.components.language.markup.xspApache Cocoon
DtoHsqldbJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoHsqldbJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoHsqldbJdbcAdapterApache ActiveMQ
DtoMysqlJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoMysqlJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoMysqlJdbcAdapterApache ActiveMQ
DtoPostgresqlJdbcAdapterJava class for anonymous complex type.Classorg.apache.activemq.schema.coreApache ActiveMQ
DtoPostgresqlJdbcAdapter .StatementsJava class for anonymous complex type.Classorg.apache.activemq.schema.core.DtoPostgresqlJdbcAdapterApache ActiveMQ
HsqldbJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
MySqlJDBCAdapterClassorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
PostgresqlJDBCAdapter by the JDBCPersistenceAdapter.Classorg.apache.activemq.store.jdbc.adapterApache ActiveMQ
SQLConverterSQL Date and time related converters.Classorg.apache.camel.converterApache Camel
SqlExpressionClassorg.apache.camel.model.languageApache Camel
SqlEntityProcessor An EntityProcessor instance which provides support for reading from databases.Classorg.apache.solr.handler.dataimportApache Solr Lucene
SqlEscapingEvaluator Escapes values in SQL queries.Classorg.apache.solr.handler.dataimportApache Solr Lucene
HsqldbConnectionClassorg.dbunit.ext.hsqldbSourceForge DBUnit
HsqldbDataTypeFactorySpecialized factory that recognizes HSQLDB data types.Classorg.dbunit.ext.hsqldbSourceForge DBUnit
MsSqlConnectionClassorg.dbunit.ext.mssqlSourceForge DBUnit
MsSqlDataTypeFactorySpecialized factory that recognizes MS SQL Server data types.Classorg.dbunit.ext.mssqlSourceForge DBUnit
MySqlConnectionClassorg.dbunit.ext.mysqlSourceForge DBUnit
MySqlDataTypeFactorySpecialized factory that recognizes MySql data types.Classorg.dbunit.ext.mysqlSourceForge DBUnit
MySqlMetadataHandlerSpecial metadata handler for MySQL.Classorg.dbunit.ext.mysqlSourceForge DBUnit
PostgresqlDataTypeFactorySpecialized factory that recognizes Postgresql data types.Classorg.dbunit.ext.postgresqlSourceForge DBUnit
SQLHelperHelper for SQL-related stuff.Classorg.dbunit.utilSourceForge DBUnit
SqlLoaderControlDataSetThis class constructs an IDataSet given a directory containing control files.Classorg.dbunit.dataset.sqlloaderSourceForge DBUnit
SqlLoaderControlParserInterface of Parser which parses Oracle SQLLoader files.Interfaceorg.dbunit.dataset.sqlloaderSourceForge DBUnit
SqlLoaderControlParserExceptionClassorg.dbunit.dataset.sqlloaderSourceForge DBUnit
SqlLoaderControlParserImplParser which parses Oracle SQLLoader files.Classorg.dbunit.dataset.sqlloaderSourceForge DBUnit
SqlLoaderControlProducerProducer that creates an IDataSet using SQLLoader style '.Classorg.dbunit.dataset.sqlloaderSourceForge DBUnit
EncoderSqlClasscom.uwyn.rife.templateRife
SqlArraysClasscom.uwyn.rife.database.typesRife
SqlConversionInterfacecom.uwyn.rife.database.typesRife
SqlNullMethods inherited from class java.Classcom.uwyn.rife.database.typesRife
UnsupportedSqlFeatureExceptionClasscom.uwyn.rife.database.exceptionsRife
DBDatabaseDriverHSqlThis class provides support for the HSQLDB database system.Classorg.apache.empire.db.hsqlApache Empire DB
DBDatabaseDriverHSql .DBCommandHSqlDefines the HSQLDB command type.Classorg.apache.empire.db.hsql.DBDatabaseDriverHSqlApache Empire DB
DBDatabaseDriverMSSQLThis class provides support for the Microsoft SQL-Server database system.Classorg.apache.empire.db.sqlserverApache Empire DB
DBDatabaseDriverMSSQL .DBCommandMSSQLDefines the Microsoft SQL-Server command type.Classorg.apache.empire.db.sqlserver.DBDatabaseDriverMSSQLApache Empire DB
DBDatabaseDriverMySQLThis class provides support for the MySQL database system.Classorg.apache.empire.db.mysqlApache Empire DB
DBDatabaseDriverMySQL .DBCommandMySQLDefines the MySQL command type.Classorg.apache.empire.db.mysql.DBDatabaseDriverMySQLApache Empire DB
DBDatabaseDriverPostgreSQLThis class provides support for the PostgreSQL database system.Classorg.apache.empire.db.postgresqlApache Empire DB
DBDatabaseDriverPostgreSQL .DBCommandPostreSQLDefines the PostgreSQL command type.Classorg.apache.empire.db.postgresql.DBDatabaseDriverPostgreSQLApache Empire DB
DBDatabaseDriverSQLiteThis class provides support for the SQLite database system.Classorg.apache.empire.db.sqliteApache Empire DB
DBDatabaseDriverSQLite .DBCommandSQLiteDefines the SQLite command type.Classorg.apache.empire.db.sqlite.DBDatabaseDriverSQLiteApache Empire DB
DBSQLScript This class is a collection of sql command strings.Classorg.apache.empire.dbApache Empire DB
DBSQLScript .SQLStmtClassorg.apache.empire.db.DBSQLScriptApache Empire DB
EmpireSQLExceptionClassorg.apache.empire.db.exceptionsApache Empire DB
HSqlDDLGeneratorClassorg.apache.empire.db.hsqlApache Empire DB
MSSqlDDLGeneratorClassorg.apache.empire.db.sqlserverApache Empire DB
MySQLDDLGeneratorClassorg.apache.empire.db.mysqlApache Empire DB
SQLiteDDLGeneratorClassorg.apache.empire.db.sqliteApache Empire DB
AbstractSQLExceptionConversionDelegateClassorg.hibernate.exception.spiHibernate ORM
BasicSQLExceptionConverterA helper to centralize conversion of SQLExceptions to JDBCExceptions.Classorg.hibernate.dialect.resolverHibernate ORM
CacheSQLExceptionConversionDelegateClassorg.hibernate.exception.internalHibernate ORM
ExtractedDatabaseMetaData .SQLStateTypeClassorg.hibernate.engine.jdbc.spi.ExtractedDatabaseMetaDataHibernate ORM
HqlSqlBaseWalkerHibernate Query Language to SQL Tree Transform.Classorg.hibernate.hql.internal.antlrHibernate ORM
HqlSqlTokenTypesInterfaceorg.hibernate.hql.internal.antlrHibernate ORM
HqlSqlWalker Isolates the Hibernate API-specific code from the ANTLR generated code.Classorg.hibernate.hql.internal.astHibernate ORM
HqlSqlWalkerNodeA semantic analysis node, that points back to the main analyzer.Classorg.hibernate.hql.internal.ast.treeHibernate ORM
HSQLCaseFragmentThe HSQL CASEWHEN function.Classorg.hibernate.sqlHibernate ORM
HSQLDialectAn SQL dialect compatible with HSQLDB (HyperSQL).Classorg.hibernate.dialectHibernate ORM
HSQLDialect .ReadUncommittedLockingStrategyConstructor SummaryHSQLDialect.Classorg.hibernate.dialect.HSQLDialectHibernate ORM
ImportSqlCommandExtractorContract for extracting statements from import.Interfaceorg.hibernate.tool.hbm2ddlHibernate ORM
ImportSqlCommandExtractorInitiatorInstantiates and configures an appropriate ImportSqlCommandExtractor.Classorg.hibernate.tool.hbm2ddlHibernate ORM
JaxbSqlDeleteAllElementJava class for sql-delete-all-element complex type.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
JaxbSqlDeleteElementJava class for sql-delete-element complex type.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
JaxbSqlInsertElementJava class for sql-insert-element complex type.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
JaxbSqlQueryElementJava class for sql-query-element complex type.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
JaxbSqlResultSetMappingClassorg.hibernate.internal.jaxb.mapping.ormHibernate ORM
JaxbSqlUpdateElementJava class for sql-update-element complex type.Classorg.hibernate.internal.jaxb.mapping.hbmHibernate ORM
MimerSQLDialectAn Hibernate 3 SQL dialect for Mimer SQL.Classorg.hibernate.dialectHibernate ORM
MultipleLinesSqlCommandExtractorClass responsible for extracting SQL statements from import script.Classorg.hibernate.tool.hbm2ddlHibernate ORM
MySQL5DialectAn SQL dialect for MySQL 5.Classorg.hibernate.dialectHibernate ORM
MySQL5InnoDBDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
MySQLDialectAn SQL dialect for MySQL (prior to 5.Classorg.hibernate.dialectHibernate ORM
MySQLInnoDBDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
MySQLMyISAMDialectFields inherited from class org.Classorg.hibernate.dialectHibernate ORM
NamedSQLQueryDefinitionDefinition of a named native SQL query, defined in the mapping metadata.Classorg.hibernate.engine.spiHibernate ORM
NamedSQLQuerySecondPassSee Also:Serialized FormConstructor SummaryNamedSQLQuerySecondPass(org.Classorg.hibernate.cfgHibernate ORM
NativeSQLQueryCollectionReturnRepresents a return defined as part of a native sql query which names a collection role in the form {classname}.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryJoinReturnRepresents a return defined as part of a native sql query which names a fetched role.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryNonScalarReturnRepresents the base information for a non-scalar return defined as part of a native sql query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryPlanDefines a query execution plan for a native-SQL query.Classorg.hibernate.engine.query.spiHibernate ORM
NativeSQLQueryReturnDescribes a return in a native SQL query.Interfaceorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryRootReturnRepresents a return defined as part of a native sql query which names a root entity.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQueryScalarReturnDescribes a scalar return in a native SQL query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NativeSQLQuerySpecificationDefines the specification or blue-print for a native-sql query.Classorg.hibernate.engine.query.spi.sqlHibernate ORM
NoArgSQLFunctionClassorg.hibernate.dialect.functionHibernate ORM
NonUniqueDiscoveredSqlAliasExceptionClassorg.hibernate.loader.customHibernate ORM
PostgreSQL81DialectAn SQL dialect for Postgres For discussion of BLOB support in Postgres, as of 8.Classorg.hibernate.dialectHibernate ORM
PostgreSQL82DialectAn SQL dialect for Postgres 8.Classorg.hibernate.dialectHibernate ORM
PostgreSQLDialectAn SQL dialect for Postgres For discussion of BLOB support in Postgres, as of 8.Classorg.hibernate.dialectHibernate ORM
PostgresUUIDType .PostgresUUIDSqlTypeDescriptorClassorg.hibernate.type.PostgresUUIDTypeHibernate ORM
SingleLineSqlCommandExtractorClass responsible for extracting SQL statements from import script.Classorg.hibernate.tool.hbm2ddlHibernate ORM
SqlASTFactoryCustom AST factory the intermediate tree that causes ANTLR to create specialized AST nodes, given the AST node type (from HqlSqlTokenTypes).Classorg.hibernate.hql.internal.astHibernate ORM
SQLCriterionA SQL fragment.Classorg.hibernate.criterionHibernate ORM
SQLCustomQuery This support is built on top of the notion of custom queries.Classorg.hibernate.loader.custom.sqlHibernate ORM
SQLDeleteSqlDelete Annotation for overwriting Hibernate default DELETE methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLDeleteAllSqlDelete Annotation for overwriting Hibernate default DELETE ALL methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLExceptionConversionDelegateAllow a SQLExceptionConverter to work by chaining together multiple such delegates.Interfaceorg.hibernate.exception.spiHibernate ORM
SQLExceptionConverterDefines a contract for implementations that know how to convert a SQLException into Hibernate's JDBCException hierarchy.Interfaceorg.hibernate.exception.spiHibernate ORM
SQLExceptionConverterFactoryA factory for building SQLExceptionConverter instances.Classorg.hibernate.exception.spiHibernate ORM
SqlExceptionHelperHelper for handling SQLExceptions in various manners.Classorg.hibernate.engine.jdbc.spiHibernate ORM
SqlExceptionHelper .StandardWarningHandlerConstructor SummarySqlExceptionHelper.Classorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SqlExceptionHelper .WarningHandlerInterfaceorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SqlExceptionHelper .WarningHandlerLoggingSupportBasic support for SqlExceptionHelper.Classorg.hibernate.engine.jdbc.spi.SqlExceptionHelperHibernate ORM
SQLExceptionTypeDelegateSQLExceptionConverter implementation that does conversion based on the JDBC 4 defined SQLException sub-type hierarchy.Classorg.hibernate.exception.internalHibernate ORM
SqlFragmentRepresents an SQL fragment in the AST.Classorg.hibernate.hql.internal.ast.treeHibernate ORM
SqlFragmentAliasDescribe aliases for filtersRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLFunctionProvides support routines for the HQL functions as used in the various SQL DialectsInterfaceorg.hibernate.dialect.functionHibernate ORM
SQLFunctionRegistryClassorg.hibernate.dialect.functionHibernate ORM
SQLFunctionTemplateRepresents HQL functions that can have different representations in different SQL dialects.Classorg.hibernate.dialect.functionHibernate ORM
SqlGeneratorGenerates SQL by overriding callback methods in the base class, which does the actual SQL AST walking.Classorg.hibernate.hql.internal.astHibernate ORM
SqlGeneratorBaseSQL Generator Tree Parser, providing SQL rendering of SQL ASTs produced by the previous phase, HqlSqlWalker.Classorg.hibernate.hql.internal.antlrHibernate ORM
SQLGrammarException server was invalid (syntax error, invalid object references, etc).Classorg.hibernate.exceptionHibernate ORM
SQLInsertSqlInsert Annotation for overwriting Hibernate default INSERT INTO methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SQLLoadableA class persister that supports queries expressed in the platform native SQL dialectInterfaceorg.hibernate.persister.entityHibernate ORM
SQLLoadableCollectionInterfaceorg.hibernate.persister.collectionHibernate ORM
SqlNodeA base AST node for the intermediate tree.Classorg.hibernate.hql.internal.ast.treeHibernate ORM
SQLProjectionA SQL fragment.Classorg.hibernate.criterionHibernate ORM
SQLQueryRepresents a native sql query and allows the user to define certain aspects about its execution, such as:result-set value mapping (see below) Tables used via addSynchronizedQuerySpace(java.Interfaceorg.hibernateHibernate ORM
SQLQuery .FetchReturnInterfaceorg.hibernate.SQLQueryHibernate ORM
SQLQuery .ReturnPropertyAllows access to further control how properties within a root or join fetch are mapped back from the result set.Interfaceorg.hibernate.SQLQueryHibernate ORM
SQLQuery .RootReturnInterfaceorg.hibernate.SQLQueryHibernate ORM
SQLQueryImplNested Class SummaryNested classes/interfaces inherited from interface org.Classorg.hibernate.internalHibernate ORM
SQLQueryParserClassorg.hibernate.loader.custom.sqlHibernate ORM
SQLQueryParser .ParameterSubstitutionRecognizerConstructor SummarySQLQueryParser.Classorg.hibernate.loader.custom.sql.SQLQueryParserHibernate ORM
SQLQueryResultMappingBuilderAllows programmatic access from SQLQuery to define how to map SQL results back to in-memory objects, both entities as well as scalars.Interfaceorg.hibernateHibernate ORM
SQLQueryResultMappingBuilder .ReturnsHolderInterfaceorg.hibernate.SQLQueryResultMappingBuilderHibernate ORM
SQLQueryResultMappingBuilder .ScalarReturnConstructor SummarySQLQueryResultMappingBuilder.Classorg.hibernate.SQLQueryResultMappingBuilderHibernate ORM
SQLQueryReturnProcessorResponsible for processing the series of returns defined by a NativeSQLQuerySpecification andClassorg.hibernate.loader.custom.sqlHibernate ORM
SQLServer2005DialectA dialect for Microsoft SQL 2005.Classorg.hibernate.dialectHibernate ORM
SQLServer2005LimitHandlerLIMIT clause handler compatible with SQL Server 2005 and later.Classorg.hibernate.dialect.paginationHibernate ORM
SQLServer2008DialectA dialect for Microsoft SQL Server 2008 with JDBC Driver 3.Classorg.hibernate.dialectHibernate ORM
SQLServerDialectA dialect for Microsoft SQL Server 2000Fields inherited from class org.Classorg.hibernate.dialectHibernate ORM
SQLStateConversionDelegateA SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.Classorg.hibernate.exception.internalHibernate ORM
SQLStateConverterClassorg.hibernate.exception.internalHibernate ORM
SqlStatementLexerClassorg.hibernate.hql.internal.antlrHibernate ORM
SqlStatementLoggerCentralize logging for SQL statements.Classorg.hibernate.engine.jdbc.spiHibernate ORM
SqlStatementParserLexer and parser used to extract single statements from import SQL script.Classorg.hibernate.hql.internal.antlrHibernate ORM
SqlStatementParserTokenTypesInterfaceorg.hibernate.hql.internal.antlrHibernate ORM
SqlTokenTypesInterfaceorg.hibernate.hql.internal.antlrHibernate ORM
SqlTypeDescriptorDescriptor for the SQL/JDBC side of a value mapping.Interfaceorg.hibernate.type.descriptor.sqlHibernate ORM
SQLUpdateSqlUpdate Annotation for overwriting Hibernate default UPDATE methodRequired Element SummaryClassorg.hibernate.annotationsHibernate ORM
SqlValueReferenceUnifying interface between column and formula references mainly to give more strictly typed result to ColumnMapper.Interfaceorg.hibernate.sql.ordering.antlrHibernate ORM
StandardAnsiSqlAggregationFunctionsClassorg.hibernate.dialect.functionHibernate ORM
StandardAnsiSqlAggregationFunctions .AvgFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .CountFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MaxFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .MinFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardAnsiSqlAggregationFunctions .SumFunctionClassorg.hibernate.dialect.function.StandardAnsiSqlAggregationFunctionsHibernate ORM
StandardSQLExceptionConverterSee Also:Serialized FormConstructor SummaryStandardSQLExceptionConverter()Classorg.hibernate.exception.internalHibernate ORM
StandardSQLFunctionProvides a standard implementation that supports the majority of the HQL functions that are translated to SQL.Classorg.hibernate.dialect.functionHibernate ORM
VarArgsSQLFunctionSupport for slightly more general templating than StandardSQLFunction, with an unlimited number of arguments.Classorg.hibernate.dialect.functionHibernate ORM
BoundSqlClassorg.apache.ibatis.mappingIBatis
ChooseSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
DefaultSqlSessionClassorg.apache.ibatis.session.defaultsIBatis
DefaultSqlSession .StrictMapClassorg.apache.ibatis.session.defaults.DefaultSqlSessionIBatis
DefaultSqlSessionFactoryClassorg.apache.ibatis.session.defaultsIBatis
DynamicSqlSourceClassorg.apache.ibatis.builder.xml.dynamicIBatis
ForEachSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
IfSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
MixedSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
ProviderSqlSourceClassorg.apache.ibatis.builder.annotationIBatis
RuntimeSqlExceptionSee Also:Serialized FormConstructor SummaryRuntimeSqlException()Classorg.apache.ibatis.jdbcIBatis
SetSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
SqlBuilderClassorg.apache.ibatis.jdbcIBatis
SqlCommandTypeenum SqlCommandTypeextends EnumEnum Constant SummaryDELETEClassorg.apache.ibatis.mappingIBatis
SqlDateTypeHandlerFields inherited from class org.Classorg.apache.ibatis.typeIBatis
SqlMapperExceptionSee Also:Serialized FormConstructor SummarySqlMapperException()Classorg.apache.ibatis.mappingIBatis
SqlRunnerClassorg.apache.ibatis.jdbcIBatis
SqlSessionThe primary Java interface for working with MyBatis.Interfaceorg.apache.ibatis.sessionIBatis
SqlSessionExceptionSee Also:Serialized FormConstructor SummarySqlSessionException()Classorg.apache.ibatis.sessionIBatis
SqlSessionFactoryInterfaceorg.apache.ibatis.sessionIBatis
SqlSessionFactoryBuilderClassorg.apache.ibatis.sessionIBatis
SqlSessionManagerClassorg.apache.ibatis.sessionIBatis
SqlSourceBuilderFields inherited from class org.Classorg.apache.ibatis.builderIBatis
SqlTimestampTypeHandlerFields inherited from class org.Classorg.apache.ibatis.typeIBatis
SqlTimeTypeHandlerFields inherited from class org.Classorg.apache.ibatis.typeIBatis
StaticSqlSourceClassorg.apache.ibatis.builderIBatis
TextSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
TrimSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
WhereSqlNodeClassorg.apache.ibatis.builder.xml.dynamicIBatis
SqlQueryAPI for a SQL query.Interfacemigration.ccc6.handlersContent Control
AbstractSqlTypeAbstract base class for SQL implementations of RelDataType.Classorg.apache.calcite.sql.typeCalcite
ArraySqlTypeClassorg.apache.calcite.sql.typeCalcite
AvaticaSqlExceptionA client-facing SQLException which encapsulates errors from the remote Avatica server.Classorg.apache.calcite.avaticaCalcite
BasicSqlTypeBasicSqlType represents a standard atomic SQL type (excluding intervalSee Also:Serialized FormClassorg.apache.calcite.sql.typeCalcite
ChainedSqlOperatorTableChainedSqlOperatorTable implements the SqlOperatorTable interface by chaining together any number of underlying operator table instances.Classorg.apache.calcite.sql.utilCalcite
DelegatingSqlValidatorCatalogReader SqlValidatorCatalogReader that passes all calls to a parent catalog reader.Classorg.apache.calcite.sql.validateCalcite
DelegatingSqlValidatorTable delegating to a parent table.Classorg.apache.calcite.sql.validateCalcite
ExtraSqlTypesHolds constants associated with SQL types introduced after the earliest version of Java supported by Farrago (this currently means anythingInterfaceorg.apache.calcite.sql.typeCalcite
IntervalSqlTypeIntervalSqlType represents a standard SQL datetime interval type.Classorg.apache.calcite.sql.typeCalcite
JavaToSqlTypeConversionRulesJavaToSqlTypeConversionRules defines mappings from common Java types to corresponding SQL types.Classorg.apache.calcite.sql.typeCalcite
ListSqlOperatorTableClassorg.apache.calcite.sql.utilCalcite
MapSqlTypeClassorg.apache.calcite.sql.typeCalcite
MultisetSqlTypeMultisetSqlType represents a standard SQL2003 multiset type.Classorg.apache.calcite.sql.typeCalcite
ObjectSqlTypeObjectSqlType represents an SQL structured user-defined type.Classorg.apache.calcite.sql.typeCalcite
ReflectiveSqlOperatorTableReflectiveSqlOperatorTable implements the SqlOperatorTable interface by reflecting the public fields of a subclass.Classorg.apache.calcite.sql.utilCalcite
RelToSqlConverterUtility to convert relational expressions to SQL abstract syntax tree.Classorg.apache.calcite.rel.rel2sqlCalcite
RexSqlConvertletConverts a RexNode expression into a SqlNode expression.Interfaceorg.apache.calcite.rexCalcite
RexSqlConvertletTableCollection of RexSqlConvertlets.Interfaceorg.apache.calcite.rexCalcite
RexSqlReflectiveConvertletTableClassorg.apache.calcite.rexCalcite
RexSqlStandardConvertletTableStandard implementation of RexSqlConvertletTable.Classorg.apache.calcite.rexCalcite
RexToSqlNodeConverterConverts expressions from RexNode to SqlNode.Interfaceorg.apache.calcite.rexCalcite
RexToSqlNodeConverterImplStandard implementation of RexToSqlNodeConverter.Classorg.apache.calcite.rexCalcite
SqlAbstractGroupFunctionClassorg.apache.calcite.sql.funCalcite
SqlAbstractParserImplAbstract base for parsers generated from CommonParser.Classorg.apache.calcite.sql.parserCalcite
SqlAbstractParserImpl .ExprContextType-safe enum for context of acceptable expressions.Classorg.apache.calcite.sql.parser.SqlAbstractParserImplCalcite
SqlAbstractParserImpl .MetadataMetadata about the parser.Interfaceorg.apache.calcite.sql.parser.SqlAbstractParserImplCalcite
SqlAbstractParserImpl .MetadataImplDefault implementation of the SqlAbstractParserImpl.Classorg.apache.calcite.sql.parser.SqlAbstractParserImplCalcite
SqlAbstractTimeFunctionBase class for time functions such as LOCALTIME, LOCALTIME(n).Classorg.apache.calcite.sql.funCalcite
SqlAccessEnumEnumeration representing different access typesEnum Constant SummaryClassorg.apache.calcite.sqlCalcite
SqlAccessTypeClassorg.apache.calcite.sqlCalcite
SqlAdvisorAn assistant which offers hints and corrections to a partially-formed SQL statement.Classorg.apache.calcite.sql.adviseCalcite
SqlAdvisorGetHintsFunctionTable function that returns completion hints for a given SQL statement.Classorg.apache.calcite.sql.adviseCalcite
SqlAdvisorHintThis class is used to return values for (String, int, String[]).Classorg.apache.calcite.sql.adviseCalcite
SqlAdvisorValidatorSqlAdvisorValidator is used by SqlAdvisor to traverse the parse tree of a SQL statement, not for validation purpose but for settingClassorg.apache.calcite.sql.adviseCalcite
SqlAggFunctionAbstract base class for the definition of an aggregate function: an operator which aggregates sets of values into a result.Classorg.apache.calcite.sqlCalcite
SqlArrayQueryConstructorClassorg.apache.calcite.sql.funCalcite
SqlArrayValueConstructorClassorg.apache.calcite.sql.funCalcite
SqlAsOperatorThe AS operator associates an expression with an alias.Classorg.apache.calcite.sqlCalcite
SqlAvgAggFunctionAvg is an aggregator which returns the average of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlAvgAggFunction .SubtypeSub-type of aggregate function.Classorg.apache.calcite.sql.fun.SqlAvgAggFunctionCalcite
SqlBasicCallClassorg.apache.calcite.sqlCalcite
SqlBasicVisitorBasic implementation of SqlVisitor which does nothing at each node.Classorg.apache.calcite.sql.utilCalcite
SqlBasicVisitor .ArgHandlerReturns the result of visiting all children of a call to an operator, then the call itself.Interfaceorg.apache.calcite.sql.util.SqlBasicVisitorCalcite
SqlBasicVisitor .ArgHandlerImplDefault implementation of SqlBasicVisitor.Classorg.apache.calcite.sql.util.SqlBasicVisitorCalcite
SqlBetweenOperatorDefines the BETWEEN operator.Classorg.apache.calcite.sql.funCalcite
SqlBetweenOperator .FlagDefines the SYMMETRIC and ASYMMETRIC keywords.Classorg.apache.calcite.sql.fun.SqlBetweenOperatorCalcite
SqlBinaryOperatorSqlBinaryOperator is a binary operator.Classorg.apache.calcite.sqlCalcite
SqlBinaryStringLiteralA binary (or hexadecimal) string literal.Classorg.apache.calcite.sqlCalcite
SqlBuilderExtension to StringBuilder for the purposes of creating SQL queries Using this class helps to prevent SQL injection attacks, incorrectlyClassorg.apache.calcite.sql.utilCalcite
SqlCallA SqlCall is a call to an operator.Classorg.apache.calcite.sqlCalcite
SqlCallBindingSqlCallBinding implements SqlOperatorBinding by analyzing to the operands of a SqlCall with a SqlValidator.Classorg.apache.calcite.sqlCalcite
SqlCaseA SqlCase is a node of a parse tree which represents a case statement.Classorg.apache.calcite.sql.funCalcite
SqlCaseOperatorAn operator describing a CASE, NULLIF or COALESCE expression.Classorg.apache.calcite.sql.funCalcite
SqlCastFunctionSqlCastFunction.Classorg.apache.calcite.sql.funCalcite
SqlCharStringLiteralA character string literal.Classorg.apache.calcite.sqlCalcite
SqlCoalesceFunctionThe COALESCE function.Classorg.apache.calcite.sql.funCalcite
SqlCollationA SqlCollation is an object representing a Collate statement.Classorg.apache.calcite.sqlCalcite
SqlCollation .CoercibilityA consisting of a column reference has the coercibility characteristic Implicit, with collatingClassorg.apache.calcite.sql.SqlCollationCalcite
SqlCollectionTableOperatorSqlCollectionTableOperator is the table function derived table operator.Classorg.apache.calcite.sql.funCalcite
SqlColumnListConstructorSqlColumnListConstructor defines the non-standard constructor used to pass a COLUMN_LIST parameter to a UDX.Classorg.apache.calcite.sql.funCalcite
SqlConformanceEnumeration of valid SQL compatiblity modes.Classorg.apache.calcite.sql.validateCalcite
SqlConvertFunctionClassorg.apache.calcite.sql.funCalcite
SqlCountAggFunctionDefinition of the SQL COUNT aggregation function.Classorg.apache.calcite.sql.funCalcite
SqlCovarAggFunctionCovar is an aggregator which returns the Covariance of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlCovarAggFunction .SubtypeReturns the enum constant of thClassorg.apache.calcite.sql.fun.SqlCovarAggFunctionCalcite
SqlCurrentDateFunctionThe CURRENT_DATE function.Classorg.apache.calcite.sql.funCalcite
SqlCursorConstructorClassorg.apache.calcite.sql.funCalcite
SqlDataTypeSpecRepresents a SQL data type specification in a parse tree.Classorg.apache.calcite.sqlCalcite
SqlDateLiteralA SQL literal representing a DATE value, such as DATE Create values using SqlLiteral.Classorg.apache.calcite.sqlCalcite
SqlDatetimeSubtractionOperatorA special operator for the subtraction of two DATETIMEs.Classorg.apache.calcite.sql.funCalcite
SqlDeleteClassorg.apache.calcite.sqlCalcite
SqlDialectSqlDialect encapsulates the differences between dialects of SQL.Classorg.apache.calcite.sqlCalcite
SqlDialect .DatabaseProductRough list of flavors of database.Classorg.apache.calcite.sql.SqlDialectCalcite
SqlDialect .FakeUtilA few utility functions copied from org.Classorg.apache.calcite.sql.SqlDialectCalcite
SqlDynamicParamA SqlDynamicParam represents a dynamic parameter marker in an SQL statement.Classorg.apache.calcite.sqlCalcite
SqlExplainA SqlExplain is a node of a parse tree which represents an EXPLAIN PLAN statement.Classorg.apache.calcite.sqlCalcite
SqlExplain .DepthThe level of abstraction with which to display the plan.Classorg.apache.calcite.sql.SqlExplainCalcite
SqlExplainLevelenum SqlExplainLevelSqlExplainLevel defines detail levels for EXPLAIN PLAN.Classorg.apache.calcite.sqlCalcite
SqlExtractFunctionThe SQL EXTRACT operator.Classorg.apache.calcite.sql.funCalcite
SqlFilterOperatorAn operator that applies a filter before rows are included in an aggregate Operands are as follows:Classorg.apache.calcite.sqlCalcite
SqlFirstLastValueAggFunctionFIRST_VALUE and LAST_VALUE aggregate functions return the first or the last value in a list of values that are input to theClassorg.apache.calcite.sql.funCalcite
SqlFloorFunctionDefinition of the FLOOR and CEIL built-in SQL functions.Classorg.apache.calcite.sql.funCalcite
SqlFormatOptionsData structure to hold options for SqlPrettyWriter.Classorg.apache.calcite.sql.prettyCalcite
SqlFunctionA SqlFunction is a type of operator which has conventional function-call syntax.Classorg.apache.calcite.sqlCalcite
SqlFunctionalOperatorClassorg.apache.calcite.sqlCalcite
SqlFunctionCategoryenum SqlFunctionCategoryEnumeration of the categories ofClassorg.apache.calcite.sqlCalcite
SqlFunctionsHelper methods to implement SQL functions in generated code.Classorg.apache.calcite.runtimeCalcite
SqlHistogramAggFunctionHISTOGRAM is the base operator that supports the Histogram MIN/MAX aggregate functions.Classorg.apache.calcite.sql.funCalcite
SqlIdentifierA SqlIdentifier is an identifier, possibly compound.Classorg.apache.calcite.sqlCalcite
SqlIdentifierMonikerAn implementation of SqlMoniker that encapsulates the normalized name information of a SqlIdentifier.Classorg.apache.calcite.sql.validateCalcite
SqlImplementorState for generating a SQL statement.Classorg.apache.calcite.rel.rel2sqlCalcite
SqlImplementor .ClauseClauses in a SQL query.Classorg.apache.calcite.rel.rel2sql.SqlImplementorCalcite
SqlInfixOperatorA generalization of a binary operator to involve several (two or more) arguments, and keywords between each pair of arguments.Classorg.apache.calcite.sqlCalcite
SqlInOperatorDefinition of the SQL IN operator, which tests for a value's membership in a subquery or a list of values.Classorg.apache.calcite.sql.funCalcite
SqlInsertClassorg.apache.calcite.sqlCalcite
SqlInsertKeywordenum SqlInsertKeywordDefines the keywords that can occur immediately after the INSERT keyword.Classorg.apache.calcite.sqlCalcite
SqlInternalOperatorGeneric operator for nodes with internal syntax.Classorg.apache.calcite.sqlCalcite
SqlIntervalLiteralA SQL literal representing a time interval.Classorg.apache.calcite.sqlCalcite
SqlIntervalLiteral .IntervalValueClassorg.apache.calcite.sql.SqlIntervalLiteralCalcite
SqlIntervalQualifierRepresents an INTERVAL qualifier.Classorg.apache.calcite.sqlCalcite
SqlJdbcFunctionCallA SqlJdbcFunctionCall is a node of a parse tree which represents a JDBC function call.Classorg.apache.calcite.sqlCalcite
SqlJoinParse tree node representing a JOIN clause.Classorg.apache.calcite.sqlCalcite
SqlJoin .SqlJoinOperatorSqlJoinOperator describes the syntax of the SQL JOIN operator.Classorg.apache.calcite.sql.SqlJoinCalcite
SqlKindEnumerates the possible types of SqlNode.Classorg.apache.calcite.sqlCalcite
SqlLeadLagAggFunctionLEAD and LAG aggregate functions return the value of given expression evaluated at given offset.Classorg.apache.calcite.sql.funCalcite
SqlLikeOperatorAn operator describing the LIKE and SIMILAR Syntax of the two operators:Classorg.apache.calcite.sql.funCalcite
SqlLiteralA SqlLiteral is a constant.Classorg.apache.calcite.sqlCalcite
SqlLiteral .SqlSymbolA value must implement this interface if it is to be embedded as a SqlLiteral of type SYMBOL.Interfaceorg.apache.calcite.sql.SqlLiteralCalcite
SqlLiteralChainOperatorInternal operator, by which the parser represents a continued string literal.Classorg.apache.calcite.sql.funCalcite
SqlMapQueryConstructorDefinition of the MAP query constructor, Like the MAP type, not standard SQL.Classorg.apache.calcite.sql.funCalcite
SqlMapValueConstructorDefinition of the MAP constructor, MAP [, , .Classorg.apache.calcite.sql.funCalcite
SqlMergeClassorg.apache.calcite.sqlCalcite
SqlMinMaxAggFunctionDefinition of the MIN and MAX aggregate functions, returning the returns the smallest/largest of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlModalityRelational or streaming.Classorg.apache.calcite.sql.validateCalcite
SqlMonikerInterfaceorg.apache.calcite.sql.validateCalcite
SqlMonikerImplA generic implementation of SqlMoniker.Classorg.apache.calcite.sql.validateCalcite
SqlMonikerTypeAn enumeration of moniker types.Classorg.apache.calcite.sql.validateCalcite
SqlMonotonicBinaryOperatorBase class for binary operators such as addition, subtraction, and multiplication which are monotonic for the patterns m op c andClassorg.apache.calcite.sql.funCalcite
SqlMonotonicityenum SqlMonotonicityEnumeration of types of monotonicity.Classorg.apache.calcite.sql.validateCalcite
SqlMonotonicUnaryFunctionClassorg.apache.calcite.sql.funCalcite
SqlMultisetMemberOfOperatorMultiset MEMBER OF.Classorg.apache.calcite.sql.funCalcite
SqlMultisetQueryConstructorDefinition of the SQL:2003 standard MULTISET query constructor, MULTISET ().Classorg.apache.calcite.sql.funCalcite
SqlMultisetSetOperatorAn operator which performs set operations on multisets, such as MULTISET Not to be confused with SqlMultisetValueConstructor orClassorg.apache.calcite.sql.funCalcite
SqlMultisetValueConstructorDefinition of the SQL:2003 standard MULTISET constructor, MULTISET Derived classes construct other kinds of collections.Classorg.apache.calcite.sql.funCalcite
SqlNewOperatorSqlNewOperator represents an SQL new specification such as NEW UDT(1, 2).Classorg.apache.calcite.sql.funCalcite
SqlNodeA SqlNode is a SQL parse tree.Classorg.apache.calcite.sqlCalcite
SqlNodeListA SqlNodeList is a list of SqlNodes.Classorg.apache.calcite.sqlCalcite
SqlNodeToRexConverterConverts expressions from SqlNode to RexNode.Interfaceorg.apache.calcite.sql2relCalcite
SqlNodeToRexConverterImplStandard implementation of SqlNodeToRexConverter.Classorg.apache.calcite.sql2relCalcite
SqlNtileAggFunctionNTILE aggregate function return the value of given expression evaluated at given offset.Classorg.apache.calcite.sql.funCalcite
SqlNullifFunctionThe NULLIF function.Classorg.apache.calcite.sql.funCalcite
SqlNullSemanticsenum SqlNullSemanticsSqlNullSemantics defines the possible comparison rules for values which mightClassorg.apache.calcite.sqlCalcite
SqlNumericLiteralA numeric SQL literal.Classorg.apache.calcite.sqlCalcite
SqlOperandCountRangeA class that describes how many operands an operator can take.Interfaceorg.apache.calcite.sqlCalcite
SqlOperandCountRangesHelpers for SqlOperandCountRange.Classorg.apache.calcite.sql.typeCalcite
SqlOperandTypeCheckerStrategy interface to check for allowed operand types of an operator call.Interfaceorg.apache.calcite.sql.typeCalcite
SqlOperandTypeChecker .ConsistencyStrategy used to make arguments consistent.Classorg.apache.calcite.sql.type.SqlOperandTypeCheckerCalcite
SqlOperandTypeInferenceStrategy to infer unknown types of the operands of an operator call.Interfaceorg.apache.calcite.sql.typeCalcite
SqlOperatorA SqlOperator is a type of node in a SQL parse tree (it is NOT a node in a SQL parse tree).Classorg.apache.calcite.sqlCalcite
SqlOperatorBindingSqlOperatorBinding represents the binding of an SqlOperator to actual operands, along with any additional informationClassorg.apache.calcite.sqlCalcite
SqlOperatorTableSqlOperatorTable defines a directory interface for enumerating and looking up SQL operators and functions.Interfaceorg.apache.calcite.sqlCalcite
SqlOrderByParse tree node that represents an ORDER BY on a query other than a SELECT (e.Classorg.apache.calcite.sqlCalcite
SqlOverlapsOperatorSqlOverlapsOperator represents the SQL:1999 standard OVERLAPS function.Classorg.apache.calcite.sql.funCalcite
SqlOverlayFunctionThe OVERLAY function.Classorg.apache.calcite.sql.funCalcite
SqlOverOperatorAn operator describing a window function specification.Classorg.apache.calcite.sqlCalcite
SqlParseExceptionSqlParseException defines a checked exception corresponding toSee Also:Serialized FormClassorg.apache.calcite.sql.parserCalcite
SqlParserA SqlParser parses a SQL statement.Classorg.apache.calcite.sql.parserCalcite
SqlParser .ConfigSee Also:SqlParser.Interfaceorg.apache.calcite.sql.parser.SqlParserCalcite
SqlParser .ConfigBuilderBuilder for a SqlParser.Classorg.apache.calcite.sql.parser.SqlParserCalcite
SqlParserImplFactory SqlAbstractParserImpl objects.Interfaceorg.apache.calcite.sql.parserCalcite
SqlParserPosSqlParserPos represents the position of a parsed token within SQL statementSee Also:Serialized FormClassorg.apache.calcite.sql.parserCalcite
SqlParserUtilUtility methods relating to parsing SQL.Classorg.apache.calcite.sql.parserCalcite
SqlParserUtil .ParsedCollationThe components of a collation definition, per the SQL standard.Classorg.apache.calcite.sql.parser.SqlParserUtilCalcite
SqlParserUtil .StringAndPosContains a string, the offset of a token within the string, and a parser position containing the beginning and end line number.Classorg.apache.calcite.sql.parser.SqlParserUtilCalcite
SqlParserUtil .ToTreeListItem by SqlSpecialOperator.Classorg.apache.calcite.sql.parser.SqlParserUtilCalcite
SqlPositionFunctionThe POSITION function.Classorg.apache.calcite.sql.funCalcite
SqlPostfixOperatorA postfix unary operator.Classorg.apache.calcite.sqlCalcite
SqlPrefixOperatorClassorg.apache.calcite.sqlCalcite
SqlPrettyWriterPretty printer for SQL statements.Classorg.apache.calcite.sql.prettyCalcite
SqlProcedureCallOperatorSqlProcedureCallOperator represents the CALL statement.Classorg.apache.calcite.sqlCalcite
SqlQualifiedFully-qualified identifier.Classorg.apache.calcite.sql.validateCalcite
SqlQuarterFunctionSqlQuarterFunction represents the SQL:1999 standard QUARTER function.Classorg.apache.calcite.sql.funCalcite
SqlRankFunctionOperator which aggregates sets of values into a result.Classorg.apache.calcite.sqlCalcite
SqlReturnTypeInferenceStrategy interface to infer the type of an operator call from the type of the This interface is an example of theInterfaceorg.apache.calcite.sql.typeCalcite
SqlReturnTypeInferenceChainStrategy to infer the type of an operator call from the type of the operands by using a series of SqlReturnTypeInference rules in a given order.Classorg.apache.calcite.sql.typeCalcite
SqlRexContextContains the context necessary for a SqlRexConvertlet to convert a SqlNode expression into a RexNode.Interfaceorg.apache.calcite.sql2relCalcite
SqlRexConvertletInterfaceorg.apache.calcite.sql2relCalcite
SqlRexConvertletTableCollection of SqlRexConvertlets.Interfaceorg.apache.calcite.sql2relCalcite
SqlRowOperatorSqlRowOperator represents the special ROW constructor.Classorg.apache.calcite.sql.funCalcite
SqlSampleSpecSpecification of a SQL sample.Classorg.apache.calcite.sqlCalcite
SqlSampleSpec .SqlSubstitutionSampleSpecSample specification that orders substitution.Classorg.apache.calcite.sql.SqlSampleSpecCalcite
SqlSampleSpec .SqlTableSampleSpecSample specification.Classorg.apache.calcite.sql.SqlSampleSpecCalcite
SqlScopedShuttleRefinement to SqlShuttle which maintains a stack of scopes.Classorg.apache.calcite.sql.validateCalcite
SqlSelectA SqlSelect is a node of a parse tree which represents a select statement.Classorg.apache.calcite.sqlCalcite
SqlSelectKeywordenum SqlSelectKeywordDefines the keywords which can occur immediately after the SELECT keyword.Classorg.apache.calcite.sqlCalcite
SqlSelectOperatorAn operator describing a query.Classorg.apache.calcite.sqlCalcite
SqlSequenceValueOperatorOperator that returns the current or next value of a sequence.Classorg.apache.calcite.sql.funCalcite
SqlSetOperatorSqlSetOperator represents a relational set theory operator (UNION, INTERSECT, MINUS).Classorg.apache.calcite.sqlCalcite
SqlSetOptionSQL parse tree node to represent SET and RESET statements, optionally preceded by ALTER SYSTEM or ALTER SESSION.Classorg.apache.calcite.sqlCalcite
SqlShuttleBasic implementation of SqlVisitor which returns each leaf node This class is useful as a base class for classes which implement theClassorg.apache.calcite.sql.utilCalcite
SqlSimpleParserA simple parser that takes an incomplete and turn it into a syntactically correct statement.Classorg.apache.calcite.sql.adviseCalcite
SqlSimpleParser .IdTokenClassorg.apache.calcite.sql.advise.SqlSimpleParserCalcite
SqlSimpleParser .TokenClassorg.apache.calcite.sql.advise.SqlSimpleParserCalcite
SqlSimpleParser .TokenizerClassorg.apache.calcite.sql.advise.SqlSimpleParserCalcite
SqlSingleOperandTypeCheckerSqlSingleOperandTypeChecker is an extension of SqlOperandTypeChecker for implementations which are capable of checking the type of a singleInterfaceorg.apache.calcite.sql.typeCalcite
SqlSingleValueAggFunctionSINGLE_VALUE aggregate function returns the input value if there is only one value in the input; Otherwise it triggers a run-time error.Classorg.apache.calcite.sql.funCalcite
SqlSpecialOperatorGeneric operator for nodes with special syntax.Classorg.apache.calcite.sqlCalcite
SqlSplittableAggFunctionAggregate function that can be split into partial aggregates.Interfaceorg.apache.calcite.sqlCalcite
SqlSplittableAggFunction .CountSplitterSplitting strategy for COUNT.Classorg.apache.calcite.sql.SqlSplittableAggFunctionCalcite
SqlSplittableAggFunction .RegistryCollection in which one can register an element.Interfaceorg.apache.calcite.sql.SqlSplittableAggFunctionCalcite
SqlSplittableAggFunction .SelfSplitterAggregate function that splits into two applications of itself.Classorg.apache.calcite.sql.SqlSplittableAggFunctionCalcite
SqlSplittableAggFunction .SumSplitterSplitting strategy for SUM.Classorg.apache.calcite.sql.SqlSplittableAggFunctionCalcite
SqlStateCodesContains Glossary.Classorg.apache.calcite.sqlCalcite
SqlStdOperatorTable the standard operators and functions.Classorg.apache.calcite.sql.funCalcite
SqlStringString that represents a kocher SQL statement, expression, or fragment.Classorg.apache.calcite.sql.utilCalcite
SqlStringContextVariableBase class for functions such as USER, CURRENT_ROLE, and CURRENT_PATH.Classorg.apache.calcite.sql.funCalcite
SqlSubstringFunctionDefinition of the SUBSTRING builtin SQL function.Classorg.apache.calcite.sql.funCalcite
SqlSumAggFunctionSum is an aggregator which returns the sum of the values which go into it.Classorg.apache.calcite.sql.funCalcite
SqlSumEmptyIsZeroAggFunctionSum0 is an aggregator which returns the sum of the values which go into it like Sum.Classorg.apache.calcite.sql.funCalcite
SqlSyntaxEnumeration of possible syntactic types of operators.Classorg.apache.calcite.sqlCalcite
SqlThrowOperatorAn internal operator that throws an exception.Classorg.apache.calcite.sql.funCalcite
SqlTimeLiteralA SQL literal representing a TIME value, for example TIME Create values using SqlLiteral.Classorg.apache.calcite.sqlCalcite
SqlTimeoutExceptionIndicates that an operation timed out.Classorg.apache.calcite.jdbcCalcite
SqlTimestampLiteralA SQL literal representing a TIMESTAMP value, for example TIMESTAMP '1969-07-21 03:15 GMT'.Classorg.apache.calcite.sqlCalcite
SqlToRelConverterConverts a SQL parse tree (consisting of SqlNode objects) into a relational algebraClassorg.apache.calcite.sql2relCalcite
SqlTrimFunctionDefinition of the TRIM builtin SQL function.Classorg.apache.calcite.sql.funCalcite
SqlTrimFunction .FlagDefines the enumerated values LEADING, TRAILING, BOTH.Classorg.apache.calcite.sql.fun.SqlTrimFunctionCalcite
SqlType The information in the following conversions tables (from the JDBC 4.Classorg.apache.calcite.avaticaCalcite
SqlType .MethodGetter methods in ResultSet.Classorg.apache.calcite.avatica.SqlTypeCalcite
SqlTypeAssignmentRulesClass to hold rules to determine if a type is assignable from another type.Classorg.apache.calcite.sql.typeCalcite
SqlTypeExplicitPrecedenceListSqlTypeExplicitPrecedenceList implements the RelDataTypePrecedenceList interface via an explicit list ofClassorg.apache.calcite.sql.typeCalcite
SqlTypeFactoryImplSqlTypeFactoryImpl provides a default implementation of RelDataTypeFactory which supports SQL types.Classorg.apache.calcite.sql.typeCalcite
SqlTypeFamilySqlTypeFamily provides SQL type categorization.Classorg.apache.calcite.sql.typeCalcite
SqlTypeNameEnumeration of the type names which can be used to construct a SQL type.Classorg.apache.calcite.sql.typeCalcite
SqlTypeName .LimitReturns the enum constant of this type with the specified name.Classorg.apache.calcite.sql.type.SqlTypeNameCalcite
SqlTypeTransformStrategy to transform one type to another.Interfaceorg.apache.calcite.sql.typeCalcite
SqlTypeTransformCascadeStrategy to infer the type of an operator call from the type of the operands by using one SqlReturnTypeInference rule and a combination ofClassorg.apache.calcite.sql.typeCalcite
SqlTypeTransformsSqlTypeTransforms defines a number of reusable instances of NOTE: avoid anonymous inner classes here except for unique,Classorg.apache.calcite.sql.typeCalcite
SqlTypeUtilContains utility methods used during SQL validation or type derivation.Classorg.apache.calcite.sql.typeCalcite
SqlUnnestOperatorThe UNNEST operator.Classorg.apache.calcite.sqlCalcite
SqlUnresolvedFunctionPlaceholder for an unresolved function.Classorg.apache.calcite.sqlCalcite
SqlUpdateClassorg.apache.calcite.sqlCalcite
SqlUserDefinedAggFunctionUser-defined aggregate function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedFunctionUser-defined scalar function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedTableFunctionUser-defined table function.Classorg.apache.calcite.sql.validateCalcite
SqlUserDefinedTableMacroUser-defined table macro.Classorg.apache.calcite.sql.validateCalcite
SqlUtilContains utility functions related to SQL parsing, all static.Classorg.apache.calcite.sqlCalcite
SqlUtil .DatabaseMetaDataInvocationHandlerHandles particular DatabaseMetaData methods; invocations of other methods will fall through to the base class,Classorg.apache.calcite.sql.SqlUtilCalcite
SqlValidatorValidates the parse tree of a SQL statement, and provides semantic information about the parse tree.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorCatalogReaderSupplies catalog information for SqlValidator.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorExceptionException thrown while validating a SQL statement.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorImplDefault implementation of SqlValidator.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorImpl .DmlNamespaceCommon base class for DML statement namespaces.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .FunctionParamInfoClassorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .IdInfoInformation about an identifier in a particular scope.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorImpl .StatusValidation is in progress for this scope.Classorg.apache.calcite.sql.validate.SqlValidatorImplCalcite
SqlValidatorNamespaceA namespace describes the relation returned by a section of a SQL query.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorScopeName-resolution scope.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorTableSupplies a SqlValidator with the metadata for a table.Interfaceorg.apache.calcite.sql.validateCalcite
SqlValidatorUtilUtility methods related to validation.Classorg.apache.calcite.sql.validateCalcite
SqlValidatorUtil .DeepCopierClassorg.apache.calcite.sql.validate.SqlValidatorUtilCalcite
SqlValidatorWithHints qualified names of sql objects, alternative valid sql objects that can be used in the SQL statement (dubbed as hints)Interfaceorg.apache.calcite.sql.validateCalcite
SqlValuesOperatorThe VALUES operator.Classorg.apache.calcite.sqlCalcite
SqlVisitorVisitor class, follows the The type parameter R is the return type of each Interfaceorg.apache.calcite.sql.utilCalcite
SqlWindowSQL window specification.Classorg.apache.calcite.sqlCalcite
SqlWithThe WITH clause of a query.Classorg.apache.calcite.sqlCalcite
SqlWithItemAn item in a WITH clause of a query.Classorg.apache.calcite.sqlCalcite
SqlWriterA SqlWriter is the target to construct a SQL statement from a parse tree.Interfaceorg.apache.calcite.sqlCalcite
SqlWriter .FrameA Frame is a piece of generated text which shares a common indentation Every frame has a beginning, a series of clauses and separators, andInterfaceorg.apache.calcite.sql.SqlWriterCalcite
SqlWriter .FrameTypeReturns the name of this frame type.Interfaceorg.apache.calcite.sql.SqlWriterCalcite
SqlWriter .FrameTypeEnumFROM clause (containing various kinds of JOIN).Classorg.apache.calcite.sql.SqlWriterCalcite
SqlWriter .SubqueryStyleStyle of formatting subqueries.Classorg.apache.calcite.sql.SqlWriterCalcite
MySQLSchemaHandlerClassorg.apache.flume.channel.jdbc.implFlume
ConnectionDeadSQLExceptionThis exception is generated when an application request to get a connection fails because the connection selected to be returnedClassweblogic.jdbc.extensionsOracle WebLogic
ConnectionUnavailableSQLExceptionThis exception is generated when an application request to get a connection fails because there are currently no connectionsClassweblogic.jdbc.extensionsOracle WebLogic
PoolDisabledSQLExceptionThis exception is generated when an application request to get a connection fails because the JDBC Connection Pool has beenClassweblogic.jdbc.extensionsOracle WebLogic
PoolLimitSQLExceptionThis exception is generated when an application request to get a connection fails due to an application configured threshold.Classweblogic.jdbc.extensionsOracle WebLogic
PoolPermissionsSQLExceptionThis exception is generated when an application request to get a connection fails a (security) authentication or authorizationClassweblogic.jdbc.extensionsOracle WebLogic
PoolUnavailableSQLExceptionThis exception is generated when an application request to get a connection fails because there are currently no connectionsClassweblogic.jdbc.extensionsOracle WebLogic
SQLComparatorSQLComparator is a default implementation of the Comparator interface.Classweblogic.jdbc.rowsetOracle WebLogic
SQLPredicateSQLPredicate is an out-of-box implementation of JDBC RowSet API (javax.Classweblogic.jdbc.rowsetOracle WebLogic
DateToSqlDateFilterConvert all java.Classorg.openxava.filtersOpen Xava
DateUtilSQLConverterIn java a java.Classorg.openxava.convertersOpen Xava
SQLTimeFormatterClassorg.openxava.formattersOpen Xava
SqlStatementThe SqlStatement is used to generate SQL Statements.Classorg.apache.oozie.util.dbApache Oozie
SqlStatement .ConditionClassorg.apache.oozie.util.db.SqlStatementApache Oozie
SqlStatement .DeleteClassorg.apache.oozie.util.db.SqlStatementApache Oozie
SqlStatement .InsertClassorg.apache.oozie.util.db.SqlStatementApache Oozie
SqlStatement .ResultSetReaderResultSetReader is used to parse the result set and gives methods for getting appropriate type of data given the column nameClassorg.apache.oozie.util.db.SqlStatementApache Oozie
SqlStatement .SelectSelect Statement generator.Classorg.apache.oozie.util.db.SqlStatementApache Oozie
SqlStatement .UpdateClassorg.apache.oozie.util.db.SqlStatementApache Oozie
MySQLDataDrivenDBRecordReaderClassorg.apache.hadoop.mapreduce.lib.dbApache Hadoop
MySQLDBRecordReaderA RecordReader that reads records from a MySQL table.Classorg.apache.hadoop.mapreduce.lib.dbApache Hadoop
MsSqlServerDialectClassorg.apache.spark.sql.jdbcApache Spark
MySQLDialectClassorg.apache.spark.sql.jdbcApache Spark
SQLContextThe entry point for working with structured data (rows and columns) in Spark.Classorg.apache.spark.sqlApache Spark
SQLImplicitsA collection of implicit methods for converting common Scala objects into DataFrames.Classorg.apache.spark.sqlApache Spark
SQLTransformer Implements the transformations which are defined by SQL statement.Classorg.apache.spark.ml.featureApache Spark
SQLUserDefinedType A user-defined type which can be automatically recognized by a SQLContext and registered.Classorg.apache.spark.sql.typesApache Spark
HiveParser_IdentifiersParser .sql11ReservedKeywordsUsedAsCastFunctionName_returnClassorg.apache.hadoop.hive.ql.parse.HiveParser_IdentifiersParserApache Hive
HiveParser_IdentifiersParser .sql11ReservedKeywordsUsedAsIdentifier_returnClassorg.apache.hadoop.hive.ql.parse.HiveParser_IdentifiersParserApache Hive
HiveSchemaHelper .MSSQLCommandParserClassorg.apache.hive.beeline.HiveSchemaHelperApache Hive
HiveSchemaHelper .MySqlCommandParserClassorg.apache.hive.beeline.HiveSchemaHelperApache Hive
HiveSQLExceptionClassorg.apache.hive.service.cliApache Hive
SQLAuthorizationUtilsClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SqlFunctionConverterClassorg.apache.hadoop.hive.ql.optimizer.calcite.translatorApache Hive
SqlFunctionConverter .CalciteUDAFClassorg.apache.hadoop.hive.ql.optimizer.calcite.translator.SqlFunctionConverterApache Hive
SqlMathUtilThis code was based on code from Microsoft's PolyBase.Classorg.apache.hadoop.hive.common.typeApache Hive
SQLOperationClassorg.apache.hive.service.cli.operationApache Hive
SQLPrivilegeTypeenum SQLPrivilegeTypeEnum Constant SummaryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLPrivTypeGrantenum SQLPrivTypeGrantEnum Constant SummaryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdConfOnlyAuthorizerFactoryAuthorization class that can be used from hive cli, so that configuration in cli mode is set appropriately for SQL standards authorization.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAccessControllerClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAccessControllerWrapperWrapper for SQLStdHiveAccessController that does validation of arguments and then calls the real object.Classorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAuthorizationValidatorClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
SQLStdHiveAuthorizerFactoryClassorg.apache.hadoop.hive.ql.security.authorization.plugin.sqlstdApache Hive
DeclaredSQLQueryCommandClassorg.jboss.ejb.plugins.cmp.jdbc2JBoss Server
EJBQLToSQL92CompilerCompiles EJB-QL and JBossQL into SQL using OUTER and INNER joins.Classorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
JBossQLQueryCommandClassorg.jboss.ejb.plugins.cmp.jdbc2JBoss Server
JDBCDeclaredSQLQueryThis class generates a query based on the delcared-sql xml specification.Classorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
JDBCHsqldbCreateCommandCreate command for Hypersonic that generated keys using an IDENTITY column.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCJBossQLQueryThis class generates a query from JBoss-QL.Classorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
JDBCJBossQLQueryMetaDataImmutable class which contains information about an JBossQL query.Classorg.jboss.ejb.plugins.cmp.jdbc.metadataJBoss Server
JDBCMySQLCreateCommandCreate command for MySQL that uses the driver's getGeneratedKeys method to retrieve AUTO_INCREMENT values.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCPkSqlCreateCommandCreate command that uses an SQL statement to generate the primary key.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCPostgreSQLCreateCommandCreate command for PostgreSQL that fetches the currval of the sequence associated with a SERIAL column in this table.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
JDBCRawSqlQueryMetaDataImutable class which holds information about a raw sql query.Classorg.jboss.ejb.plugins.cmp.jdbc.metadataJBoss Server
JDBCSQLServerCreateCommandCreate command for Microsoft SQL Server that uses the value from an IDENTITY columns.Classorg.jboss.ejb.plugins.cmp.jdbc.keygenJBoss Server
PkSqlCreateCommandClassorg.jboss.ejb.plugins.cmp.jdbc2JBoss Server
SQLExceptionProcessorDefault SQLExceptionProcessor.Classorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
SQLExceptionProcessorMBeanInterfaceorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
SQLUtilSQLUtil helps with building sql statements.Classorg.jboss.ejb.plugins.cmp.jdbcJBoss Server
SQLUtil .OldColumnsClassorg.jboss.ejb.plugins.cmp.jdbc.SQLUtilJBoss Server
SQLUtil .OldIndexesClassorg.jboss.ejb.plugins.cmp.jdbc.SQLUtilJBoss Server
NoSqlSessionClassorg.eclipse.jetty.nosqlJetty
NoSqlSessionManagerClassorg.eclipse.jetty.nosqlJetty
RunSQLHelperClassorg.apache.geronimo.console.internaldbApache Geronimo
RunSQLPortletFields inherited from class org.Classorg.apache.geronimo.console.internaldbApache Geronimo
SQLLoginModuleA login module that loads security information from a SQL database.Classorg.apache.geronimo.security.realm.providersApache Geronimo
SqlPathClasscom.dslplatform.compiler.client.parametersDSL Platform
SqlA facade over Java's normal JDBC APIs providing greatly simplified resource management and result set handling.Classgroovy.sqlGroovy
SqlGroovyMethodsThis class defines all the new SQL-related groovy methods which enhance the normal JDK SQL classes when inside the Groovy environment.Classorg.codehaus.groovy.runtimeGroovy
SqlOrderByVisitorClassgroovy.sqlGroovy
SqlWhereVisitorClassgroovy.sqlGroovy
SqlWithParamsClassgroovy.sqlGroovy
GoogleNGramsSQLBackedTo query Google Ngrams counts from SQL in a memory efficient manner.Classedu.stanford.nlp.utilStanford Parser
SQLConnectionCreated by sonalg on 10/8/14.Classedu.stanford.nlp.patternsStanford Parser
SqlSourceBuilderClassorg.apache.ibatis.builderMyBatis
SqlDateTypeHandlerClassorg.apache.ibatis.typeMyBatis
SqlTimestampTypeHandlerClassorg.apache.ibatis.typeMyBatis
SqlTimeTypeHandlerClassorg.apache.ibatis.typeMyBatis
BoundSqlClassorg.apache.ibatis.mappingMyBatis
ChooseSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
SqlNodeInterfaceorg.apache.ibatis.builder.xml.dynamicMyBatis
DefaultSqlSessionClassorg.apache.ibatis.session.defaultsMyBatis
SqlSessionInterfaceorg.apache.ibatis.sessionMyBatis
DefaultSqlSessionFactoryClassorg.apache.ibatis.session.defaultsMyBatis
SqlSessionFactoryInterfaceorg.apache.ibatis.sessionMyBatis
DynamicSqlSourceClassorg.apache.ibatis.builder.xml.dynamicMyBatis
SqlSourceInterfaceorg.apache.ibatis.mappingMyBatis
ForEachSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
IfSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
MixedSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
ProviderSqlSourceClassorg.apache.ibatis.builder.annotationMyBatis
SqlBuilderClassorg.apache.ibatis.jdbcMyBatis
SqlRunnerClassorg.apache.ibatis.jdbcMyBatis
SqlSessionFactoryBuilderClassorg.apache.ibatis.sessionMyBatis
SqlSessionManagerClassorg.apache.ibatis.sessionMyBatis
StaticSqlSourceClassorg.apache.ibatis.builderMyBatis
TextSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
SqlMapperExceptionClassorg.apache.ibatis.mappingMyBatis
SqlSessionExceptionClassorg.apache.ibatis.sessionMyBatis
RuntimeSqlExceptionClassorg.apache.ibatis.jdbcMyBatis
TrimSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
SetSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
WhereSqlNodeClassorg.apache.ibatis.builder.xml.dynamicMyBatis
SqlCommandTypeClassorg.apache.ibatis.mappingMyBatis
SqlDateConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlDateLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimeConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimeLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlTimestampConverterDateTimeConverter implementation that handles conversion to and from java.Classv1.9.2.apidocs.org.apache.commons.beanutils.convertersApache Commons
SqlTimestampLocaleConverterStandard LocaleConverter implementation that converts an incomingClassv1.9.2.apidocs.org.apache.commons.beanutils.locale.convertersApache Commons
SqlNullCheckedResultSetDecorates a ResultSet with checks for a SQL NULL value on each getXXX method.Classorg.apache.commons.dbutils.wrappersApache Commons
HSQLDiskCacheFactoryThis factory should create mysql disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.hsqlApache Commons
MySQLDiskCacheThe MySQLDiskCache extends the core JDBCDiskCache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheAttributesThis has additional attributes that are particular to the MySQL disk cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheFactoryThis factory should create mysql disk caches.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLDiskCacheManagerThis manages instances of the MySQL jdbc disk cache.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
MySQLTableOptimizerThe MySQL Table Optimizer can optimize MySQL tables.Classorg.apache.commons.jcs.auxiliary.disk.jdbc.mysqlApache Commons
ISO8601SqlTimestampConverterA SqlTimestampConverter conforming to the ISO8601 standard.Classcom.thoughtworks.xstream.converters.extendedXStream
SqlDateConverterConverts a java.Classcom.thoughtworks.xstream.converters.extendedXStream
SqlTimeConverterConverts a java.Classcom.thoughtworks.xstream.converters.extendedXStream
SqlTimestampConverterConverts a java.Classcom.thoughtworks.xstream.converters.extendedXStream
DateRangeBaseSQLEqualityClauseClassnet.sf.jasperreports.types.dateSourceforge Jasper Reports
DateRangeSQLBetweenClauseClassnet.sf.jasperreports.types.dateSourceforge Jasper Reports
DateRangeSQLEqualClauseClassnet.sf.jasperreports.types.dateSourceforge Jasper Reports
DateRangeSQLLessOrGreaterClauseClassnet.sf.jasperreports.types.dateSourceforge Jasper Reports
DateRangeSQLNotEqualClauseClassnet.sf.jasperreports.types.dateSourceforge Jasper Reports
JRSqlAbstractEqualClauseBase (NOT) EQUAL clause function for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlAbstractInClauseBase (NOT) IN clause function for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlBetweenClauseBase BETWEEN clause function for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlEqualClauseSQL "EQUAL" clause function.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlInClauseSQL "IN" clause function.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlLessOrGreaterClauseBase LESS/GREATER clause function for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlNotEqualClauseSQL "EQUAL" clause function.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
JRSqlNotInClauseSQL "NOT IN" clause function.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
NumberToSQLDateTransformerClassnet.sf.jasperreports.data.cacheSourceforge Jasper Reports
NumberToSQLTimeTransformerClassnet.sf.jasperreports.data.cacheSourceforge Jasper Reports
SimpleSQLDataSourceClassnet.sf.jasperreports.data.mondrianSourceforge Jasper Reports
SQLBetweenBaseClauseBase BETWEEN clause function for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
SqlDateSerializerClassnet.sf.jasperreports.engine.virtualizationSourceforge Jasper Reports
SQLLessOrGreaterBaseClauseClassnet.sf.jasperreports.engine.querySourceforge Jasper Reports
SQLQueryClauseFunctionsExtensionsExtensions factory that registers built-in query clause functions for SQL queries.Classnet.sf.jasperreports.engine.querySourceforge Jasper Reports
HSQLDBDialectClassch.qos.logback.core.db.dialectLogBack
MsSQLDialectThe MS SQL Server dialect is untested.Classch.qos.logback.core.db.dialectLogBack
MySQLDialectClassch.qos.logback.core.db.dialectLogBack
PostgreSQLDialectClassch.qos.logback.core.db.dialectLogBack
SQLBuilderClassch.qos.logback.classic.dbLogBack
SQLDialectCodeClassch.qos.logback.core.db.dialectLogBack
SQLiteDialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.Classch.qos.logback.core.db.dialectLogBack
SybaseSqlAnywhereDialectClassch.qos.logback.core.db.dialectLogBack
HsqldbSlaveAuthBeanDelegates authentication decisions, and optionally determination of user roles and schema, to a different HyperSQL catalog, which may be in the sameClassorg.hsqldb.authHSQLDB
JDBCSQLXML The mapping in the JavaTM programming language for the SQL XML type.Classorg.hsqldb.jdbcHSQLDB
JDBCSQLXML .SAX2XMLStreamWriterWrites to a XMLStreamWriterConstructor SummaryJDBCSQLXML.Classorg.hsqldb.jdbc.JDBCSQLXMLHSQLDB
SqlFileEncapsulation of SQL text and the environment under which it will executed with a JDBC Connection.Classorg.hsqldb.cmdlineHSQLDB
SqlFileEmbedderSample class which executes SQL files, by embedding SqlFile.Classorg.hsqldb.sampleHSQLDB
SqlToolA command-line JDBC SQL tool supporting both interactive and non-interactive usage.Classorg.hsqldb.cmdlineHSQLDB
SqlTool .SqlToolExceptionSee Also:Serialized FormMethods inherited from class java.Classorg.hsqldb.cmdline.SqlToolHSQLDB
HSQLDBDialectClassch.qos.logback.core.db.dialectLogback Api
MsSQLDialectThe MS SQL Server dialect is untested.Classch.qos.logback.core.db.dialectLogback Api
MySQLDialectClassch.qos.logback.core.db.dialectLogback Api
PostgreSQLDialectClassch.qos.logback.core.db.dialectLogback Api
SQLBuilderClassch.qos.logback.classic.dbLogback Api
SQLDialectCodeClassch.qos.logback.core.db.dialectLogback Api
SQLiteDialect Note that the dialect is not needed if your JDBC driver supports the getGeneratedKeys method introduced in JDBC 3.Classch.qos.logback.core.db.dialectLogback Api
SybaseSqlAnywhereDialectClassch.qos.logback.core.db.dialectLogback Api
SqlResultSetMappingClassjavax.persistenceHibernate JPA
SqlResultSetMappingsClassjavax.persistenceHibernate JPA
MySQLDialectClassplay.db.jpaPlay
SqlQueryClassplay.db.helperPlay
SqlQuery .ConcatClassplay.db.helper.SqlQueryPlay
SqlSelectClassplay.db.helperPlay
SqlSelect .WhereClassplay.db.helper.SqlSelectPlay
SQLSplitterClassplay.dbPlay
SqlUnionClassplay.db.helperPlay
DefaultSQLGeneratorClasscom.vaadin.data.util.sqlcontainer.query.generatorVaadin
MSSQLGeneratorClasscom.vaadin.data.util.sqlcontainer.query.generatorVaadin
SQLContainerClasscom.vaadin.data.util.sqlcontainerVaadin
SQLContainer .ItemSetChangeEventClasscom.vaadin.data.util.sqlcontainer.SQLContainerVaadin
SQLGeneratorInterfacecom.vaadin.data.util.sqlcontainer.query.generatorVaadin
SQLUtilClasscom.vaadin.data.util.sqlcontainerVaadin
SqlDateConverterClassorg.lunarray.model.generation.jsf.convertersJSF
SqlDateConverterClassorg.lunarray.model.generation.jsf.convertersGlassFish
CustomSQLClasscom.liferay.util.dao.ormLiferay Portal
CustomSQLParamClasscom.liferay.portal.kernel.dao.ormLiferay Portal
CustomSQLUtilClasscom.liferay.util.dao.ormLiferay Portal
InlineSQLHelper P r o v i d e s u t i l i t y m e t h o d s f o r f i l t e r i n g S Q L q u e r i e s b y t h e u s e r ' s p e r m i s s i o n s . Interfacecom.liferay.portal.security.permissionLiferay Portal
InlineSQLHelperUtil S e e A l s o : I n l i n e S Q L H e l p e r C o n s t r u c t o r S u m m a r y I n l i n e S Q L H e l p e r U t i l ( ) Classcom.liferay.portal.security.permissionLiferay Portal
MappingSqlQuery Interfacecom.liferay.portal.kernel.dao.jdbcLiferay Portal
MappingSqlQueryFactoryInterfacecom.liferay.portal.kernel.dao.jdbcLiferay Portal
MappingSqlQueryFactoryUtil C o n s t r u c t o r S u m m a r y M a p p i n g S q l Q u e r y F a c t o r y U t i l ( ) < T > M a p p i n g S q l Q u e r y < T > Classcom.liferay.portal.kernel.dao.jdbcLiferay Portal
PortalCustomSQL Interfacecom.liferay.portal.kernel.dao.ormLiferay Portal
PortalCustomSQLUtilClasscom.liferay.portal.kernel.dao.ormLiferay Portal
SQLQueryInterfacecom.liferay.portal.kernel.dao.ormLiferay Portal
SqlUpdate Interfacecom.liferay.portal.kernel.dao.jdbcLiferay Portal
SqlUpdateFactoryInterfacecom.liferay.portal.kernel.dao.jdbcLiferay Portal
SqlUpdateFactoryUtilClasscom.liferay.portal.kernel.dao.jdbcLiferay Portal
ExceptionMapper .SqlStatesClassorg.mariadb.jdbc.internal.util.ExceptionMapperMariaDB
MySQLDataSourceClassorg.mariadb.jdbcMariaDB
ProfileSQLExceptionA database-related SQL exception from a profile server.Classorg.apache.oodt.profileApache OODT
SQLDatabaseRetrievalThis class enables retrieval of activity incidents from just about any database management system.Classorg.apache.oodt.commons.activityApache OODT
SQLDatabaseStorage This class enables storage of activity incidents in just about any database management system.Classorg.apache.oodt.commons.activityApache OODT
SqlParser A fairly robust SQL parser, based on the Shunting yard Evaluates SQL like string statements contained in a string.Classorg.apache.oodt.cas.filemgr.utilApache OODT
SqlQueryCliActionA CmdLineAction which queries the FileManager by parsing an SQL like query into a FileManager Query.Classorg.apache.oodt.cas.filemgr.cli.actionApache OODT
SqlScriptClassorg.apache.oodt.commons.databaseApache OODT
SqlDateTypeAegisType for the java.Classorg.apache.cxf.aegis.type.basicApache CXF
SQLPrinterVisitorClassorg.apache.cxf.jaxrs.ext.search.sqlApache CXF
JCRSQLParserClassorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
JCRSQLParserConstantsInterfaceorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
JCRSQLParserTokenManagerClassorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
JCRSQLParserTreeConstantsInterfaceorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
JCRSQLParserVisitorInterfaceorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
JCRSQLQueryBuilderClassorg.apache.jackrabbit.spi.commons.query.sqlApache JackRabbit
MSSqlDatabaseJournalIt has the following property in addition to those of the DatabaseJournal: tableSpace: the MS SQL tablespace to useClassorg.apache.jackrabbit.core.journalApache JackRabbit
MSSqlFileSystemMSSqlFileSystem is a JDBC-based FileSystem implementation for Jackrabbit that persists file system entries in anClassorg.apache.jackrabbit.core.fs.dbApache JackRabbit
MSSqlPersistenceManagerMSSqlPersistenceManager is a JDBC-based PersistenceManager for Jackrabbit that persistsClassorg.apache.jackrabbit.core.persistence.dbApache JackRabbit
MSSqlPersistenceManager Classorg.apache.jackrabbit.core.persistence.poolApache JackRabbit
MySqlPersistenceManager Classorg.apache.jackrabbit.core.persistence.poolApache JackRabbit
PostgreSQLConnectionHelperThe connection helper for PSQL databases.Classorg.apache.jackrabbit.core.util.dbApache JackRabbit
PostgreSQLNameIndexSame as DbNameIndex but does not make use of the Statement.Classorg.apache.jackrabbit.core.persistence.poolApache JackRabbit
PostgreSQLPersistenceManager Classorg.apache.jackrabbit.core.persistence.poolApache JackRabbit
SQL2QOMBuilderSQL2QOMBuilder implements QOM builder that understands Query.Classorg.apache.jackrabbit.commons.query.sql2Apache JackRabbit
SQLJcrPathTestTests if the jcr:path property is returned in the query result.Classorg.apache.jackrabbit.test.api.queryApache JackRabbit
SQLJoinTestTests SQL statements with a join of a node type with a mixin type.Classorg.apache.jackrabbit.test.api.queryApache JackRabbit
SQLOrderByTestThis test searches for all nodes of a specific node type and orders them by the property with name configured as AbstractJCRTest.Classorg.apache.jackrabbit.test.api.queryApache JackRabbit
SQLPathTestTests path predicates in SQL queries.Classorg.apache.jackrabbit.test.api.queryApache JackRabbit
SQLQueryClassorg.apache.jackrabbit.standalone.cli.queryApache JackRabbit
SQLQueryLevel2TestTests SQL queries on content written to the workspace by the test itself.Classorg.apache.jackrabbit.test.api.queryApache JackRabbit
HsqldbQueryRewriterClassorg.apache.metamodel.jdbc.dialectsApache MetaModel
MysqlQueryRewriterClassorg.apache.metamodel.jdbc.dialectsApache MetaModel
PostgresqlQueryRewriterClassorg.apache.metamodel.jdbc.dialectsApache MetaModel
SQLServerQueryRewriterClassorg.apache.metamodel.jdbc.dialectsApache MetaModel
BaseSQLActionA convenience superclass for SQLAction implementations.Classorg.apache.cayenne.access.jdbcApache Cayenne
EOSQLQueryA descriptor of SQLTemplate loaded from EOModel.Classorg.apache.cayenne.wocompatApache Cayenne
HSQLDBAdapterDbAdapter implementation for the HSQLDB RDBMS .Classorg.apache.cayenne.dba.hsqldbApache Cayenne
HSQLDBNoSchemaAdapterA flavor of HSQLDBAdapter that implements workarounds for some old driver limitations.Classorg.apache.cayenne.dba.hsqldbApache Cayenne
HSQLDBProcedureTranslatorWorks around HSQLDB's pickiness about stored procedure syntax.Classorg.apache.cayenne.dba.hsqldbApache Cayenne
HSQLDBSnifferDetects HSQLDB database from JDBC metadata.Classorg.apache.cayenne.dba.hsqldbApache Cayenne
HSQLMergerFactoryClassorg.apache.cayenne.dba.hsqldbApache Cayenne
MySQLAdapterDbAdapter implementation for MySQL RDBMS.Classorg.apache.cayenne.dba.mysqlApache Cayenne
MySQLMergerFactoryClassorg.apache.cayenne.dba.mysqlApache Cayenne
MySQLPkGeneratorFields inherited from class org.Classorg.apache.cayenne.dba.mysqlApache Cayenne
MySQLSnifferDetects MySQL database from JDBC metadata.Classorg.apache.cayenne.dba.mysqlApache Cayenne
SQLActionDefines API for query execution strategy over JDBC connection (as in Strategy Pattern).Interfaceorg.apache.cayenne.queryApache Cayenne
SQLActionVisitorA factory interface to create standard SQLActions for a set of standard queries.Interfaceorg.apache.cayenne.queryApache Cayenne
SQLiteAdapterA SQLite database adapter that works with Zentus JDBC driver.Classorg.apache.cayenne.dba.sqliteApache Cayenne
SQLiteSnifferDetects SQLite database from JDBC metadata.Classorg.apache.cayenne.dba.sqliteApache Cayenne
SQLResultA metadata object that defines how a row in a result set can be converted to result objects.Classorg.apache.cayenne.mapApache Cayenne
SQLServerActionBuilderFields inherited from class org.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerAdapterCayenne DbAdapter implementation for engine.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerBatchActionFields inherited from class org.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerMergerFactoryClassorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerProcedureActionProcedureAction for SQLServer MS JDBC driver.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerSelectActionFields inherited from class org.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerSelectTranslatorFields inherited from class org.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLServerSnifferDetects SQLServer database from JDBC metadata.Classorg.apache.cayenne.dba.sqlserverApache Cayenne
SQLStatementA PreparedStatement descriptor containing a String of SQL and an array of parameters.Classorg.apache.cayenne.access.jdbcApache Cayenne
SQLTemplateA query that executes unchanged (except for template preprocessing) "raw" SQL specified by the user.Classorg.apache.cayenne.queryApache Cayenne
SQLTemplateActionClassorg.apache.cayenne.access.jdbcApache Cayenne
SQLTemplateRenderingUtils when rendering SQLTemplates.Classorg.apache.cayenne.access.jdbcApache Cayenne
SQLTemplateResourceManagerAn implementation of the Velocity ResourceManager and ResourceLoader that creates templates from in-memory Strings.Classorg.apache.cayenne.access.jdbcApache Cayenne
SQLTemplateValidatorValidator for SQLTemplate queries.Classorg.apache.cayenne.project.validatorApache Cayenne
EventSqlSchemaInterface describing the operations that the JDBC Event Store needs to do on a backing database.Interfaceorg.axonframework.eventstore.jdbcAxon
GenericEventSqlSchemaClassorg.axonframework.eventstore.jdbcAxon
GenericSagaSqlSchemaGeneric SagaSqlSchema implementation, for use in most databases.Classorg.axonframework.saga.repository.jdbcAxon
HsqlSagaSqlSchemaSpecialization of the GenericSagaSqlSchema for use in the HSQL database.Classorg.axonframework.saga.repository.jdbcAxon
JdbcSQLErrorCodesResolverSQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.Classorg.axonframework.eventstore.jdbcAxon
PostgresEventSqlSchemaSQL schema supporting postgres databases.Classorg.axonframework.eventstore.jdbcAxon
PostgresSagaSqlSchemaSQL schema supporting postgres databases.Classorg.axonframework.saga.repository.jdbcAxon
SagaSqlSchemaInterface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlyingSince:2.Interfaceorg.axonframework.saga.repository.jdbcAxon
SQLErrorCodesResolverSQLErrorCodesResolver is an implementation of PersistenceExceptionResolver used to resolve sql error codes to see if it is an duplicate key constraint violation.Classorg.axonframework.eventstore.jpaAxon
SQLStateResolverSQLStateResolver is an implementation of PersistenceExceptionResolver used to resolve sql state values to see if it violates a unique key constraint.Classorg.axonframework.eventstore.jpaAxon
OAbstractSQLMethodClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OCommandExecutorSQLAbstractSQL abstract Command Executor implementation.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLAlterClassSQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLAlterClusterSQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLAlterDatabaseSQL ALTER DATABASE command: Changes an attribute of the current database.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLAlterPropertySQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateClassSQL CREATE CLASS command: Creates a new property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateClusterSQL CREATE CLUSTER command: Creates a new cluster.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateEdgeSQL CREATE EDGE command.Classcom.orientechnologies.orient.graph.sqlOrientdb
OCommandExecutorSQLCreateFunctionSQL CREATE FUNCTION command.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateIndexSQL CREATE INDEX command: Create a new index against a property.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateLinkClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreatePropertySQL CREATE PROPERTY command: Creates a new property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLCreateVertexSQL CREATE VERTEX command.Classcom.orientechnologies.orient.graph.sqlOrientdb
OCommandExecutorSQLDelegateClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLDeleteClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLDeleteEdgeSQL DELETE EDGE command.Classcom.orientechnologies.orient.graph.sqlOrientdb
OCommandExecutorSQLDeleteVertexSQL DELETE VERTEX command.Classcom.orientechnologies.orient.graph.sqlOrientdb
OCommandExecutorSQLDropClassSQL DROP CLASS command: Drops a class from the database.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLDropClusterClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLDropIndexClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLDropPropertySQL CREATE PROPERTY command: Creates a new property in the target class.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLEarlyResultsetAbstractAbstract class that early executes the command and provide the iterator interface on top of the resultset.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLExplainExplains the execution of a command returning profiling information.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLFactoryFactory to register new OCommandExecutorSQL.Interfacecom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLFindReferencesClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLGrantSQL GRANT command: Grant a privilege to a database role.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLHideClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLInsertClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLMoveVertexSQL MOVE VERTEX command.Classcom.orientechnologies.orient.graph.sqlOrientdb
OCommandExecutorSQLPermissionAbstractSQL GRANT command: Grant a privilege to a database role.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLRebuildIndexClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLResultsetAbstractExecutes a TRAVERSE crossing records.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLResultsetDelegateClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLRetryAbstractClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLRevokeSQL REVOKE command: Revoke a privilege to a database role.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLSelectExecutes the SQL SELECT statement.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLSetAwareClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLTransactionalActs as a delegate to the real command inserting the execution of the command inside a new transaction if not yet begun.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLTraverseExecutes a TRAVERSE crossing records.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLTruncateClassSQL TRUNCATE CLASS command: Truncates an entire class deleting all configured clusters where the class relies on.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLTruncateClusterSQL TRUNCATE CLUSTER command: Truncates an entire record cluster.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLTruncateRecordSQL TRUNCATE RECORD command: Truncates a record without loading it.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandExecutorSQLUpdateClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandSQLSQL command request implementation.Classcom.orientechnologies.orient.core.sqlOrientdb
OCommandSQLParsingExceptionClasscom.orientechnologies.orient.core.sqlOrientdb
OCommandSQLPojoWrapperWraps the execution of a generic command by assuring to convert the result set in POJO where applicable.Classcom.orientechnologies.orient.object.dbOrientdb
OCommandSQLResultsetIterable SQL command request implementation.Classcom.orientechnologies.orient.core.sqlOrientdb
ODefaultCommandExecutorSQLFactoryDefault command operator executor factory.Classcom.orientechnologies.orient.core.sqlOrientdb
ODefaultSQLFunctionFactoryDefault set of SQL function.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
ODefaultSQLMethodFactoryDefault method factory.Classcom.orientechnologies.orient.core.sql.methodOrientdb
ODynamicSQLElementFactoryDynamic sql elements factory.Classcom.orientechnologies.orient.core.sqlOrientdb
OGraphCommandExecutorSQLFactoryGraph related command operator executor factory.Classcom.orientechnologies.orient.graph.sqlOrientdb
OGraphCommandExecutorSQLFactory .GraphCallBackInterfacecom.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactoryOrientdb
OSQLAsynchQuerySQL asynchronous query.Classcom.orientechnologies.orient.core.sql.queryOrientdb
OSQLEngineClasscom.orientechnologies.orient.core.sqlOrientdb
OSQLFilterParsed query.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterConditionRun-time query condition evaluator.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemRepresent a value inside a query condition.Interfacecom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemAbstractRepresents an object field as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemFieldRepresent an object field as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemFieldAllRepresent one or more object fields as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemFieldAnyRepresent one or more object fields as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemFieldMultiAbstractRepresents one or more object fields as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemParameterRepresents a constant value, used to bind parameters.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFilterItemVariableRepresents a context variable as value in the query condition.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLFunctionInterface that defines a SQL Function.Interfacecom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionAbstractAbstract class to extend to build Custom SQL Functions.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionAverageCompute the average value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionBothGets the incoming and outgoing Vertices of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionBothEGets the incoming and outgoing Edges of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionBothVGets the incoming and outgoing Vertices of current Edge.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionCoalesceReturns the first field/value not null parameter.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionConfigurableAbstractAbstract class to extend to build Custom SQL Functions that saves the configured parameters.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionCountCount the record that contains a field.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDateBuilds a date object from the format passed.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDecodeClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionDifferenceThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionDijkstraDijkstra's algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionDistanceHaversine formula to compute the distance between 2 gro points.Classcom.orientechnologies.orient.core.sql.functions.geoOrientdb
OSQLFunctionDistinctClasscom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionDocumentThis operator add an entry in a map.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionEncodeClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionEvalEvaluates a complex expression.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionFactoryCreate function for the given name.Interfacecom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionFirstExtract the first item of multi values (arrays, collections and maps) or return the same value for non multi-value types.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionFormatClasscom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionFormatClasscom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLFunctionGremlinExecutes a GREMLIN expression as function of SQL engine.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionIfReturns different values based on the condition.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionIfNullReturns the passed field/value (or optional parameter return_value_if_not_null) iffield/value is not null; otherwise it returns return_value_if_null.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionInGets the incoming Vertices of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionInEGets the incoming Edges of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionIntersectThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionInVGets the incoming Vertex of current Edge.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionLabelHi-level function that return the label for both edges and vertices.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionLastExtract the last item of multi values (arrays, collections and maps) or return the same value for non multi-value types.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionListThis operator add an item in a list.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionMapThis operator add an entry in a map.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionMathAbstractAbstract class for math function.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionMaxCompute the maximum value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionMedianComputes the median for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionMinCompute the minimum value for a field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionModeCompute the mode (or multimodal) value for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionMoveHi-level function to move inside a graph.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionMultiValueAbstractAbstract class for multi-value based function implementations.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionOutGets the outgoing Vertices of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionOutEGets the outgoing Edges of current Vertex.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionOutVGets the outgoing Vertex of current Edge.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionPathFinderAbstract class to find paths between nodes.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionPercentileComputes the percentile for a field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionRuntimeWraps function managing the binding of parameters.Classcom.orientechnologies.orient.core.sql.functionsOrientdb
OSQLFunctionSetThis operator add an item in a set.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionShortestPathShortest path algorithm to find the shortest path from one node to another node in a directed graph.Classcom.orientechnologies.orient.graph.sql.functionsOrientdb
OSQLFunctionStandardDeviationCompute the standard deviation for a given field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLFunctionSumComputes the sum of field.Classcom.orientechnologies.orient.core.sql.functions.mathOrientdb
OSQLFunctionSysdateReturns the current date time.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionTraversedEdgeReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionTraversedElementReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionTraversedVertexReturns a traversed element from the stack.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionUnionAllThis operator can work as aggregate or inline.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLFunctionUUIDGenerates a UUID as a 128-bits value using the Leach-Salz variant.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLFunctionVarianceCompute the variance estimation for a given field.Classcom.orientechnologies.orient.core.sql.functions.statOrientdb
OSQLHelperClasscom.orientechnologies.orient.core.sqlOrientdb
OSQLMethodMethods can be used on various objects with different number of arguments.Interfacecom.orientechnologies.orient.core.sql.methodOrientdb
OSQLMethodAppendAppends strings.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodAsBooleanClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsDateTransforms a value to date.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodAsDateTimeTransforms a value to datetime.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodAsDecimalTransforms a value to decimal.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodAsFloatClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsIntegerClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsListTransforms current value in a List.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsLongClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsMapTransforms current value in a Map.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsSetTransforms current value in a Set.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodAsStringClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodCharAtReturns a character in a string.Classcom.orientechnologies.orient.core.sql.methodOrientdb
OSQLMethodConvertConverts a value to another type in Java or OrientDB's supported types.Classcom.orientechnologies.orient.core.sql.functions.conversionOrientdb
OSQLMethodExcludeFilter the content by excluding only some fields.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLMethodFactoryCreate method for the given name.Interfacecom.orientechnologies.orient.core.sql.methodOrientdb
OSQLMethodFieldClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodFormatClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodFromJSONConverts a document in JSON string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodFunctionDelegateDelegates the execution to a function.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodHashClasscom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodIncludeFilter the content by including only some fields.Classcom.orientechnologies.orient.core.sql.functions.miscOrientdb
OSQLMethodIndexOfClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodJavaTypeReturns the value's Java type.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodKeysClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodLastIndexOfClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodLeftReturns the first characters from the beginning of the string.Classcom.orientechnologies.orient.core.sql.methodOrientdb
OSQLMethodLengthReturns the string length.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodMultiValueWorks against multi value objects like collections, maps and arrays.Classcom.orientechnologies.orient.core.sql.functions.collOrientdb
OSQLMethodNormalizeClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodPrefixClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodRemoveRemove the first occurrence of elements from a collection.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodRemoveAllRemove all the occurrences of elements from a collection.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodReplaceReplaces all the occurrences.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodRightReturns the first characters from the end of the string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodRuntimeWraps function managing the binding of parameters.Classcom.orientechnologies.orient.core.sql.methodsOrientdb
OSQLMethodSizeClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodSubStringExtracts a sub string from the original.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodToJSONConverts a document in JSON string.Classcom.orientechnologies.orient.core.sql.functions.textOrientdb
OSQLMethodToLowerCaseClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodToUpperCaseClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodTrimClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodTypeReturns the value's OrientDB Type.Classcom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLMethodValuesClasscom.orientechnologies.orient.core.sql.method.miscOrientdb
OSQLPredicateParses text in SQL format and build a tree of conditions.Classcom.orientechnologies.orient.core.sql.filterOrientdb
OSQLQuerySQL query implementation.Classcom.orientechnologies.orient.core.sql.queryOrientdb
OSQLScriptEngineDynamic script engine for OrientDB SQL commands.Classcom.orientechnologies.orient.core.sqlOrientdb
OSQLScriptEngineFactoryDynamic script engine factory for OrientDB SQL commands.Classcom.orientechnologies.orient.core.sqlOrientdb
OSQLScriptFormatterSQL script formatter.Classcom.orientechnologies.orient.core.command.script.formatterOrientdb
OSQLSynchQuerySQL synchronous query.Classcom.orientechnologies.orient.core.sql.queryOrientdb
OSQLTargetClasscom.orientechnologies.orient.core.sql.filterOrientdb
SQLUpdateReturnModeEnumenum SQLUpdateReturnModeEnumCreated by Kowalot on 10.Classcom.orientechnologies.orient.core.sqlOrientdb
GoogleNGramsSQLBackedTo query Google Ngrams counts from SQL in a memory efficient manner.Classedu.stanford.nlp.utilJavaNlp
SQLConnectionCreated by sonalg on 10/8/14.Classedu.stanford.nlp.patternsJavaNlp
ExecuteSQLExecutes the SQL in the specified input file against the database whose connection details are defined in the specified properties file.Classcom.konakartadmin.dbKonaKart
SqlAnalysisAnalyses the SQL collected in the specified input file For file that's specified must be a KonaKart log file that had the following log flags set:Classcom.konakartadmin.utilsKonaKart
SqlPopulatorPopulates the db for the specified storeId with standard data - getting data from store1.Classcom.konakartadmin.utilsKonaKart
DbPortabilityMSSqlClasscom.konakart.dbKonaKart
DbPortabilityMySqlClasscom.konakart.dbKonaKart
DbPortabilityPostgreSqlClasscom.konakart.dbKonaKart
BasicSQLDialectClassorg.geotools.jdbcGeoTools
DB2FilterToSQLGenerate a WHERE clause for DB2 Spatial Extender based on a spatial filter.Classorg.geotools.data.db2GeoTools
DB2SQLDialectClassorg.geotools.data.db2GeoTools
DB2SQLDialectBasicClassorg.geotools.data.db2GeoTools
DB2SQLDialectPreparedClassorg.geotools.data.db2GeoTools
EscapeSqlPerform basic SQL validation on input string.Classorg.geotools.jdbcGeoTools
FactoryUsingAnsiSQLAn EPSG factory for the database generated by SQL scripts rather than the MS-Access one.Classorg.geotools.referencing.factory.epsgGeoTools
FactoryUsingSQLPlease use AccessDialectEpsgFactory.Classorg.geotools.referencing.factory.epsgGeoTools
FilterToSQLEncodes a filter into a SQL WHERE statement.Classorg.geotools.data.jdbcGeoTools
FilterToSQL .FieldEncoder FilterToSQL we are using.Interfaceorg.geotools.data.jdbc.FilterToSQLGeoTools
FilterToSQLExceptionIndicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems.Classorg.geotools.data.jdbcGeoTools
FilterToSQLSDEEncodes an attribute filter into a SQL WHERE statement for arcsde.Classorg.geotools.arcsde.filterGeoTools
H2FilterToSQLClassorg.geotools.data.h2GeoTools
HsqlDialectEpsgMediatorMediator which delegates the creation of referencing objects to the HsqlDialectEpsgFactory.Classorg.geotools.referencing.factory.epsgGeoTools
HsqlEpsgDatabaseThis utility class knows everything there is to know about the care and feeding of our pet EPSG database.Classorg.geotools.referencing.factory.epsgGeoTools
JTDSSqlServerDataStoreFactoryClassorg.geotools.data.sqlserver.jtdsGeoTools
JTDSSQLServerDialectClassorg.geotools.data.sqlserver.jtdsGeoTools
MySQLDataStoreFactoryDataStoreFactory for MySQL database.Classorg.geotools.data.mysqlGeoTools
MySQLDialectDelegate for MySQLDialectBasic and MySQLDialectPrepared which implements the common part of the api.Classorg.geotools.data.mysqlGeoTools
MySqlDialectClassorg.geotools.gce.imagemosaic.jdbcGeoTools
MySQLDialectBasicMySQL database dialect based on basic (non-prepared) statements.Classorg.geotools.data.mysqlGeoTools
MySQLDialectPreparedMySQL database dialect based on prepared statements.Classorg.geotools.data.mysqlGeoTools
MySQLFilterToSQLClassorg.geotools.data.mysqlGeoTools
MySQLJNDIDataStoreFactoryJNDI DataStoreFactory for mysql database.Classorg.geotools.data.mysqlGeoTools
OracleFilterToSQLOracle specific filter encoder.Classorg.geotools.data.oracleGeoTools
PostgisFilterToSQLClassorg.geotools.data.postgisGeoTools
PostgisPSFilterToSqlClassorg.geotools.data.postgisGeoTools
PreparedFilterToSQLExtension of FilterToSQL intended for use with prepared statements.Classorg.geotools.jdbcGeoTools
PreparedStatementSQLDialectSQL dialect which uses prepared statements for database interaction.Classorg.geotools.jdbcGeoTools
SDOSqlDumperConverts a JTS geometry into the equivalent MDSYS.Classorg.geotools.data.oracle.sdoGeoTools
SpatiaLiteFilterToSQLClassorg.geotools.data.spatialiteGeoTools
SQLDialectThe driver used by JDBCDataStore to directly communicate with the database.Classorg.geotools.jdbcGeoTools
SQLEncoderExceptionIndicates a client class has attempted to encode a filter not supported by the SQLEncoder being used, or that there were io problems.Classorg.geotools.filterGeoTools
SqlScriptReaderReads a multiline SQL file extracting each command separately.Classorg.geotools.referencing.factory.epsgGeoTools
SqlServerBinaryParseExceptionClassorg.geotools.data.sqlserver.readerGeoTools
SqlServerBinaryReaderDecode Sql Server binary format to JTSAuthor:Anders Bakkevold, BouvetClassorg.geotools.data.sqlserver.readerGeoTools
SQLServerDataStoreFactoryDataStore factory for Microsoft SQL Server.Classorg.geotools.data.sqlserverGeoTools
SQLServerDialectDialect implementation for Microsoft SQL Server.Classorg.geotools.data.sqlserverGeoTools
SQLServerFilterToSQLClassorg.geotools.data.sqlserverGeoTools
SQLServerJNDIDataStoreFactoryJNDI DataStoreFactory for sql server database.Classorg.geotools.data.sqlserverGeoTools
SqlUtilBuilder class for creating prepared statements.Classorg.geotools.sqlGeoTools
SqlUtil .PreparedStatementBuilderClassorg.geotools.sql.SqlUtilGeoTools
SQLValidationPointCoveredByLineValidation purpose.Classorg.geotools.validation.attributesGeoTools
SQLValidationBeanInfoSQLValidationBeanInfo purpose.Classorg.geotools.validation.attributesGeoTools
TeradataFilterToSQLClassorg.geotools.data.teradataGeoTools
ThreadedHsqlEpsgFactoryConnection to the EPSG database in HSQL database engine format using JDBC.Classorg.geotools.referencing.factory.epsgGeoTools
ThreadedPostgreSQLEpsgFactoryConnection to the EPSG database in PostgreSQL database engine using JDBC.Classorg.geotools.referencing.factory.epsgGeoTools
OrmLiteSqliteOpenHelperSQLite database open helper which can be extended by your application to help manage when the application needs to create or upgrade its database.Classcom.j256.ormlite.android.apptoolsORMLite
SqliteAndroidDatabaseTypeSqlite database type information for the Android OS that makes native calls to the Android OS database APIs.Classcom.j256.ormlite.dbORMLite
DBSQLExecutorNodeDialogDialog for choosing the columns that will be sorted.Classorg.knime.base.node.io.databaseKNIME
DBSQLExecutorNodeFactoryClassorg.knime.base.node.io.databaseKNIME
DBSQLExecutorNodeModelClassorg.knime.base.node.io.databaseKNIME
DBSQLTypesPanelPanel which allows to specify an SQL type for each column.Classorg.knime.base.node.io.databaseKNIME
MySQLUtilityDatabase utility for MySQL.Classorg.knime.core.node.port.databaseKNIME
PostgreSQLUtilityDatabase utility for PostgreSQL.Classorg.knime.core.node.port.databaseKNIME
SQLExtractNodeDialogNodeDialog for the "SQLExtract" Node.Classorg.knime.base.node.io.databaseKNIME
SQLExtractNodeFactoryNodeFactory for the "SQL Extract" Node.Classorg.knime.base.node.io.databaseKNIME
SQLExtractNodeModelThis is the model implementation of SQLExtract.Classorg.knime.base.node.io.databaseKNIME
SQLInjectNodeDialogNodeDialog for the "SQL Inject" Node.Classorg.knime.base.node.io.databaseKNIME
SQLInjectNodeFactoryNodeFactory for the "SQLInject" Node.Classorg.knime.base.node.io.databaseKNIME
SQLInjectNodeModelThis is the model implementation of "SQL Inject" node.Classorg.knime.base.node.io.databaseKNIME
SQLiteUtilityDatabase utility for SQLite.Classorg.knime.core.node.port.databaseKNIME
SQLServerUtilityDatabase utility for MS SQL Server.Classorg.knime.core.node.port.databaseKNIME
CmsDbSqlExceptionUsed to signal sql related issues.Classorg.opencms.dbOpenCMS
CmsSqlBooleanClauseClass for generating an SQL boolean expression.Classorg.opencms.dbOpenCMS
CmsSqlManagerAS400 implementation of the SQL Manager.Classorg.opencms.db.as400OpenCMS
CmsSqlManagerSuperclass for all SQL manager implementations.Classorg.opencms.dbOpenCMS
CmsSqlManagerDB2 implementation of the SQL Manager.Classorg.opencms.db.db2OpenCMS
CmsSqlManagerGeneric (ANSI-SQL) implementation of the SQL manager.Classorg.opencms.db.genericOpenCMS
CmsSqlManagerHSQLDB implementation of the SQL Manager.Classorg.opencms.db.hsqldbOpenCMS
CmsSqlManagerJPA database server implementation of the SQL manager interface.Classorg.opencms.db.jpaOpenCMS
CmsSqlManagerMS SQL implementation of the SQL manager.Classorg.opencms.db.mssqlOpenCMS
CmsSqlManagerMySQL implementation of the SQL manager.Classorg.opencms.db.mysqlOpenCMS
CmsSqlManagerOracle implementation of the SQL manager.Classorg.opencms.db.oracleOpenCMS
CmsSqlManagerPostgreSql implementation of the SQL manager.Classorg.opencms.db.postgresqlOpenCMS
psqlClassapi.exampleIvy
SQLFunctionThis class represents a SQL function within a SQL statement.Classwt.queryWindChill
CallableSqlFor making calls to stored procedures.Interfacecom.avaje.ebeanEBean
Db2SqlLimiterClasscom.avaje.ebean.config.dbplatformEBean
HsqldbPlatformH2 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
LimitOffsetSqlLimiterAdds LIMIT OFFSET clauses to a SQL query.Classcom.avaje.ebean.config.dbplatformEBean
MsSqlServer2000PlatformMicrosoft SQL Server 2000 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
MsSqlServer2005PlatformMicrosoft SQL Server 2005 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
MsSqlServer2005SqlLimiterUse top and row_number() function to limit sql results.Classcom.avaje.ebean.config.dbplatformEBean
MySqlBlobSupport for blob, mediumblob or longblob selection based on the deploymentIf no deployment length is defined longblob is used.Classcom.avaje.ebean.config.dbplatformEBean
MySqlClobSupport for text, mediumtext or longtext selection based on the deploymentIf no deployment length is defined longtext is used.Classcom.avaje.ebean.config.dbplatformEBean
MySqlDbEncryptMySql aes_encrypt aes_decrypt based encryption support.Classcom.avaje.ebean.config.dbplatformEBean
MySqlHistorySupportRuntime support for @History with MySql.Classcom.avaje.ebean.config.dbplatformEBean
MySqlPlatformMySQL specific platform.Classcom.avaje.ebean.config.dbplatformEBean
RawSqlUsed to build object graphs based on a raw SQL statement (rather thangenerated by Ebean).Classcom.avaje.ebeanEBean
RawSql .ColumnMappingDefines the column mapping for raw sql DB columns to bean properties.Classcom.avaje.ebeanEBean
RawSql .ColumnMapping .ColumnA Column of the RawSql that is mapped to a bean property (or ignored).Classcom.avaje.ebeanEBean
RawSql .SqlRepresents the sql part of the query.Classcom.avaje.ebeanEBean
RawSqlBuilderBuilds RawSql instances from a SQL string and column mappings.Classcom.avaje.ebeanEBean
RowNumberSqlLimiterAdds the ROW_NUMBER() OVER function to a query.Classcom.avaje.ebean.config.dbplatformEBean
RownumSqlLimiterAdd ROWNUM column etc around SQL query to limit results.Classcom.avaje.ebean.config.dbplatformEBean
SqlSpecify explicit sql for multiple select statements.Classcom.avaje.ebean.annotationEBean
SqlAnywhereLimiterUse top xx and start at xx to limit sql results.Classcom.avaje.ebean.config.dbplatformEBean
SqlAnywherePlatformSybase SQL Anywhere specific platform.Classcom.avaje.ebean.config.dbplatformEBean
SqlFutureListThe SqlFutureList represents the result of a background SQL query execution.Interfacecom.avaje.ebeanEBean
SQLitePlatformClasscom.avaje.ebean.config.dbplatformEBean
SqlLimiterAdds SQL limiting to a query (such as LIMIT OFFSET).Interfacecom.avaje.ebean.config.dbplatformEBean
SqlLimitRequestThe request object for the query that can have sql limiting applied to it(such as a LIMIT OFFSET clause).Interfacecom.avaje.ebean.config.dbplatformEBean
SqlLimitResponseThe resulting SQL from a SqlLimit process.Classcom.avaje.ebean.config.dbplatformEBean
SqlQueryQuery object for performing native SQL queries that return SqlRow's.Interfacecom.avaje.ebeanEBean
SqlQueryListenerProvides a mechanism for processing a SqlQuery one SqlRow at a time.Interfacecom.avaje.ebeanEBean
SqlRowUsed to return raw SQL query results.Interfacecom.avaje.ebeanEBean
SqlSelectSpecify an explicit sql select statement to use for querying an entity bean.Classcom.avaje.ebean.annotationEBean
SqlUpdateA SqlUpdate for executing insert update or delete statements.Interfacecom.avaje.ebeanEBean
HSQLDBAccessThe HSQLDBAccess is the implementation for Hypersonic SQL databases.Classcom.sibvisions.rad.persist.jdbcJVX
MSSQLDBAccessThe MSSQLDBAccess is the implementation for MS SQL databases.Classcom.sibvisions.rad.persist.jdbcJVX
MySQLDBAccessThe MySQLDBAccess is the implementation for MySQL databases.Classcom.sibvisions.rad.persist.jdbcJVX
PostgreSQLDBAccessThe PostgreSQLDBAccess is the implementation for Postgres databases.Classcom.sibvisions.rad.persist.jdbcJVX
HSQLPlatformPurpose: Provides HSQL specific behavior.Classorg.eclipse.persistence.platform.databaseEclipseLink
MySQLPlatformPurpose: Provides MySQL specific behavior.Classorg.eclipse.persistence.platform.databaseEclipseLink
NamedPLSQLStoredFunctionQueriesA NamedPLSQLStoredFunctionQueries annotation allows the definition of multiple NamedPLSQLStoredFunctionQuery.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
NamedPlsqlStoredFunctionQueryJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
NamedPLSQLStoredFunctionQueryA NamedPLSQLStoredFunctionQuery annotation allows the definition of queries that call PLSQL stored functions as named queries.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
NamedPLSQLStoredProcedureQueriesA NamedPLSQLStoredProcedureQueries annotation allows the definition of multiple NamedPLSQLStoredProcedureQuery.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
NamedPlsqlStoredProcedureQueryJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
NamedPLSQLStoredProcedureQueryA PLSQLNamedStoredProcedureQuery annotation allows the definition of queries that call PLSQL stored procedures as named queries.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
NoSqlJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
OraclePLSQLTypePUBLIC: Marker interface for Oracle PL/SQL typesAuthor:Mike Norman - michael.Interfaceorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
OraclePLSQLTypesenum OraclePLSQLTypesPUBLIC: Oracle PL/SQL typesClassorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PLSQLargument Helper class - tracks argument's original position as well as re-ordered position Used by PLSQLrecord and PLSQLStoredProcedureCallClassorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PLSQLCollectionClassorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PLSQLCursorClassorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PlsqlParameterJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
PLSQLParameterA PLSQLParameter annotation is used within a NamedPLSQLStoredProcedureQuery or PLSQLRecord annotation.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
PlsqlRecordJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
PLSQLRecordA PLSQLRecord annotation is used to define a database PLSQL RECORD type.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
PLSQLrecordPUBLIC: describe an Oracle PL/SQL Record typeAuthor:Mike Norman - michael.Classorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PLSQLRecordsA PLSQLRecords annotation allows the definition of multipleAuthor:JamesSince:EclipseLink 2.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
PLSQLStoredFunctionCallPurpose: Used to define a platform independent function call.Classorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PLSQLStoredProcedureCall Generates an Anonymous PL/SQL block to invoke the specified Stored Procedure with arguments that may or may not have JDBC equivalents.Classorg.eclipse.persistence.platform.database.oracle.plsqlEclipseLink
PlsqlTableJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
PLSQLTableA PLSQLTable annotation is used to define a database PLSQL TABLE type.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
PLSQLTablesA PLSQLRecords annotation allows the definition of multipleAuthor:JamesSince:EclipseLink 2.Classorg.eclipse.persistence.platform.database.oracle.annotationsEclipseLink
PostgreSQLPlatform Purpose: Provides Postgres specific behavior.Classorg.eclipse.persistence.platform.databaseEclipseLink
SQLAnywherePlatformProvides SQL Anywhere specific behaviour.Classorg.eclipse.persistence.platform.databaseEclipseLink
SQLCallPurpose: Used as an abstraction of an SQL call.Classorg.eclipse.persistence.queriesEclipseLink
SQLResult An abstract superclass that represents the commonalities between the main result types of the SQLResultSetMappingClassorg.eclipse.persistence.queriesEclipseLink
SqlResultSetMappingSpecifies the mapping of the result of a native SQL query or stored Query q = em.Classjavax.persistenceEclipseLink
SqlResultSetMappingJPA scripting API implementation.Interfaceorg.eclipse.persistence.jpa.configEclipseLink
SQLResultSetMapping Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.Classorg.eclipse.persistence.queriesEclipseLink
SqlResultSetMappingsIs used to define one or more SqlResultSetMapping annotations.Classjavax.persistenceEclipseLink
SQLServerPlatformPurpose: Provides SQL Server specific behavior.Classorg.eclipse.persistence.platform.databaseEclipseLink
NativeSQLAccessClasscom.sap.sqlSAP NetWeaver
SQLNullExceptionThe SQLNullException class is a particular instance of SQLException used in the case that SQL NULL was attemped to be fetched into a javaClasssqlj.runtimeSAP NetWeaver
AlfrescoSQLServerDialectClassorg.alfresco.repo.domain.hibernate.dialectAlFresco
ControlDAOImpl .PostgreSQLPostgreSQL-specific implementation for control DAO.Classorg.alfresco.repo.domain.control.ibatisAlFresco
LuceneAlfrescoSqlQueryLanguageClassorg.alfresco.repo.search.impl.luceneAlFresco
LuceneCmisStrictSqlQueryLanguageClassorg.alfresco.repo.search.impl.luceneAlFresco
LuceneOpenCMISAlfrescoSqlQueryLanguageClassorg.alfresco.repo.search.impl.luceneAlFresco
LuceneOpenCMISStrictSqlQueryLanguageClassorg.alfresco.repo.search.impl.luceneAlFresco
NodeDAOImpl .MSSQLMSSQL requires some overrides to handle specific behaviour.Classorg.alfresco.repo.domain.node.ibatisAlFresco
NodeDAOImpl .MySQLClassorg.alfresco.repo.domain.node.ibatisAlFresco
PatchDAOImpl .PostgreSQLPostgreSQL-specific DAOSince:4.Classorg.alfresco.repo.domain.patch.ibatisAlFresco
ConvertToFreeFormSQLTaskClasscom.microstrategy.web.app.tasks.QueryBuilderMicroStrategy
EditFreeFormSQLTaskClasscom.microstrategy.web.app.tasks.QueryBuilderMicroStrategy
EnumDSSXMLSQLTypeThe enumeration for the Function SQLType values.Interfacecom.microstrategy.webapiMicroStrategy
FreeFormSqlWriterTitle: FreeFormSqlWriter Description: Performs a writeback operation using Free Form SQLClasscom.microstrategy.sdk.samples.writebackMicroStrategy
SetReportWritebackSQLFields inherited from class com.Classcom.microstrategy.sdk.tasks.writebackMicroStrategy
SQLWritebackEditorBeanFields inherited from class com.Classcom.microstrategy.sdk.tasks.writeback.beansMicroStrategy
SQLWritebackEditorTransformNested Class SummaryNested classes/interfaces inherited from class com.Classcom.microstrategy.sdk.tasks.writeback.transformMicroStrategy
SqlConnectionPoolingInterfacecom.smartgwt.client.docsSmartGWT
SqlDataSourceInterfacecom.smartgwt.client.docsSmartGWT
SqlPagingInterfacecom.smartgwt.client.docsSmartGWT
SQLPagingStrategyenum SQLPagingStrategyClasscom.smartgwt.client.typesSmartGWT
SqlSettings where {dbName} is the name of the databInterfacecom.smartgwt.client.docsSmartGWT
SQLTypeClasscom.smartgwt.client.typesSmartGWT
SqlVsJPAInterfacecom.smartgwt.client.docsSmartGWT
MySqlDriverThe SoftwareProcessDriver for MySQL.Interfacebrooklyn.entity.database.mysqlBrooklyn
MySqlNodeInterfacebrooklyn.entity.database.mysqlBrooklyn
MySqlNodeImplClassbrooklyn.entity.database.mysqlBrooklyn
MySqlSshDriverThe SSH implementation of the MySqlDriver.Classbrooklyn.entity.database.mysqlBrooklyn
PostgreSqlDriverThe SoftwareProcessDriver for PostgreSQL.Interfacebrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlNodePostgreSQL database node entity.Interfacebrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlNodeChefImplFromScratchClassbrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlNodeChefImplFromScratch .ChefPostgreSqlLifecycleClassbrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlNodeChefImplFromScratch .ExecuteScriptEffectorBodyClassbrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlNodeImplClassbrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlSpecsUtiltiy for creating specs for PostgreSqlNode instances.Classbrooklyn.entity.database.postgresqlBrooklyn
PostgreSqlSshDriverThe SSH implementation of the PostgreSqlDriver.Classbrooklyn.entity.database.postgresqlBrooklyn
SimulatedMySqlNodeImplSee Also:for description of purpose and configuration options.Classbrooklyn.qa.loadBrooklyn
SimulatedMySqlNodeImpl .SimulatedMySqlSshDriverClassbrooklyn.qa.loadBrooklyn
MySQLDialectA dialect compatible with the MySQL database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
QuerySqlFieldAnnotates fields for SQL queries.Classorg.apache.ignite.cache.query.annotationsIgnite
QuerySqlField .GroupDescribes group of index and position of field in this group.Classorg.apache.ignite.cache.query.annotationsIgnite
QuerySqlFunctionAnnotates public static methods in classes to be used in SQL queries as custom functions.Classorg.apache.ignite.cache.query.annotationsIgnite
SqlFieldsQuerySee Also:IgniteCache.Classorg.apache.ignite.cache.queryIgnite
SqlQuerySee Also:IgniteCache.Classorg.apache.ignite.cache.queryIgnite
SQLServerDialectA dialect compatible with the Microsoft SQL Server database.Classorg.apache.ignite.cache.store.jdbc.dialectIgnite
GeometrySqlTypeDescriptorA generic SqlTypeDescriptor, intended to be remapped by the spatial dialect.Classorg.hibernate.spatialHibernateSpatial
MySQLGeometryTypeDescriptorClassorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLGeometryValueBinderConstructor SummaryMySQLGeometryValueBinder()Methods inherited from class org.Classorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLGeometryValueExtractorClassorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLSpatial56Dialect This SpatialDialect uses the ST_* spatial operators that operate on exact geometries which have been added in MySQL version 5.Classorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLSpatial5InnoDBDialectSee Also:Serialized FormFields inherited from class org.Classorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLSpatialDialect constructors and processing functions.Classorg.hibernate.spatial.dialect.mysqlHibernateSpatial
MySQLSpatialInnoDBDialect constructors and processing functions.Classorg.hibernate.spatial.dialect.mysqlHibernateSpatial
PostgisNoSQLMMSee Also:Serialized FormFields inherited from class org.Classorg.hibernate.spatial.dialect.postgisHibernateSpatial
SqlServer2008GeometryTypeDescriptorClassorg.hibernate.spatial.dialect.sqlserverHibernateSpatial
SqlServer2008GeometryValueBinderClassorg.hibernate.spatial.dialect.sqlserverHibernateSpatial
SqlServer2008GeometryValueExtractorClassorg.hibernate.spatial.dialect.sqlserverHibernateSpatial
SqlServer2008SpatialDialectThe SpatialDialect for Microsoft SQL Server (2008).Classorg.hibernate.spatial.dialect.sqlserverHibernateSpatial
SqlServerGeometryA SqlServerGeometry represents the native SQL Server database object.Classorg.hibernate.spatial.dialect.sqlserver.convertorsHibernateSpatial
CmisQlExtLexerClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtLexer_CmisBaseLexerClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParserClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser .comp_op_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser .quantified_comparison_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser .query_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser .string_value_function_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser .value_expression_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammarClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .boolean_factor_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .boolean_term_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .boolean_test_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .column_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .column_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .comparison_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .correlation_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .folder_id_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .folder_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .from_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .in_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .in_value_list_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .join_kind_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .join_specification_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .like_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .literal_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .multi_valued_column_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .multi_valued_column_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .null_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .numeric_value_function_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .one_table_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .order_by_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .qualifier_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .quantified_in_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .search_condition_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .select_list_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .select_sublist_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .sort_specification_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .table_join_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .table_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .table_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .text_search_expression_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .text_search_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlExtParser_CmisBaseGrammar .where_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictLexerClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictLexer_CmisBaseLexerClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParserClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser .root_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammarClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .boolean_factor_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .boolean_term_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .boolean_test_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .column_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .column_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .comparison_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .correlation_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .folder_id_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .folder_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .from_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .in_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .in_value_list_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .join_kind_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .join_specification_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .like_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .literal_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .multi_valued_column_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .multi_valued_column_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .null_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .numeric_value_function_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .one_table_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .order_by_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .qualifier_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .quantified_comparison_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .quantified_in_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .query_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .search_condition_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .select_list_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .select_sublist_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .sort_specification_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .table_join_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .table_name_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .table_reference_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .text_search_expression_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .text_search_predicate_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .value_expression_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
CmisQlStrictParser_CmisBaseGrammar .where_clause_returnClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
FunctionReference .CmisQlFunctionClassorg.apache.chemistry.opencmis.server.support.queryOpenCMIS
SQLTableClassnet.yacy.kelondro.tableYacy
SQLFilterFilter for strings to store in a SQL table.Classorg.bouncycastle.i18n.filterBouncyCastle
SQLCODECA CODEC that is designed to read data from an SQL source.Classorg.encog.ml.data.buffer.codecHeatonReasearch
SQLNeuralDataSetA dataset based on a SQL query.Classorg.encog.platformspecific.j2se.dataHeatonReasearch
HSQLDBDelegate This is a driver delegate for the HSQLDB database.Classorg.quartz.impl.jdbcjobstoreQuartz
MSSQLDelegate This is a driver delegate for the MSSQL JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
PostgreSQLDelegate This is a driver delegate for the PostgreSQL JDBC driver.Classorg.quartz.impl.jdbcjobstoreQuartz
AbstractSQLChangeA common parent for all raw SQL related changes regardless of where the sql was sourced from.Classliquibase.changeLiquiBase
AbstractSQLChange .NormalizingStreamConstructor SummaryAbstractSQLChange.Classliquibase.changeLiquiBase
AbstractSqlGeneratorFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AbstractSqlStatementClassliquibase.statementLiquiBase
AbstractSqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.sql.visitorLiquiBase
AddAutoIncrementGeneratorHsqlH2Fields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AddAutoIncrementGeneratorMySQLSQLite does not support this ALTER TABLE operation until now.Classliquibase.sqlgenerator.coreLiquiBase
AddAutoIncrementGeneratorSQLiteSQLite does not support this ALTER TABLE operation until now.Classliquibase.sqlgenerator.coreLiquiBase
AddColumnGeneratorSQLiteFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AddDefaultValueGeneratorMSSQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AddDefaultValueGeneratorMySQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AddDefaultValueSQLiteFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
AppendSqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.sql.visitorLiquiBase
CallableSqlStatementInterfaceliquibase.statementLiquiBase
CustomSqlChangeInterface to implement when creating a custom change that generates SQL.Interfaceliquibase.change.customLiquiBase
CustomSqlRollbackInterface to implement that allows rollback of a custom sql change.Interfaceliquibase.change.customLiquiBase
ExecuteSqlCommandClassliquibase.commandLiquiBase
FindForeignKeyConstraintsGeneratorHsqlFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
FindForeignKeyConstraintsGeneratorMSSQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
FindForeignKeyConstraintsGeneratorMySQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
FormattedSqlChangeLogParserFields inherited from interface liquibase.Classliquibase.parser.core.formattedsqlLiquiBase
FormattedSqlChangeLogSerializerClassliquibase.serializer.core.formattedsqlLiquiBase
GetViewDefinitionGeneratorHsqlFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
GetViewDefinitionGeneratorMSSQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
HsqlConnectionClassliquibase.database.jvmLiquiBase
HsqlConnSupplierNested Class SummaryNested classes/interfaces inherited from class liquibase.Classliquibase.database.core.supplierLiquiBase
HsqlDatabaseFields inherited from class liquibase.Classliquibase.database.coreLiquiBase
InsertOrUpdateGeneratorHsqlClassliquibase.sqlgenerator.coreLiquiBase
InsertOrUpdateGeneratorMSSQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
InsertOrUpdateGeneratorMySQLFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
MSSQLConnSupplierNested Class SummaryNested classes/interfaces inherited from class liquibase.Classliquibase.database.core.supplierLiquiBase
MSSQLDatabaseEncapsulates MS-SQL database support.Classliquibase.database.coreLiquiBase
MySQLConnSupplierNested Class SummaryNested classes/interfaces inherited from class liquibase.Classliquibase.database.core.supplierLiquiBase
MySQLDatabaseEncapsulates MySQL database support.Classliquibase.database.coreLiquiBase
PendingSQLWriterFields inherited from class liquibase.Classliquibase.dbdocLiquiBase
PostgresqlConnSupplierNested Class SummaryNested classes/interfaces inherited from class liquibase.Classliquibase.database.core.supplierLiquiBase
PreconditionContainer .OnSqlOutputOptionClassliquibase.precondition.coreLiquiBase
PrependSqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.sql.visitorLiquiBase
RawSQLChangeAllows execution of arbitrary SQL.Classliquibase.change.coreLiquiBase
RawSQLChangeSupplierClassliquibase.change.core.supplierLiquiBase
RawSqlGeneratorFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
RawSqlStatementClassliquibase.statement.coreLiquiBase
RegExpReplaceSqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.sql.visitorLiquiBase
ReindexGeneratorSQLiteFields inherited from interface liquibase.Classliquibase.sqlgenerator.coreLiquiBase
ReplaceSqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.sql.visitorLiquiBase
SqlInterfaceliquibase.sqlLiquiBase
SqlChangeLogParserFields inherited from interface liquibase.Classliquibase.parser.core.sqlLiquiBase
SQLFileChangeRepresents a Change for custom SQL stored in a File.Classliquibase.change.coreLiquiBase
SQLFileChangeSupplierClassliquibase.change.core.supplierLiquiBase
SqlGeneratorSqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object.Interfaceliquibase.sqlgeneratorLiquiBase
SqlGeneratorChainClassliquibase.sqlgeneratorLiquiBase
SqlGeneratorFactorySqlGeneratorFactory is a singleton registry of SqlGenerators.Classliquibase.sqlgeneratorLiquiBase
SQLiteConnSupplierNested Class SummaryNested classes/interfaces inherited from class liquibase.Classliquibase.database.core.supplierLiquiBase
SQLiteDatabaseClassliquibase.database.coreLiquiBase
SQLiteDatabase .AlterTableVisitorInterfaceliquibase.database.coreLiquiBase
SqlPreconditionNested Class SummaryNested classes/interfaces inherited from interface liquibase.Classliquibase.precondition.coreLiquiBase
SqlStatementThe SqlStatement classes correspond to (roughly) a single SQL statement.Interfaceliquibase.statementLiquiBase
SqlUtilClassliquibase.utilLiquiBase
SqlVisitorNested Class SummaryNested classes/interfaces inherited from interface liquibase.Interfaceliquibase.sql.visitorLiquiBase
SqlVisitorFactoryClassliquibase.sql.visitorLiquiBase
UnparsedSqlClassliquibase.sqlLiquiBase
PLSQLTokenMarkerOracle PL-SQL token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
SqlFilterSupportInterfacecom.jidesoft.filterJideSoft
SQLTokenMarkerClasscom.jidesoft.editor.tokenmarkerJideSoft
TSQLTokenMarkerTransact-SQL token marker.Classcom.jidesoft.editor.tokenmarkerJideSoft
SQLAccessControlContextClasscom.acciente.oacc.sql.internalOACC ( Object Access Control )
SQLAccessControlContextFactoryThe factory that provides OACC's AccessControlContext implementation, which is backed by a database.Classcom.acciente.oacc.sqlOACC ( Object Access Control )
SQLAccessControlSystemInitializerClasscom.acciente.oacc.sql.internalOACC ( Object Access Control )
SQLAccessControlSystemInitializerClasscom.acciente.oacc.sqlOACC ( Object Access Control )
SQLConnectionClasscom.acciente.oacc.sql.internal.persisterOACC ( Object Access Control )
SQLDialectClasscom.acciente.oacc.sqlOACC ( Object Access Control )
SQLPasswordAuthenticationProviderClasscom.acciente.oacc.sql.internalOACC ( Object Access Control )
SQLPasswordStringsClasscom.acciente.oacc.sql.internal.persisterOACC ( Object Access Control )
SQLProfileClasscom.acciente.oacc.sqlOACC ( Object Access Control )
SQLResultClasscom.acciente.oacc.sql.internal.persisterOACC ( Object Access Control )
SQLStatementClasscom.acciente.oacc.sql.internal.persisterOACC ( Object Access Control )
SQLStringsClasscom.acciente.oacc.sql.internal.persisterOACC ( Object Access Control )
AbacusSQLExceptionClasscom.landawn.abacus.exceptionAbacusUtils
AsyncSQLExecutorAsynchronous SQLExecutor.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilderIt's easier to write/maintain the sql by SQLBuilder and more efficient, comparing to write sql in plain text.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .EAll the property/column names in collection/map/entity/condition will be converted to lower case with underscore.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .E2All the property/column names in collection/map/entity/condition will be converted to upper case with underscore.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .E3All the property/column names in collection/map/entity/condition will be kept without any change.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .NEClasscom.landawn.abacus.utilAbacusUtils
SQLBuilder .NE2Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .NE3Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .PairClasscom.landawn.abacus.utilAbacusUtils
SQLBuilder .REAll the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the sql will be parameterized with question mark.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .RE2All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the sql will be parameterized with question mark.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .RE3All the property/column names in collection/map/entity/condition will be kept without any change and the sql will be parameterized with question mark.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .SEAll the property/column names in collection/map/entity/condition will be converted to lower case with underscore and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .SE2All the property/column names in collection/map/entity/condition will be converted to upper case with underscore and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.Classcom.landawn.abacus.utilAbacusUtils
SQLBuilder .SE3All the property/column names in collection/map/entity/condition will be kept without any change and the sql will be parameterized with named parameter with Ibatis format #{parameterName}.Classcom.landawn.abacus.utilAbacusUtils
SQLExecutorSQLExecutor is a simple sql/jdbc utility class.Classcom.landawn.abacus.utilAbacusUtils
SQLExecutor .AbstractResultSetExtractorConstructor SummarySQLExecutor.Classcom.landawn.abacus.utilAbacusUtils
SQLExecutor .AbstractStatementSetterConstructor SummarySQLExecutor.Classcom.landawn.abacus.utilAbacusUtils
SQLExecutor .JdbcSettingsClasscom.landawn.abacus.utilAbacusUtils
SQLExecutor .ResultSetExtractorRefer to http://landawn.Interfacecom.landawn.abacus.utilAbacusUtils
SQLExecutor .StatementSetterRefer to http://landawn.Interfacecom.landawn.abacus.utilAbacusUtils
SQLExecutor .TypedParametersClasscom.landawn.abacus.utilAbacusUtils
SQLExecutor .TypedParameters .TPNested Class SummaryNested classes/interfaces inherited from class com.Classcom.landawn.abacus.utilAbacusUtils
SQLiteExecutorIt's a simple wrapper of SQliteDatabase on Android.Classcom.landawn.abacus.utilAbacusUtils
SQLMapperthe sql scripts are configured in xml file and mapped to short ids referenced in program.Classcom.landawn.abacus.utilAbacusUtils
SQLTransactionDO NOT CLOSE the connection manually.Classcom.landawn.abacus.utilAbacusUtils
BindingGetSQLInputContextA container type for Binding.Interfaceorg.jooqJooq
BindingSetSQLOutputContextA container type for Binding.Interfaceorg.jooqJooq
BindingSQLContextA container type for Binding.Interfaceorg.jooqJooq
HSQLDBDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.hsqldbJooq
HSQLDBDSLThe SQLDialect.Classorg.jooq.util.hsqldbJooq
MySQLDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.mysqlJooq
MySQLDSLThe SQLDialect.Classorg.jooq.util.mysqlJooq
PlainSQLThis annotation marks all methods and types that allow for producing a QueryPart that generates "plain SQL" inside of an AST.Classorg.jooqJooq
SQLA plain SQL QueryPart.Interfaceorg.jooqJooq
SQLDataTypeThe SQL standard data types, as described in Types.Classorg.jooq.implJooq
SQLDialectDialects and dialect families as supported by jOOQ.Classorg.jooqJooq
SQLDialectNotSupportedExceptionAn exception thrown if an SQL construct is used, which is not supported by the dialect set in Configuration.Classorg.jooq.exceptionJooq
SQLiteDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.sqliteJooq
SQLiteDSLThe SQLDialect.Classorg.jooq.util.sqliteJooq
SQLServerDataTypeSupported data types for the SQLDialect.Classorg.jooq.util.sqlserverJooq
SQLServerDSLThe SQLDialect.Classorg.jooq.util.sqlserverJooq
SqlViewerRepresents a little tool for querying SQL databases.Classweka.gui.sqlWeka
SqlViewerDialogA little dialog containing the SqlViewer.Classweka.gui.sqlWeka
SQLViewerPerspectiveSimple Knowledge Flow perspective that wraps the SqlViewer classVersion:$Revision: 11286 $Author:Mark Hall (mhall{[at]}pentaho{[dot]}com)See Also:Serialized FormClassweka.gui.beansWeka
SQLViewerPerspectivePerspective that wraps the {@code SQLViewer) componentVersion:$Revision: $Author:Mark Hall (mhall{[at]}pentaho{[dot]}com)See Also:Serialized FormClassweka.gui.knowledgeflowWeka