Beispiel #1
0
def mysql_blob(satype, nullable=True):
    return dt.Binary(nullable=nullable)
Beispiel #2
0
def sa_binary(_, satype, nullable=True):
    return dt.Binary(nullable=nullable)
def sa_oracle_RAW(_, satype, nullable=True):
    return dt.Binary(nullable=nullable)