예제 #1
0
파일: OrmDbCreation.php 프로젝트: ahri/orm
function getDbType($orm_name)
{
    return SSql::getType(Orm::getSSqlName($orm_name));
}