接口的使用
com.mysql.cj.xdevapi.Table
-
使用Table的程序包 程序包 说明 com.mysql.cj.xdevapi Java classes for X DevAPI support. -
-
com.mysql.cj.xdevapi中Table的使用
实现Table的com.mysql.cj.xdevapi中的类 修饰符和类型 类 说明 classTableImplTableimplementation返回Table的com.mysql.cj.xdevapi中的方法 修饰符和类型 方法 说明 TableSchema. getCollectionAsTable(String name)Retrieve a reference to the named collection using the table API.TableSchemaImpl. getCollectionAsTable(String collectionName)TableSchema. getTable(String name)Retrieve a reference to the named table.TableSchema. getTable(String tableName, boolean requireExists)Retrieve a reference to the named table hinting that an exception should be thrown if the collection is not known to the server.TableSchemaImpl. getTable(String tableName)TableSchemaImpl. getTable(String tableName, boolean requireExists)返回变量类型为Table的类型的com.mysql.cj.xdevapi中的方法 修饰符和类型 方法 说明 List<Table>Schema. getTables()Retrieve the set of tables existing in this schema.List<Table>Schema. getTables(String pattern)Retrieve the set of tables existing in this schema and matching the given pattern.List<Table>SchemaImpl. getTables()List<Table>SchemaImpl. getTables(String pattern)
-