Azavea.Open.DAO.SQLite.SQLiteDaLayer.GetLongType C# (CSharp) Метод

GetLongType() защищенный Метод

Returns the SQL type used to store a long in the DB.
protected GetLongType ( ) : string
Результат string
        protected override string GetLongType()
        {
            return "INTEGER";
        }