Azavea.Open.DAO.OleDb.OleDbOracleDaLayer.GetAsciiStringType C# (CSharp) 메소드

GetAsciiStringType() 보호된 메소드

Oracle doesn't seem to have a varchar type that is limited to ASCII characters.
protected GetAsciiStringType ( ) : string
리턴 string
        protected override string GetAsciiStringType()
        {
            return "VARCHAR2(2000)";
        }