createTable

open override fun createTable(table: DatabaseTable): Boolean

Create Table based on the primary keys and other keys defined.

Return

whether creating table was successful or not

Parameters

table

: DatabaseTable - Table to create