SqlManager class

数据库管理

Constructors

SqlManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

close() → dynamic
关闭
deleteSql({List? name}) → dynamic
删除数据库
export(String outPath) Future<void>
导出文件 outPath 导出文件路径
getCurrentDatabase() Future<Database>
获取当前数据库对象
getFilePath() → dynamic
init() → dynamic
初始化
isTableExits(String tableName) → dynamic
判断表是否存在

Constants

NAME → const String
文件名