Package tech.ydb.yoj.repository.db
Interface SchemaOperations<T>
public interface SchemaOperations<T>
-
Method Summary
-
Method Details
-
create
void create() -
drop
void drop()Drops the table. Does nothing if the table does notexist. -
exists
boolean exists()
-