Azavea.Open.DAO.Firebird.FirebirdDaLayer.GetBooleanType C# (CSharp) Method

GetBooleanType() protected method

Returns the SQL type used to store a boolean in the DB.
protected GetBooleanType ( ) : string
return string
        protected override string GetBooleanType()
        {
            return "SMALLINT";
        }