remove table, open resultCode

This commit is contained in:
Jonathan Guthrie 2016-10-05 10:31:33 -04:00
parent 0e7288c2ba
commit fe8ea100a7
1 changed files with 1 additions and 5 deletions

View File

@ -16,15 +16,11 @@ open class StORMConnect {
open var database: String = ""
/// Manually set table
// Convenience shortcut var
open var table: String = ""
/// Last executed statement
public var statement: String = ""
/// Last executed statement
public var resultCode: StORMError = .noError
open var resultCode: StORMError = .noError
public init() {}