src/allographer/v2/schema_builder/queries/mysql/sub/is_exists

Search:
Group by:

Procs

proc isExistsIndex(rdb: MysqlConnections; table: Table; column: Column): Future[
    bool] {....stackTrace: false, raises: [Exception, ValueError], tags: [
    TimeEffect, RootEffect, WriteDirEffect, ReadDirEffect, ReadIOEffect,
    WriteIOEffect], forbids: [].}
proc isExistsUnique(rdb: MysqlConnections; table: Table; column: Column): Future[
    bool] {....stackTrace: false, raises: [Exception, ValueError], tags: [
    TimeEffect, RootEffect, WriteDirEffect, ReadDirEffect, ReadIOEffect,
    WriteIOEffect], forbids: [].}