接口的使用
com.mysql.cj.xdevapi.Statement
-
使用Statement的程序包 程序包 说明 com.mysql.cj.xdevapi Java classes for X DevAPI support. -
-
com.mysql.cj.xdevapi中Statement的使用
com.mysql.cj.xdevapi中Statement的子接口 修饰符和类型 接口 说明 interfaceAddStatementA statement adding documents to a collection.interfaceDeleteStatementA statement to delete rows from a table.interfaceFindStatementA statement to find the set of documents according to the given specification.interfaceInsertStatementA statement INSERTing new row(s) into a table.interfaceModifyStatementA statement representing a set of document modifications.interfaceRemoveStatementA statement requesting to remove a set of documents.interfaceSelectStatementA statement representing a SELECT query.interfaceSqlStatementA statement representing a raw SQL command.interfaceUpdateStatementA statement representing a set of row modifications.实现Statement的com.mysql.cj.xdevapi中的类 修饰符和类型 类 说明 classAddStatementImplclassDeleteStatementImplDeleteStatementimplementation.classFilterableStatement<STMT_T,RES_T>Abstract class, common to several X DevAPI statement classes.classFindStatementImplFindStatementimplementation.classInsertStatementImplclassModifyStatementImplModifyStatementimplementation.classRemoveStatementImplRemoveStatementimplementation.classSelectStatementImplSelectStatementimplementation.classSqlStatementImplSqlStatementimplementation.classUpdateStatementImplUpdateStatementimplementation.
-