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

GetStringType() 보호된 메소드

Returns the SQL type used to store a "normal" (unicode) string in the DB.
protected GetStringType ( ) : string
리턴 string
        protected override string GetStringType()
        {
            return "VARCHAR2(2000)";
        }