Azavea.Open.DAO.SQLServer.SQLServerDaLayer.GetLongType C# (CSharp) Method

GetLongType() protected method

Returns the SQL type used to store a long in the DB.
protected GetLongType ( ) : string
return string
        protected override string GetLongType()
        {
            return "BIGINT";
        }