menu
simple_sqflite package
documentation
simple_sqflite
SimpleSqflite
editDBPath method
editDBPath
brightness_4
editDBPath
method
Null safety
Future
<
void
>
editDBPath
(
String
dbName
)
修改数据库DB文件名称 无返回值
Implementation
Future<void> editDBPath(String dbName) async { DBPath = dbName + ".db"; }
simple_sqflite package
documentation
simple_sqflite
SimpleSqflite
editDBPath method
SimpleSqflite class
Constructors
SimpleSqflite
Properties
hashCode
runtimeType
Methods
editDBPath
noSuchMethod
RunBatch
RunDelete
RunInsert
RunSelect
RunSQL
RunUpdate
toString
Operators
operator ==
Static properties
DBPath