table method

Query table(
  1. String table
)

Implementation

Query table(String table) {
  return Query(
    table: table,
    database: this,
  );
}