コード例 #1
0
ファイル: OrmDbCreation.php プロジェクト: ahri/orm
function getDbType($orm_name)
{
    return SSql::getType(Orm::getSSqlName($orm_name));
}